.. |
AvailableSpace.cpp
|
f5f25562d1
LibWeb: Convert FormattingContext to new pixel units
|
2 tahun lalu |
AvailableSpace.h
|
7639eccd53
LibWeb: Add default equality operators to Available{Space,Size}
|
2 tahun lalu |
BlockContainer.cpp
|
a75915f055
LibWeb/Layout: Rename BlockContainer::paint{_box => able_with_lines}()
|
2 tahun lalu |
BlockContainer.h
|
a75915f055
LibWeb/Layout: Rename BlockContainer::paint{_box => able_with_lines}()
|
2 tahun lalu |
BlockFormattingContext.cpp
|
202b24584f
LibWeb: Sum horizontal margins to calculate space used by floats
|
2 tahun lalu |
BlockFormattingContext.h
|
bab6796099
LibWeb: Rewrite calculation of available space between floats
|
2 tahun lalu |
Box.cpp
|
754e458d0a
LibWeb/Layout: Rename Box::{paint => paintable}_box()
|
2 tahun lalu |
Box.h
|
990e7219d6
LibWeb: Fix iframes flickering on window resize
|
2 tahun lalu |
BoxModelMetrics.cpp
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 tahun lalu |
BoxModelMetrics.h
|
02cd853eee
LibWeb+Browser+WebContent: Convert BoxModelMetrics to new pixel units
|
2 tahun lalu |
BreakNode.cpp
|
a0e6882d99
LibWeb: Remove Layout::Node::set_inline()
|
2 tahun lalu |
BreakNode.h
|
268b9c5d90
LibWeb: Make the layout tree GC-allocated
|
2 tahun lalu |
ButtonBox.cpp
|
b71c7a6e44
Userland: Use Font::pixel_size_rounded_up() instead of glyph_height()
|
2 tahun lalu |
ButtonBox.h
|
f914abaf29
LibWeb: Make a handful of layout node leaf classes `final`
|
2 tahun lalu |
CanvasBox.cpp
|
4d401bf796
LibWeb: Make the paint tree GC-allocated
|
2 tahun lalu |
CanvasBox.h
|
f914abaf29
LibWeb: Make a handful of layout node leaf classes `final`
|
2 tahun lalu |
CheckBox.cpp
|
4d401bf796
LibWeb: Make the paint tree GC-allocated
|
2 tahun lalu |
CheckBox.h
|
f914abaf29
LibWeb: Make a handful of layout node leaf classes `final`
|
2 tahun lalu |
FlexFormattingContext.cpp
|
655d9d1462
LibWeb: Make CSSPixels and Length use 64-bit (double) floating point
|
2 tahun lalu |
FlexFormattingContext.h
|
655d9d1462
LibWeb: Make CSSPixels and Length use 64-bit (double) floating point
|
2 tahun lalu |
FormAssociatedLabelableNode.h
|
268b9c5d90
LibWeb: Make the layout tree GC-allocated
|
2 tahun lalu |
FormattingContext.cpp
|
655d9d1462
LibWeb: Make CSSPixels and Length use 64-bit (double) floating point
|
2 tahun lalu |
FormattingContext.h
|
f0560fd087
LibWeb: Support <svg> elements with `display: block`
|
2 tahun lalu |
FrameBox.cpp
|
990e7219d6
LibWeb: Fix iframes flickering on window resize
|
2 tahun lalu |
FrameBox.h
|
990e7219d6
LibWeb: Fix iframes flickering on window resize
|
2 tahun lalu |
GridFormattingContext.cpp
|
655d9d1462
LibWeb: Make CSSPixels and Length use 64-bit (double) floating point
|
2 tahun lalu |
GridFormattingContext.h
|
f9803a7319
LibWeb: Represent OccupationGrid using HashTable in GFC
|
2 tahun lalu |
ImageBox.cpp
|
8d3240d633
LibWeb: Make ImageBox ask ImageProvider for intrinsic size and ratio
|
2 tahun lalu |
ImageBox.h
|
c648e24cff
LibWeb: Don't force HTMLImageElement to have a legacy ImageLoader
|
2 tahun lalu |
ImageProvider.h
|
e63f68661f
LibWeb: Have ImageProvider bitmap getter take optional size argument
|
2 tahun lalu |
InlineFormattingContext.cpp
|
655d9d1462
LibWeb: Make CSSPixels and Length use 64-bit (double) floating point
|
2 tahun lalu |
InlineFormattingContext.h
|
056acb5ebf
LibWeb: Convert InlineFormattingContext to new pixel units
|
2 tahun lalu |
InlineLevelIterator.cpp
|
ca1fa5f748
LibWeb: Use the new to_px() helpers in CSS, SVG and layout code
|
2 tahun lalu |
InlineLevelIterator.h
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
2 tahun lalu |
InlineNode.cpp
|
4d401bf796
LibWeb: Make the paint tree GC-allocated
|
2 tahun lalu |
InlineNode.h
|
f914abaf29
LibWeb: Make a handful of layout node leaf classes `final`
|
2 tahun lalu |
Label.cpp
|
a75915f055
LibWeb/Layout: Rename BlockContainer::paint{_box => able_with_lines}()
|
2 tahun lalu |
Label.h
|
3c7bd5a317
LibWeb+WebContent+headless-browser: Use CSSPixels for PageClient events
|
2 tahun lalu |
LabelableNode.cpp
|
cb0c5390ff
LibWeb: Move mouse event and label logic from layout to painting tree
|
3 tahun lalu |
LabelableNode.h
|
268b9c5d90
LibWeb: Make the layout tree GC-allocated
|
2 tahun lalu |
LayoutState.cpp
|
655d9d1462
LibWeb: Make CSSPixels and Length use 64-bit (double) floating point
|
2 tahun lalu |
LayoutState.h
|
e2c72922f6
LibWeb: Make LayoutState use HashMap instead of potentially huge Vector
|
2 tahun lalu |
LineBox.cpp
|
76047d1932
LibWeb: Convert InlineLevelIterator/LineBox/LineBuilder to new px units
|
2 tahun lalu |
LineBox.h
|
e938860126
LibWeb: Make text justification work between floats
|
2 tahun lalu |
LineBoxFragment.cpp
|
754e458d0a
LibWeb/Layout: Rename Box::{paint => paintable}_box()
|
2 tahun lalu |
LineBoxFragment.h
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
2 tahun lalu |
LineBuilder.cpp
|
655d9d1462
LibWeb: Make CSSPixels and Length use 64-bit (double) floating point
|
2 tahun lalu |
LineBuilder.h
|
5d4e9a0673
LibWeb: Basic support for CSS `text-indent: <length-percentage>`
|
2 tahun lalu |
ListItemBox.cpp
|
268b9c5d90
LibWeb: Make the layout tree GC-allocated
|
2 tahun lalu |
ListItemBox.h
|
1cf5737e9e
LibWeb: Add fast_is<T>() for various types stood out in a profile
|
2 tahun lalu |
ListItemMarkerBox.cpp
|
4d401bf796
LibWeb: Make the paint tree GC-allocated
|
2 tahun lalu |
ListItemMarkerBox.h
|
4d401bf796
LibWeb: Make the paint tree GC-allocated
|
2 tahun lalu |
Node.cpp
|
655d9d1462
LibWeb: Make CSSPixels and Length use 64-bit (double) floating point
|
2 tahun lalu |
Node.h
|
e2c72922f6
LibWeb: Make LayoutState use HashMap instead of potentially huge Vector
|
2 tahun lalu |
Progress.cpp
|
4d401bf796
LibWeb: Make the paint tree GC-allocated
|
2 tahun lalu |
Progress.h
|
f914abaf29
LibWeb: Make a handful of layout node leaf classes `final`
|
2 tahun lalu |
RadioButton.cpp
|
4d401bf796
LibWeb: Make the paint tree GC-allocated
|
2 tahun lalu |
RadioButton.h
|
4d401bf796
LibWeb: Make the paint tree GC-allocated
|
2 tahun lalu |
ReplacedBox.cpp
|
a0e6882d99
LibWeb: Remove Layout::Node::set_inline()
|
2 tahun lalu |
ReplacedBox.h
|
65cdf89a8b
LibWeb: Convert Layout Boxes to new pixel units
|
2 tahun lalu |
SVGBox.cpp
|
28b771560a
LibWeb: Make SVG <svg> elements behave as CSS replaced elements
|
3 tahun lalu |
SVGBox.h
|
268b9c5d90
LibWeb: Make the layout tree GC-allocated
|
2 tahun lalu |
SVGFormattingContext.cpp
|
655d9d1462
LibWeb: Make CSSPixels and Length use 64-bit (double) floating point
|
2 tahun lalu |
SVGFormattingContext.h
|
00999a245c
LibWeb: Let FormattingContext decide the automatic width of its root
|
2 tahun lalu |
SVGGeometryBox.cpp
|
655d9d1462
LibWeb: Make CSSPixels and Length use 64-bit (double) floating point
|
2 tahun lalu |
SVGGeometryBox.h
|
ba6272a0a0
LibWeb: Don't try to paint SVG elements transformed to zero size
|
2 tahun lalu |
SVGGraphicsBox.cpp
|
ec5d5918c4
LibWeb: Make SVG <g> elements generate a SVGGraphicsPaintable
|
2 tahun lalu |
SVGGraphicsBox.h
|
ec5d5918c4
LibWeb: Make SVG <g> elements generate a SVGGraphicsPaintable
|
2 tahun lalu |
SVGSVGBox.cpp
|
f0560fd087
LibWeb: Support <svg> elements with `display: block`
|
2 tahun lalu |
SVGSVGBox.h
|
f0560fd087
LibWeb: Support <svg> elements with `display: block`
|
2 tahun lalu |
TableBox.cpp
|
e107c83a57
LibWeb: Remove inheritance of `TableBox` from `BlockContainer`
|
2 tahun lalu |
TableBox.h
|
aa19c4a340
LibWeb: Add Layout::Node::is_table() and make is<TableBox>() fast
|
2 tahun lalu |
TableCellBox.cpp
|
dbf76e8ae1
LibWeb: Take rowspan into account while table formatting
|
2 tahun lalu |
TableCellBox.h
|
276a77f02d
LibWeb: Support display inline-table
|
2 tahun lalu |
TableFormattingContext.cpp
|
e6221117a5
LibWeb: Implement table rowspan
|
2 tahun lalu |
TableFormattingContext.h
|
655d9d1462
LibWeb: Make CSSPixels and Length use 64-bit (double) floating point
|
2 tahun lalu |
TableRowBox.cpp
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
3 tahun lalu |
TableRowBox.h
|
276a77f02d
LibWeb: Support display inline-table
|
2 tahun lalu |
TableRowGroupBox.cpp
|
c8337e9ee8
LibWeb: Remove inheritance of `TableRowGroupBox` from `BlockContainer`
|
2 tahun lalu |
TableRowGroupBox.h
|
c8337e9ee8
LibWeb: Remove inheritance of `TableRowGroupBox` from `BlockContainer`
|
2 tahun lalu |
TableWrapper.cpp
|
709fe01f52
LibWeb: Override width calculation for table wrappers
|
2 tahun lalu |
TableWrapper.h
|
709fe01f52
LibWeb: Override width calculation for table wrappers
|
2 tahun lalu |
TextNode.cpp
|
4d401bf796
LibWeb: Make the paint tree GC-allocated
|
2 tahun lalu |
TextNode.h
|
f914abaf29
LibWeb: Make a handful of layout node leaf classes `final`
|
2 tahun lalu |
TreeBuilder.cpp
|
668578ddc0
LibWeb: Propagate children_are_inline in wrap_in_anonymous
|
2 tahun lalu |
TreeBuilder.h
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
2 tahun lalu |
VideoBox.cpp
|
f156d3d5e5
LibWeb: Create a basic layout node for HTMLVideoElement
|
2 tahun lalu |
VideoBox.h
|
f156d3d5e5
LibWeb: Create a basic layout node for HTMLVideoElement
|
2 tahun lalu |
Viewport.cpp
|
f2f14ad9bd
LibWeb+WebContent: Make document background and Viewport transparent
|
2 tahun lalu |
Viewport.h
|
7e76a51cb0
LibWeb: Rename Layout::InitialContainingBlock to Layout::Viewport
|
2 tahun lalu |