Aliaksandr Kalenik 6cec431720 LibWeb: Set zero underflow when calculating intrinsic width of block 2 years ago
..
AvailableSpace.cpp f5f25562d1 LibWeb: Convert FormattingContext to new pixel units 2 years ago
AvailableSpace.h 7639eccd53 LibWeb: Add default equality operators to Available{Space,Size} 2 years ago
BlockContainer.cpp a75915f055 LibWeb/Layout: Rename BlockContainer::paint{_box => able_with_lines}() 2 years ago
BlockContainer.h a75915f055 LibWeb/Layout: Rename BlockContainer::paint{_box => able_with_lines}() 2 years ago
BlockFormattingContext.cpp 6cec431720 LibWeb: Set zero underflow when calculating intrinsic width of block 2 years ago
BlockFormattingContext.h 00999a245c LibWeb: Let FormattingContext decide the automatic width of its root 2 years ago
Box.cpp 754e458d0a LibWeb/Layout: Rename Box::{paint => paintable}_box() 2 years ago
Box.h 754e458d0a LibWeb/Layout: Rename Box::{paint => paintable}_box() 2 years ago
BoxModelMetrics.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
BoxModelMetrics.h 02cd853eee LibWeb+Browser+WebContent: Convert BoxModelMetrics to new pixel units 2 years ago
BreakNode.cpp a0e6882d99 LibWeb: Remove Layout::Node::set_inline() 2 years ago
BreakNode.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated 2 years ago
ButtonBox.cpp b71c7a6e44 Userland: Use Font::pixel_size_rounded_up() instead of glyph_height() 2 years ago
ButtonBox.h f914abaf29 LibWeb: Make a handful of layout node leaf classes `final` 2 years ago
CanvasBox.cpp 4d401bf796 LibWeb: Make the paint tree GC-allocated 2 years ago
CanvasBox.h f914abaf29 LibWeb: Make a handful of layout node leaf classes `final` 2 years ago
CheckBox.cpp 4d401bf796 LibWeb: Make the paint tree GC-allocated 2 years ago
CheckBox.h f914abaf29 LibWeb: Make a handful of layout node leaf classes `final` 2 years ago
FlexFormattingContext.cpp 00e3e82bbd LibWeb: Account for box-sizing:border-box in layout-less definite sizes 2 years ago
FlexFormattingContext.h deea7cbc11 LibWeb: Remove vestigial resolve_definite_width/height helper functions 2 years ago
FormAssociatedLabelableNode.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated 2 years ago
FormattingContext.cpp cc33a57620 LibWeb: Use intrinsic aspect ratio when calculating max content height 2 years ago
FormattingContext.h 00999a245c LibWeb: Let FormattingContext decide the automatic width of its root 2 years ago
FrameBox.cpp 754e458d0a LibWeb/Layout: Rename Box::{paint => paintable}_box() 2 years ago
FrameBox.h 4d401bf796 LibWeb: Make the paint tree GC-allocated 2 years ago
GridFormattingContext.cpp c987c934d0 LibWeb: Fix grid size when intrinsically sized 2 years ago
GridFormattingContext.h 289285cd6e LibWeb: Add borders functionality to CSS Grid 2 years ago
ImageBox.cpp 754e458d0a LibWeb/Layout: Rename Box::{paint => paintable}_box() 2 years ago
ImageBox.h 4d401bf796 LibWeb: Make the paint tree GC-allocated 2 years ago
InlineFormattingContext.cpp a8d08357c9 LibWeb: Compute inset for relative positioned inline-block 2 years ago
InlineFormattingContext.h 056acb5ebf LibWeb: Convert InlineFormattingContext to new pixel units 2 years ago
InlineLevelIterator.cpp 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 years ago
InlineLevelIterator.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 years ago
InlineNode.cpp 4d401bf796 LibWeb: Make the paint tree GC-allocated 2 years ago
InlineNode.h f914abaf29 LibWeb: Make a handful of layout node leaf classes `final` 2 years ago
Label.cpp a75915f055 LibWeb/Layout: Rename BlockContainer::paint{_box => able_with_lines}() 2 years ago
Label.h 3c7bd5a317 LibWeb+WebContent+headless-browser: Use CSSPixels for PageClient events 2 years ago
LabelableNode.cpp cb0c5390ff LibWeb: Move mouse event and label logic from layout to painting tree 3 years ago
LabelableNode.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated 2 years ago
LayoutState.cpp 00e3e82bbd LibWeb: Account for box-sizing:border-box in layout-less definite sizes 2 years ago
LayoutState.h deea7cbc11 LibWeb: Remove vestigial resolve_definite_width/height helper functions 2 years ago
LineBox.cpp 76047d1932 LibWeb: Convert InlineLevelIterator/LineBox/LineBuilder to new px units 2 years ago
LineBox.h 9927dab993 LibWeb: Don't drop single <br/> lines 2 years ago
LineBoxFragment.cpp 754e458d0a LibWeb/Layout: Rename Box::{paint => paintable}_box() 2 years ago
LineBoxFragment.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 years ago
LineBuilder.cpp e4b71495f5 LibWeb: Resolve percentage vertical-align values against line-height 2 years ago
LineBuilder.h 76047d1932 LibWeb: Convert InlineLevelIterator/LineBox/LineBuilder to new px units 2 years ago
ListItemBox.cpp 268b9c5d90 LibWeb: Make the layout tree GC-allocated 2 years ago
ListItemBox.h 1cf5737e9e LibWeb: Add fast_is<T>() for various types stood out in a profile 2 years ago
ListItemMarkerBox.cpp 4d401bf796 LibWeb: Make the paint tree GC-allocated 2 years ago
ListItemMarkerBox.h 4d401bf796 LibWeb: Make the paint tree GC-allocated 2 years ago
Node.cpp afd355c135 LibWeb: Resolve and paint SVG gradient fills 2 years ago
Node.h 8f0b7fa370 LibWeb: Verify that a node has styled properties in its styled accessors 2 years ago
Progress.cpp 4d401bf796 LibWeb: Make the paint tree GC-allocated 2 years ago
Progress.h f914abaf29 LibWeb: Make a handful of layout node leaf classes `final` 2 years ago
RadioButton.cpp 4d401bf796 LibWeb: Make the paint tree GC-allocated 2 years ago
RadioButton.h 4d401bf796 LibWeb: Make the paint tree GC-allocated 2 years ago
ReplacedBox.cpp a0e6882d99 LibWeb: Remove Layout::Node::set_inline() 2 years ago
ReplacedBox.h 65cdf89a8b LibWeb: Convert Layout Boxes to new pixel units 2 years ago
SVGBox.cpp 28b771560a LibWeb: Make SVG <svg> elements behave as CSS replaced elements 3 years ago
SVGBox.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated 2 years ago
SVGFormattingContext.cpp ce5a939148 LibWeb: Layout <svg> nested inside <svg> 2 years ago
SVGFormattingContext.h 00999a245c LibWeb: Let FormattingContext decide the automatic width of its root 2 years ago
SVGGeometryBox.cpp d58b671ff6 LibWeb/DOM: Rename Node::{paint => paintable}_box() 2 years ago
SVGGeometryBox.h ba6272a0a0 LibWeb: Don't try to paint SVG elements transformed to zero size 2 years ago
SVGGraphicsBox.cpp ec5d5918c4 LibWeb: Make SVG <g> elements generate a SVGGraphicsPaintable 2 years ago
SVGGraphicsBox.h ec5d5918c4 LibWeb: Make SVG <g> elements generate a SVGGraphicsPaintable 2 years ago
SVGSVGBox.cpp 2480b94ae7 LibWeb: Support more length types in SVG width/height attributes 2 years ago
SVGSVGBox.h 1cf5737e9e LibWeb: Add fast_is<T>() for various types stood out in a profile 2 years ago
TableBox.cpp e107c83a57 LibWeb: Remove inheritance of `TableBox` from `BlockContainer` 2 years ago
TableBox.h aa19c4a340 LibWeb: Add Layout::Node::is_table() and make is<TableBox>() fast 2 years ago
TableCellBox.cpp dbf76e8ae1 LibWeb: Take rowspan into account while table formatting 2 years ago
TableCellBox.h 276a77f02d LibWeb: Support display inline-table 2 years ago
TableFormattingContext.cpp e54ee7de96 LibWeb: Exclude borders from width available for table columns 2 years ago
TableFormattingContext.h d9f0c2a806 LibWeb: Implement "distribute height to rows" step in TFC 2 years ago
TableRowBox.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 years ago
TableRowBox.h 276a77f02d LibWeb: Support display inline-table 2 years ago
TableRowGroupBox.cpp c8337e9ee8 LibWeb: Remove inheritance of `TableRowGroupBox` from `BlockContainer` 2 years ago
TableRowGroupBox.h c8337e9ee8 LibWeb: Remove inheritance of `TableRowGroupBox` from `BlockContainer` 2 years ago
TableWrapper.cpp 709fe01f52 LibWeb: Override width calculation for table wrappers 2 years ago
TableWrapper.h 709fe01f52 LibWeb: Override width calculation for table wrappers 2 years ago
TextNode.cpp 4d401bf796 LibWeb: Make the paint tree GC-allocated 2 years ago
TextNode.h f914abaf29 LibWeb: Make a handful of layout node leaf classes `final` 2 years ago
TreeBuilder.cpp 7b4c76788b LibWeb: Don't put abspos grid/flex items in anonymous wrapper 2 years ago
TreeBuilder.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 years ago
VideoBox.cpp f156d3d5e5 LibWeb: Create a basic layout node for HTMLVideoElement 2 years ago
VideoBox.h f156d3d5e5 LibWeb: Create a basic layout node for HTMLVideoElement 2 years ago
Viewport.cpp f2f14ad9bd LibWeb+WebContent: Make document background and Viewport transparent 2 years ago
Viewport.h 7e76a51cb0 LibWeb: Rename Layout::InitialContainingBlock to Layout::Viewport 2 years ago