Luke Wilde 8ace6b4f1d LibWeb: Establish stacking context when backdrop-filter is not 'none' há 2 anos atrás
..
AvailableSpace.cpp 9c44634ca5 LibWeb: Reorganize layout algorithms around available space há 2 anos atrás
AvailableSpace.h 9c44634ca5 LibWeb: Reorganize layout algorithms around available space há 2 anos atrás
BlockContainer.cpp 086969277e Everywhere: Run clang-format há 3 anos atrás
BlockContainer.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated há 2 anos atrás
BlockFormattingContext.cpp 4b74f36cd0 LibWeb: Resolve vertical margins against containing block width há 2 anos atrás
BlockFormattingContext.h 4b74f36cd0 LibWeb: Resolve vertical margins against containing block width há 2 anos atrás
Box.cpp b3d85afd92 LibWeb: Make Layout::Box::set_needs_display() work for all boxes há 3 anos atrás
Box.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated há 2 anos atrás
BoxModelMetrics.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. há 4 anos atrás
BoxModelMetrics.h fe908e7db2 LibWeb: Rename "offset" in box model metrics to "inset" há 3 anos atrás
BreakNode.cpp a0e6882d99 LibWeb: Remove Layout::Node::set_inline() há 2 anos atrás
BreakNode.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated há 2 anos atrás
ButtonBox.cpp 206d6ece55 LibGfx: Move other font-related files to LibGfx/Font/ há 3 anos atrás
ButtonBox.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated há 2 anos atrás
CanvasBox.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb há 3 anos atrás
CanvasBox.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated há 2 anos atrás
CheckBox.cpp 206d6ece55 LibGfx: Move other font-related files to LibGfx/Font/ há 3 anos atrás
CheckBox.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated há 2 anos atrás
FlexFormattingContext.cpp 869b322a8f LibWeb: Assign hypothetical flex item main sizes as temporary main size há 2 anos atrás
FlexFormattingContext.h 834d98520a LibWeb: Implement basic support for align-content in flex layout há 2 anos atrás
FormAssociatedLabelableNode.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated há 2 anos atrás
FormattingContext.cpp f7bd1edde3 LibWeb: Calculate the height of the css grid correctly há 2 anos atrás
FormattingContext.h 27a7c5ef40 LibWeb: Implement CSS fit-content algorithm precisely as spec says há 2 anos atrás
FrameBox.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb há 3 anos atrás
FrameBox.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated há 2 anos atrás
GridFormattingContext.cpp 2547e0b966 LibWeb: Use calculate_min_content_height() for sizing of grid children há 2 anos atrás
GridFormattingContext.h bd9ec60305 LibWeb: Implement minmax() há 2 anos atrás
ImageBox.cpp 1885fe529f LibWeb: Add GC finalizer to Layout::ImageBox há 2 anos atrás
ImageBox.h 1885fe529f LibWeb: Add GC finalizer to Layout::ImageBox há 2 anos atrás
InitialContainingBlock.cpp 85dd891811 LibWeb: Ignore non-painting layout nodes when building stacking contexts há 3 anos atrás
InitialContainingBlock.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated há 2 anos atrás
InlineFormattingContext.cpp 6d18164ab0 LibWeb: Apply min-width and max-width constraints to inline-block boxes há 2 anos atrás
InlineFormattingContext.h 9c44634ca5 LibWeb: Reorganize layout algorithms around available space há 2 anos atrás
InlineLevelIterator.cpp b062a0fb7c LibWeb: Make TextNode::ChunkIterator emit an empty chunk for content:"" há 2 anos atrás
InlineLevelIterator.h d073a31c21 LibWeb: Add missing includes há 2 anos atrás
InlineNode.cpp a0e6882d99 LibWeb: Remove Layout::Node::set_inline() há 2 anos atrás
InlineNode.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated há 2 anos atrás
Label.cpp 268b9c5d90 LibWeb: Make the layout tree GC-allocated há 2 anos atrás
Label.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated há 2 anos atrás
LabelableNode.cpp cb0c5390ff LibWeb: Move mouse event and label logic from layout to painting tree há 3 anos atrás
LabelableNode.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated há 2 anos atrás
LayoutPosition.cpp 268b9c5d90 LibWeb: Make the layout tree GC-allocated há 2 anos atrás
LayoutPosition.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated há 2 anos atrás
LayoutState.cpp 869b322a8f LibWeb: Assign hypothetical flex item main sizes as temporary main size há 2 anos atrás
LayoutState.h b289f97a65 LibWeb: Split intrinsic heights cache by definite available widths há 2 anos atrás
LineBox.cpp 45f717cfad LibWeb: Respect inline-axis margins between line box fragments :^) há 3 anos atrás
LineBox.h 195ef5e26f LibWeb: Bring CSS line-height implementation closer to spec há 3 anos atrás
LineBoxFragment.cpp 52862c72d0 LibWeb: Rename FormattingState to LayoutState há 3 anos atrás
LineBoxFragment.h 52862c72d0 LibWeb: Rename FormattingState to LayoutState há 3 anos atrás
LineBuilder.cpp 42538b5375 LibWeb: Fix bogus inline-block check in line box layout há 2 anos atrás
LineBuilder.h 412b2313f3 LibWeb: Improve inline flow around floating boxes há 2 anos atrás
ListItemBox.cpp 268b9c5d90 LibWeb: Make the layout tree GC-allocated há 2 anos atrás
ListItemBox.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated há 2 anos atrás
ListItemMarkerBox.cpp 6a6475673f LibWeb: Convert images to common AbstractImageStyleValue base há 3 anos atrás
ListItemMarkerBox.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated há 2 anos atrás
Node.cpp 8ace6b4f1d LibWeb: Establish stacking context when backdrop-filter is not 'none' há 2 anos atrás
Node.h 6d830e6335 LibWeb: Tie layout tree to a specific browsing context há 2 anos atrás
Progress.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb há 3 anos atrás
Progress.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated há 2 anos atrás
RadioButton.cpp 7dfd5afd37 LibWeb: Set 1:1 intrinsic aspect ratio for radio buttons há 3 anos atrás
RadioButton.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated há 2 anos atrás
ReplacedBox.cpp a0e6882d99 LibWeb: Remove Layout::Node::set_inline() há 2 anos atrás
ReplacedBox.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated há 2 anos atrás
SVGBox.cpp 28b771560a LibWeb: Make SVG <svg> elements behave as CSS replaced elements há 3 anos atrás
SVGBox.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated há 2 anos atrás
SVGFormattingContext.cpp 9c44634ca5 LibWeb: Reorganize layout algorithms around available space há 2 anos atrás
SVGFormattingContext.h 9c44634ca5 LibWeb: Reorganize layout algorithms around available space há 2 anos atrás
SVGGeometryBox.cpp e099960e4d LibWeb: Remove a bunch of no-longer needed #includes há 3 anos atrás
SVGGeometryBox.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated há 2 anos atrás
SVGGraphicsBox.cpp 02b316fd5c LibWeb: Let Paintable perform the painting há 3 anos atrás
SVGGraphicsBox.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated há 2 anos atrás
SVGSVGBox.cpp 17a6fcfde3 LibWeb: Try to work out the intrinsic size of <svg> elements há 3 anos atrás
SVGSVGBox.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated há 2 anos atrás
TableBox.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb há 3 anos atrás
TableBox.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated há 2 anos atrás
TableCellBox.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb há 3 anos atrás
TableCellBox.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated há 2 anos atrás
TableFormattingContext.cpp 9c44634ca5 LibWeb: Reorganize layout algorithms around available space há 2 anos atrás
TableFormattingContext.h 9c44634ca5 LibWeb: Reorganize layout algorithms around available space há 2 anos atrás
TableRowBox.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb há 3 anos atrás
TableRowBox.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated há 2 anos atrás
TableRowGroupBox.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb há 3 anos atrás
TableRowGroupBox.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated há 2 anos atrás
TextNode.cpp b062a0fb7c LibWeb: Make TextNode::ChunkIterator emit an empty chunk for content:"" há 2 anos atrás
TextNode.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated há 2 anos atrás
TreeBuilder.cpp 268b9c5d90 LibWeb: Make the layout tree GC-allocated há 2 anos atrás
TreeBuilder.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated há 2 anos atrás