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