Johannes Laudenberg eb1d7e8076 LibWeb: Make margins in the main dimension work for flex items 3 vuotta sitten
..
BlockContainer.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 vuotta sitten
BlockContainer.h 5779a910e5 LibWeb: Move hit testing to the painting tree 3 vuotta sitten
BlockFormattingContext.cpp de6f7f0029 LibWeb: Support CSS floats in inline flow 3 vuotta sitten
BlockFormattingContext.h de6f7f0029 LibWeb: Support CSS floats in inline flow 3 vuotta sitten
Box.cpp 74927fd218 LibWeb: Move Layout::Box::is_out_of_flow() to Layout::Node 3 vuotta sitten
Box.h 74927fd218 LibWeb: Move Layout::Box::is_out_of_flow() to Layout::Node 3 vuotta sitten
BoxModelMetrics.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 vuotta sitten
BoxModelMetrics.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 vuotta sitten
BreakNode.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 vuotta sitten
BreakNode.h 02b316fd5c LibWeb: Let Paintable perform the painting 3 vuotta sitten
ButtonBox.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 vuotta sitten
ButtonBox.h 29583104d2 LibWeb: Refactor all LabelableNode subclasses + input event handling :^) 3 vuotta sitten
CanvasBox.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 vuotta sitten
CanvasBox.h ed84fbce47 LibWeb: Make Paintable ref-counted 3 vuotta sitten
CheckBox.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 vuotta sitten
CheckBox.h 29583104d2 LibWeb: Refactor all LabelableNode subclasses + input event handling :^) 3 vuotta sitten
FlexFormattingContext.cpp eb1d7e8076 LibWeb: Make margins in the main dimension work for flex items 3 vuotta sitten
FlexFormattingContext.h bd94f2c4c8 LibWeb: Add a debug helper to dump current state of an FFC 3 vuotta sitten
FormAssociatedLabelableNode.h 29583104d2 LibWeb: Refactor all LabelableNode subclasses + input event handling :^) 3 vuotta sitten
FormattingContext.cpp c1f0d21bbe LibWeb: Rename the LayoutMode enum values and explain them 3 vuotta sitten
FormattingContext.h 39b7fbfeb9 LibWeb: Rewrite CSS float implementation to use offset-from-edge 3 vuotta sitten
FormattingState.cpp 515db5fc1b LibWeb: Make Layout::FormattingState copies shallow 3 vuotta sitten
FormattingState.h d3932b5880 LibWeb: Give FormattingState a reference to its root state 3 vuotta sitten
FrameBox.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 vuotta sitten
FrameBox.h ed84fbce47 LibWeb: Make Paintable ref-counted 3 vuotta sitten
ImageBox.cpp e099960e4d LibWeb: Remove a bunch of no-longer needed #includes 3 vuotta sitten
ImageBox.h ed84fbce47 LibWeb: Make Paintable ref-counted 3 vuotta sitten
InitialContainingBlock.cpp 59afdb959f LibWeb: Build stacking context tree lazily 3 vuotta sitten
InitialContainingBlock.h 59afdb959f LibWeb: Build stacking context tree lazily 3 vuotta sitten
InlineFormattingContext.cpp de6f7f0029 LibWeb: Support CSS floats in inline flow 3 vuotta sitten
InlineFormattingContext.h 39b7fbfeb9 LibWeb: Rewrite CSS float implementation to use offset-from-edge 3 vuotta sitten
InlineLevelIterator.cpp de6f7f0029 LibWeb: Support CSS floats in inline flow 3 vuotta sitten
InlineLevelIterator.h de6f7f0029 LibWeb: Support CSS floats in inline flow 3 vuotta sitten
InlineNode.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 vuotta sitten
InlineNode.h ed84fbce47 LibWeb: Make Paintable ref-counted 3 vuotta sitten
Label.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 vuotta sitten
Label.h 29583104d2 LibWeb: Refactor all LabelableNode subclasses + input event handling :^) 3 vuotta sitten
LabelableNode.cpp cb0c5390ff LibWeb: Move mouse event and label logic from layout to painting tree 3 vuotta sitten
LabelableNode.h cb0c5390ff LibWeb: Move mouse event and label logic from layout to painting tree 3 vuotta sitten
LayoutPosition.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 vuotta sitten
LayoutPosition.h c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 vuotta sitten
LineBox.cpp 45f717cfad LibWeb: Respect inline-axis margins between line box fragments :^) 3 vuotta sitten
LineBox.h c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 vuotta sitten
LineBoxFragment.cpp be5f0b5ac4 LibWeb: Move text fragment painting to PaintableWithLines 3 vuotta sitten
LineBoxFragment.h be5f0b5ac4 LibWeb: Move text fragment painting to PaintableWithLines 3 vuotta sitten
LineBuilder.cpp de6f7f0029 LibWeb: Support CSS floats in inline flow 3 vuotta sitten
LineBuilder.h de6f7f0029 LibWeb: Support CSS floats in inline flow 3 vuotta sitten
ListItemBox.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 vuotta sitten
ListItemBox.h 7bb721bea2 LibWeb: Make `display: foo` box constructors take the Element by pointer 3 vuotta sitten
ListItemMarkerBox.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 vuotta sitten
ListItemMarkerBox.h afc5fade05 LibWeb: Add some fast_is<T> helpers for hot classes on GitHub :^) 3 vuotta sitten
Node.cpp 74927fd218 LibWeb: Move Layout::Box::is_out_of_flow() to Layout::Node 3 vuotta sitten
Node.h 74927fd218 LibWeb: Move Layout::Box::is_out_of_flow() to Layout::Node 3 vuotta sitten
Progress.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 vuotta sitten
Progress.h ed84fbce47 LibWeb: Make Paintable ref-counted 3 vuotta sitten
RadioButton.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 vuotta sitten
RadioButton.h 29583104d2 LibWeb: Refactor all LabelableNode subclasses + input event handling :^) 3 vuotta sitten
ReplacedBox.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 vuotta sitten
ReplacedBox.h afc5fade05 LibWeb: Add some fast_is<T> helpers for hot classes on GitHub :^) 3 vuotta sitten
SVGBox.cpp 28b771560a LibWeb: Make SVG <svg> elements behave as CSS replaced elements 3 vuotta sitten
SVGBox.h 28b771560a LibWeb: Make SVG <svg> elements behave as CSS replaced elements 3 vuotta sitten
SVGFormattingContext.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 vuotta sitten
SVGFormattingContext.h c9700e100e LibWeb: Start making our layout system "transactional" 3 vuotta sitten
SVGGeometryBox.cpp e099960e4d LibWeb: Remove a bunch of no-longer needed #includes 3 vuotta sitten
SVGGeometryBox.h ed84fbce47 LibWeb: Make Paintable ref-counted 3 vuotta sitten
SVGGraphicsBox.cpp 02b316fd5c LibWeb: Let Paintable perform the painting 3 vuotta sitten
SVGGraphicsBox.h 02b316fd5c LibWeb: Let Paintable perform the painting 3 vuotta sitten
SVGSVGBox.cpp 28b771560a LibWeb: Make SVG <svg> elements behave as CSS replaced elements 3 vuotta sitten
SVGSVGBox.h 28b771560a LibWeb: Make SVG <svg> elements behave as CSS replaced elements 3 vuotta sitten
TableBox.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 vuotta sitten
TableBox.h c4826eae4f LibWeb: Rename Layout::BlockBox => BlockContainer 3 vuotta sitten
TableCellBox.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 vuotta sitten
TableCellBox.h ca154723f7 LibWeb: Remove Layout::Box::width_of_logical_containing_block() 3 vuotta sitten
TableFormattingContext.cpp 686507a38f LibWeb: Translate table cells by their top left border 3 vuotta sitten
TableFormattingContext.h c9700e100e LibWeb: Start making our layout system "transactional" 3 vuotta sitten
TableRowBox.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 vuotta sitten
TableRowBox.h 85a0772147 LibWeb: Start work towards modern CSS "display" values 3 vuotta sitten
TableRowGroupBox.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 vuotta sitten
TableRowGroupBox.h 7bb721bea2 LibWeb: Make `display: foo` box constructors take the Element by pointer 3 vuotta sitten
TextNode.cpp c1f0d21bbe LibWeb: Rename the LayoutMode enum values and explain them 3 vuotta sitten
TextNode.h be5f0b5ac4 LibWeb: Move text fragment painting to PaintableWithLines 3 vuotta sitten
TreeBuilder.cpp fa64a7f6cc LibWeb: Relax "all children must be either inline or block" invariant 3 vuotta sitten
TreeBuilder.h dee26ca5cd LibWeb: Add missing headers 3 vuotta sitten