Andreas Kling c1f0d21bbe LibWeb: Rename the LayoutMode enum values and explain them 3 anni fa
..
BlockContainer.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 anni fa
BlockContainer.h 5779a910e5 LibWeb: Move hit testing to the painting tree 3 anni fa
BlockFormattingContext.cpp c1f0d21bbe LibWeb: Rename the LayoutMode enum values and explain them 3 anni fa
BlockFormattingContext.h c1f0d21bbe LibWeb: Rename the LayoutMode enum values and explain them 3 anni fa
Box.cpp e099960e4d LibWeb: Remove a bunch of no-longer needed #includes 3 anni fa
Box.h e099960e4d LibWeb: Remove a bunch of no-longer needed #includes 3 anni fa
BoxModelMetrics.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 anni fa
BoxModelMetrics.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 anni fa
BreakNode.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 anni fa
BreakNode.h 02b316fd5c LibWeb: Let Paintable perform the painting 3 anni fa
ButtonBox.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 anni fa
ButtonBox.h 29583104d2 LibWeb: Refactor all LabelableNode subclasses + input event handling :^) 3 anni fa
CanvasBox.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 anni fa
CanvasBox.h ed84fbce47 LibWeb: Make Paintable ref-counted 3 anni fa
CheckBox.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 anni fa
CheckBox.h 29583104d2 LibWeb: Refactor all LabelableNode subclasses + input event handling :^) 3 anni fa
FlexFormattingContext.cpp c1f0d21bbe LibWeb: Rename the LayoutMode enum values and explain them 3 anni fa
FlexFormattingContext.h bd94f2c4c8 LibWeb: Add a debug helper to dump current state of an FFC 3 anni fa
FormAssociatedLabelableNode.h 29583104d2 LibWeb: Refactor all LabelableNode subclasses + input event handling :^) 3 anni fa
FormattingContext.cpp c1f0d21bbe LibWeb: Rename the LayoutMode enum values and explain them 3 anni fa
FormattingContext.h 39b7fbfeb9 LibWeb: Rewrite CSS float implementation to use offset-from-edge 3 anni fa
FormattingState.cpp 515db5fc1b LibWeb: Make Layout::FormattingState copies shallow 3 anni fa
FormattingState.h d3932b5880 LibWeb: Give FormattingState a reference to its root state 3 anni fa
FrameBox.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 anni fa
FrameBox.h ed84fbce47 LibWeb: Make Paintable ref-counted 3 anni fa
ImageBox.cpp e099960e4d LibWeb: Remove a bunch of no-longer needed #includes 3 anni fa
ImageBox.h ed84fbce47 LibWeb: Make Paintable ref-counted 3 anni fa
InitialContainingBlock.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 anni fa
InitialContainingBlock.h 5779a910e5 LibWeb: Move hit testing to the painting tree 3 anni fa
InlineFormattingContext.cpp c1f0d21bbe LibWeb: Rename the LayoutMode enum values and explain them 3 anni fa
InlineFormattingContext.h 39b7fbfeb9 LibWeb: Rewrite CSS float implementation to use offset-from-edge 3 anni fa
InlineLevelIterator.cpp 2dfb617c5b LibWeb: Make InlineLevelIterator emit absolutely positioned items 3 anni fa
InlineLevelIterator.h 2dfb617c5b LibWeb: Make InlineLevelIterator emit absolutely positioned items 3 anni fa
InlineNode.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 anni fa
InlineNode.h ed84fbce47 LibWeb: Make Paintable ref-counted 3 anni fa
Label.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 anni fa
Label.h 29583104d2 LibWeb: Refactor all LabelableNode subclasses + input event handling :^) 3 anni fa
LabelableNode.cpp cb0c5390ff LibWeb: Move mouse event and label logic from layout to painting tree 3 anni fa
LabelableNode.h cb0c5390ff LibWeb: Move mouse event and label logic from layout to painting tree 3 anni fa
LayoutPosition.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 anni fa
LayoutPosition.h c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 anni fa
LineBox.cpp 45f717cfad LibWeb: Respect inline-axis margins between line box fragments :^) 3 anni fa
LineBox.h c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 anni fa
LineBoxFragment.cpp be5f0b5ac4 LibWeb: Move text fragment painting to PaintableWithLines 3 anni fa
LineBoxFragment.h be5f0b5ac4 LibWeb: Move text fragment painting to PaintableWithLines 3 anni fa
LineBuilder.cpp c1f0d21bbe LibWeb: Rename the LayoutMode enum values and explain them 3 anni fa
LineBuilder.h 28642de6ed LibWeb: Make LineBuilder aware of the current LayoutMode 3 anni fa
ListItemBox.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 anni fa
ListItemBox.h 7bb721bea2 LibWeb: Make `display: foo` box constructors take the Element by pointer 3 anni fa
ListItemMarkerBox.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 anni fa
ListItemMarkerBox.h afc5fade05 LibWeb: Add some fast_is<T> helpers for hot classes on GitHub :^) 3 anni fa
Node.cpp 7c79fc209f LibWeb: Establish a new stacking context for elements with `transform` 3 anni fa
Node.h c1f0d21bbe LibWeb: Rename the LayoutMode enum values and explain them 3 anni fa
Progress.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 anni fa
Progress.h ed84fbce47 LibWeb: Make Paintable ref-counted 3 anni fa
RadioButton.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 anni fa
RadioButton.h 29583104d2 LibWeb: Refactor all LabelableNode subclasses + input event handling :^) 3 anni fa
ReplacedBox.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 anni fa
ReplacedBox.h afc5fade05 LibWeb: Add some fast_is<T> helpers for hot classes on GitHub :^) 3 anni fa
SVGBox.cpp 28b771560a LibWeb: Make SVG <svg> elements behave as CSS replaced elements 3 anni fa
SVGBox.h 28b771560a LibWeb: Make SVG <svg> elements behave as CSS replaced elements 3 anni fa
SVGFormattingContext.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 anni fa
SVGFormattingContext.h c9700e100e LibWeb: Start making our layout system "transactional" 3 anni fa
SVGGeometryBox.cpp e099960e4d LibWeb: Remove a bunch of no-longer needed #includes 3 anni fa
SVGGeometryBox.h ed84fbce47 LibWeb: Make Paintable ref-counted 3 anni fa
SVGGraphicsBox.cpp 02b316fd5c LibWeb: Let Paintable perform the painting 3 anni fa
SVGGraphicsBox.h 02b316fd5c LibWeb: Let Paintable perform the painting 3 anni fa
SVGSVGBox.cpp 28b771560a LibWeb: Make SVG <svg> elements behave as CSS replaced elements 3 anni fa
SVGSVGBox.h 28b771560a LibWeb: Make SVG <svg> elements behave as CSS replaced elements 3 anni fa
TableBox.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 anni fa
TableBox.h c4826eae4f LibWeb: Rename Layout::BlockBox => BlockContainer 3 anni fa
TableCellBox.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 anni fa
TableCellBox.h ca154723f7 LibWeb: Remove Layout::Box::width_of_logical_containing_block() 3 anni fa
TableFormattingContext.cpp c1f0d21bbe LibWeb: Rename the LayoutMode enum values and explain them 3 anni fa
TableFormattingContext.h c9700e100e LibWeb: Start making our layout system "transactional" 3 anni fa
TableRowBox.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 anni fa
TableRowBox.h 85a0772147 LibWeb: Start work towards modern CSS "display" values 3 anni fa
TableRowGroupBox.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 anni fa
TableRowGroupBox.h 7bb721bea2 LibWeb: Make `display: foo` box constructors take the Element by pointer 3 anni fa
TextNode.cpp c1f0d21bbe LibWeb: Rename the LayoutMode enum values and explain them 3 anni fa
TextNode.h be5f0b5ac4 LibWeb: Move text fragment painting to PaintableWithLines 3 anni fa
TreeBuilder.cpp 28b771560a LibWeb: Make SVG <svg> elements behave as CSS replaced elements 3 anni fa
TreeBuilder.h dee26ca5cd LibWeb: Add missing headers 3 anni fa