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