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