.. |
AvailableSpace.cpp
|
f5f25562d1
LibWeb: Convert FormattingContext to new pixel units
|
hace 2 años |
AvailableSpace.h
|
7639eccd53
LibWeb: Add default equality operators to Available{Space,Size}
|
hace 2 años |
BlockContainer.cpp
|
3dd006f719
LibWeb: Move scroll state from Layout::BlockContainer to Layout::Box
|
hace 2 años |
BlockContainer.h
|
3dd006f719
LibWeb: Move scroll state from Layout::BlockContainer to Layout::Box
|
hace 2 años |
BlockFormattingContext.cpp
|
b97229c9b5
LibWeb: Ignore preferred width when calculating intrinsic width of block
|
hace 2 años |
BlockFormattingContext.h
|
00999a245c
LibWeb: Let FormattingContext decide the automatic width of its root
|
hace 2 años |
Box.cpp
|
b3d033f027
LibWeb: Declare overflow_value_makes_box_a_scroll_container as static
|
hace 2 años |
Box.h
|
8038824211
LibWeb: Add Layout::Box::is_scroll_container()
|
hace 2 años |
BoxModelMetrics.cpp
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
hace 4 años |
BoxModelMetrics.h
|
02cd853eee
LibWeb+Browser+WebContent: Convert BoxModelMetrics to new pixel units
|
hace 2 años |
BreakNode.cpp
|
a0e6882d99
LibWeb: Remove Layout::Node::set_inline()
|
hace 2 años |
BreakNode.h
|
268b9c5d90
LibWeb: Make the layout tree GC-allocated
|
hace 2 años |
ButtonBox.cpp
|
b71c7a6e44
Userland: Use Font::pixel_size_rounded_up() instead of glyph_height()
|
hace 2 años |
ButtonBox.h
|
f914abaf29
LibWeb: Make a handful of layout node leaf classes `final`
|
hace 2 años |
CanvasBox.cpp
|
4d401bf796
LibWeb: Make the paint tree GC-allocated
|
hace 2 años |
CanvasBox.h
|
f914abaf29
LibWeb: Make a handful of layout node leaf classes `final`
|
hace 2 años |
CheckBox.cpp
|
4d401bf796
LibWeb: Make the paint tree GC-allocated
|
hace 2 años |
CheckBox.h
|
f914abaf29
LibWeb: Make a handful of layout node leaf classes `final`
|
hace 2 años |
FlexFormattingContext.cpp
|
e7f5b5a2f3
LibWeb: Fix multi-line flex column layouts with auto height on container
|
hace 2 años |
FlexFormattingContext.h
|
47c21cc349
LibWeb: Honor column-gap and row-gap CSS properties in flex layout
|
hace 2 años |
FormAssociatedLabelableNode.h
|
268b9c5d90
LibWeb: Make the layout tree GC-allocated
|
hace 2 años |
FormattingContext.cpp
|
cc33a57620
LibWeb: Use intrinsic aspect ratio when calculating max content height
|
hace 2 años |
FormattingContext.h
|
00999a245c
LibWeb: Let FormattingContext decide the automatic width of its root
|
hace 2 años |
FrameBox.cpp
|
7e76a51cb0
LibWeb: Rename Layout::InitialContainingBlock to Layout::Viewport
|
hace 2 años |
FrameBox.h
|
4d401bf796
LibWeb: Make the paint tree GC-allocated
|
hace 2 años |
GridFormattingContext.cpp
|
289285cd6e
LibWeb: Add borders functionality to CSS Grid
|
hace 2 años |
GridFormattingContext.h
|
289285cd6e
LibWeb: Add borders functionality to CSS Grid
|
hace 2 años |
ImageBox.cpp
|
a15a44cfc8
LibWeb: Don't use image source URL as backup `alt` attribute
|
hace 2 años |
ImageBox.h
|
4d401bf796
LibWeb: Make the paint tree GC-allocated
|
hace 2 años |
InlineFormattingContext.cpp
|
01ca7e0544
LibWeb: Whine instead of dying on unexpected box during line layout
|
hace 2 años |
InlineFormattingContext.h
|
056acb5ebf
LibWeb: Convert InlineFormattingContext to new pixel units
|
hace 2 años |
InlineLevelIterator.cpp
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
hace 2 años |
InlineLevelIterator.h
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
hace 2 años |
InlineNode.cpp
|
4d401bf796
LibWeb: Make the paint tree GC-allocated
|
hace 2 años |
InlineNode.h
|
f914abaf29
LibWeb: Make a handful of layout node leaf classes `final`
|
hace 2 años |
Label.cpp
|
7e76a51cb0
LibWeb: Rename Layout::InitialContainingBlock to Layout::Viewport
|
hace 2 años |
Label.h
|
3c7bd5a317
LibWeb+WebContent+headless-browser: Use CSSPixels for PageClient events
|
hace 2 años |
LabelableNode.cpp
|
cb0c5390ff
LibWeb: Move mouse event and label logic from layout to painting tree
|
hace 3 años |
LabelableNode.h
|
268b9c5d90
LibWeb: Make the layout tree GC-allocated
|
hace 2 años |
LayoutState.cpp
|
53a4a31af2
LibWeb: Remove CalculatedStyleValue from Length
|
hace 2 años |
LayoutState.h
|
ca290b27ea
LibWeb: Make box content sizes indefinite before intrinsic sizing
|
hace 2 años |
LineBox.cpp
|
76047d1932
LibWeb: Convert InlineLevelIterator/LineBox/LineBuilder to new px units
|
hace 2 años |
LineBox.h
|
9927dab993
LibWeb: Don't drop single <br/> lines
|
hace 2 años |
LineBoxFragment.cpp
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
hace 2 años |
LineBoxFragment.h
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
hace 2 años |
LineBuilder.cpp
|
e4b71495f5
LibWeb: Resolve percentage vertical-align values against line-height
|
hace 2 años |
LineBuilder.h
|
76047d1932
LibWeb: Convert InlineLevelIterator/LineBox/LineBuilder to new px units
|
hace 2 años |
ListItemBox.cpp
|
268b9c5d90
LibWeb: Make the layout tree GC-allocated
|
hace 2 años |
ListItemBox.h
|
1cf5737e9e
LibWeb: Add fast_is<T>() for various types stood out in a profile
|
hace 2 años |
ListItemMarkerBox.cpp
|
4d401bf796
LibWeb: Make the paint tree GC-allocated
|
hace 2 años |
ListItemMarkerBox.h
|
4d401bf796
LibWeb: Make the paint tree GC-allocated
|
hace 2 años |
Node.cpp
|
bed55ac669
LibWeb: Parse and plumb background-position-x/y
|
hace 2 años |
Node.h
|
7061a3d8e6
LibWeb: Add .scaled_font() helper to Layout::Node
|
hace 2 años |
Progress.cpp
|
4d401bf796
LibWeb: Make the paint tree GC-allocated
|
hace 2 años |
Progress.h
|
f914abaf29
LibWeb: Make a handful of layout node leaf classes `final`
|
hace 2 años |
RadioButton.cpp
|
4d401bf796
LibWeb: Make the paint tree GC-allocated
|
hace 2 años |
RadioButton.h
|
4d401bf796
LibWeb: Make the paint tree GC-allocated
|
hace 2 años |
ReplacedBox.cpp
|
a0e6882d99
LibWeb: Remove Layout::Node::set_inline()
|
hace 2 años |
ReplacedBox.h
|
65cdf89a8b
LibWeb: Convert Layout Boxes to new pixel units
|
hace 2 años |
SVGBox.cpp
|
28b771560a
LibWeb: Make SVG <svg> elements behave as CSS replaced elements
|
hace 3 años |
SVGBox.h
|
268b9c5d90
LibWeb: Make the layout tree GC-allocated
|
hace 2 años |
SVGFormattingContext.cpp
|
5df4e64eb7
LibWeb: Implement SVG `preserveAspectRatio` attribute
|
hace 2 años |
SVGFormattingContext.h
|
00999a245c
LibWeb: Let FormattingContext decide the automatic width of its root
|
hace 2 años |
SVGGeometryBox.cpp
|
f9c61e3ba7
LibWeb: Scale SVG stroke-width based on viewbox
|
hace 2 años |
SVGGeometryBox.h
|
ba6272a0a0
LibWeb: Don't try to paint SVG elements transformed to zero size
|
hace 2 años |
SVGGraphicsBox.cpp
|
02b316fd5c
LibWeb: Let Paintable perform the painting
|
hace 3 años |
SVGGraphicsBox.h
|
268b9c5d90
LibWeb: Make the layout tree GC-allocated
|
hace 2 años |
SVGSVGBox.cpp
|
2480b94ae7
LibWeb: Support more length types in SVG width/height attributes
|
hace 2 años |
SVGSVGBox.h
|
1cf5737e9e
LibWeb: Add fast_is<T>() for various types stood out in a profile
|
hace 2 años |
TableBox.cpp
|
e107c83a57
LibWeb: Remove inheritance of `TableBox` from `BlockContainer`
|
hace 2 años |
TableBox.h
|
aa19c4a340
LibWeb: Add Layout::Node::is_table() and make is<TableBox>() fast
|
hace 2 años |
TableCellBox.cpp
|
dbf76e8ae1
LibWeb: Take rowspan into account while table formatting
|
hace 2 años |
TableCellBox.h
|
276a77f02d
LibWeb: Support display inline-table
|
hace 2 años |
TableFormattingContext.cpp
|
c839c51b0b
LibWeb: Use max-width property in table formatting
|
hace 2 años |
TableFormattingContext.h
|
00999a245c
LibWeb: Let FormattingContext decide the automatic width of its root
|
hace 2 años |
TableRowBox.cpp
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
hace 3 años |
TableRowBox.h
|
276a77f02d
LibWeb: Support display inline-table
|
hace 2 años |
TableRowGroupBox.cpp
|
c8337e9ee8
LibWeb: Remove inheritance of `TableRowGroupBox` from `BlockContainer`
|
hace 2 años |
TableRowGroupBox.h
|
c8337e9ee8
LibWeb: Remove inheritance of `TableRowGroupBox` from `BlockContainer`
|
hace 2 años |
TableWrapper.cpp
|
709fe01f52
LibWeb: Override width calculation for table wrappers
|
hace 2 años |
TableWrapper.h
|
709fe01f52
LibWeb: Override width calculation for table wrappers
|
hace 2 años |
TextNode.cpp
|
4d401bf796
LibWeb: Make the paint tree GC-allocated
|
hace 2 años |
TextNode.h
|
f914abaf29
LibWeb: Make a handful of layout node leaf classes `final`
|
hace 2 años |
TreeBuilder.cpp
|
7b4c76788b
LibWeb: Don't put abspos grid/flex items in anonymous wrapper
|
hace 2 años |
TreeBuilder.h
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
hace 2 años |
VideoBox.cpp
|
f156d3d5e5
LibWeb: Create a basic layout node for HTMLVideoElement
|
hace 2 años |
VideoBox.h
|
f156d3d5e5
LibWeb: Create a basic layout node for HTMLVideoElement
|
hace 2 años |
Viewport.cpp
|
7e76a51cb0
LibWeb: Rename Layout::InitialContainingBlock to Layout::Viewport
|
hace 2 años |
Viewport.h
|
7e76a51cb0
LibWeb: Rename Layout::InitialContainingBlock to Layout::Viewport
|
hace 2 años |