Andreas Kling d3932b5880 LibWeb: Give FormattingState a reference to its root state 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 ef8a72ff3f LibWeb: Move available_space_for_line() from IFC to BFC 3 년 전
BlockFormattingContext.h ef8a72ff3f LibWeb: Move available_space_for_line() from IFC to BFC 3 년 전
Box.cpp e099960e4d LibWeb: Remove a bunch of no-longer needed #includes 3 년 전
Box.h e099960e4d LibWeb: Remove a bunch of no-longer needed #includes 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 c37820b898 Libraries: Use default constructors/destructors in LibWeb 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 c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 년 전
FormattingContext.h ef8a72ff3f LibWeb: Move available_space_for_line() from IFC to BFC 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 c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 년 전
InitialContainingBlock.h 5779a910e5 LibWeb: Move hit testing to the painting tree 3 년 전
InlineFormattingContext.cpp ef8a72ff3f LibWeb: Move available_space_for_line() from IFC to BFC 3 년 전
InlineFormattingContext.h ef8a72ff3f LibWeb: Move available_space_for_line() from IFC to BFC 3 년 전
InlineLevelIterator.cpp 2dfb617c5b LibWeb: Make InlineLevelIterator emit absolutely positioned items 3 년 전
InlineLevelIterator.h 2dfb617c5b LibWeb: Make InlineLevelIterator emit absolutely positioned items 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 7fe3f2d970 LibWeb: Refactor text justification code + only justify below threshold 3 년 전
LineBuilder.h 45f717cfad LibWeb: Respect inline-axis margins between line box fragments :^) 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 60c781ebc7 LibWeb: Simplify Layout::Node::containing_block() 3 년 전
Node.h c37820b898 Libraries: Use default constructors/destructors in LibWeb 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 aa969cc591 LibWeb: Make Layout::SVGBox a BlockContainer again 3 년 전
SVGBox.h aa969cc591 LibWeb: Make Layout::SVGBox a BlockContainer again 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 ed84fbce47 LibWeb: Make Paintable ref-counted 3 년 전
SVGSVGBox.h ed84fbce47 LibWeb: Make Paintable ref-counted 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 c37820b898 Libraries: Use default constructors/destructors in LibWeb 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 c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 년 전
TextNode.h be5f0b5ac4 LibWeb: Move text fragment painting to PaintableWithLines 3 년 전
TreeBuilder.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 년 전
TreeBuilder.h dee26ca5cd LibWeb: Add missing headers 3 년 전