Andreas Kling 00bde9ca51 LibWeb: Add Layout::LineBuilder class for incremental line box layout 3 jaren geleden
..
BlockContainer.cpp 1662213737 Userland: Add horizontal mouse scroll support 3 jaren geleden
BlockContainer.h 1662213737 Userland: Add horizontal mouse scroll support 3 jaren geleden
BlockFormattingContext.cpp bfcbab0dcf LibWeb: Remove reference_for_percent parameter from Length::resolved() 3 jaren geleden
BlockFormattingContext.h 7879b98f60 LibWeb: Use W3C urls for CSS-DISPLAY spec links 3 jaren geleden
Box.cpp bfcbab0dcf LibWeb: Remove reference_for_percent parameter from Length::resolved() 3 jaren geleden
Box.h 4a81b33c07 Everywhere: Fix -Winconsistent-missing-override warnings from Clang 3 jaren geleden
BoxModelMetrics.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 jaren geleden
BoxModelMetrics.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 jaren geleden
BreakNode.cpp c4826eae4f LibWeb: Rename Layout::BlockBox => BlockContainer 3 jaren geleden
BreakNode.h 30c39e0e41 LibWeb: Fix inline blocks swallowing trailing whitespace 3 jaren geleden
ButtonBox.cpp 7c57961c61 LibWeb: Move BrowsingContext into HTML/ 3 jaren geleden
ButtonBox.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 jaren geleden
CanvasBox.cpp 81590b1804 LibWeb: Make intrinsic width/height/ratio a Box concept and simplify it 3 jaren geleden
CanvasBox.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 jaren geleden
CheckBox.cpp 7c57961c61 LibWeb: Move BrowsingContext into HTML/ 3 jaren geleden
CheckBox.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 jaren geleden
FlexFormattingContext.cpp bfcbab0dcf LibWeb: Remove reference_for_percent parameter from Length::resolved() 3 jaren geleden
FlexFormattingContext.h dee26ca5cd LibWeb: Add missing headers 3 jaren geleden
FormattingContext.cpp bfcbab0dcf LibWeb: Remove reference_for_percent parameter from Length::resolved() 3 jaren geleden
FormattingContext.h 934360583f LibWeb: Remove duplicated auto height computation 3 jaren geleden
FrameBox.cpp 7c57961c61 LibWeb: Move BrowsingContext into HTML/ 3 jaren geleden
FrameBox.h ee3a73ddbb AK: Rename downcast<T> => verify_cast<T> 4 jaren geleden
ImageBox.cpp 7c57961c61 LibWeb: Move BrowsingContext into HTML/ 3 jaren geleden
ImageBox.h 7c57961c61 LibWeb: Move BrowsingContext into HTML/ 3 jaren geleden
InitialContainingBlock.cpp 7c57961c61 LibWeb: Move BrowsingContext into HTML/ 3 jaren geleden
InitialContainingBlock.h c4826eae4f LibWeb: Rename Layout::BlockBox => BlockContainer 3 jaren geleden
InlineFormattingContext.cpp 39b2046c42 LibWeb: Move available_space_for_line() into InlineFormattingContext 3 jaren geleden
InlineFormattingContext.h 39b2046c42 LibWeb: Move available_space_for_line() into InlineFormattingContext 3 jaren geleden
InlineLevelIterator.cpp 1f603c54ff LibWeb: Add inline-level iterator that enumerates items for line layout 3 jaren geleden
InlineLevelIterator.h 1f603c54ff LibWeb: Add inline-level iterator that enumerates items for line layout 3 jaren geleden
InlineNode.cpp bfcbab0dcf LibWeb: Remove reference_for_percent parameter from Length::resolved() 3 jaren geleden
InlineNode.h 912596fae8 LibWeb: Give InlineNodes a background 3 jaren geleden
Label.cpp 7c57961c61 LibWeb: Move BrowsingContext into HTML/ 3 jaren geleden
Label.h c908fa83e3 LibWeb: Add fast_is<T>() for Layout::Label 3 jaren geleden
LabelableNode.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 jaren geleden
LayoutPosition.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 jaren geleden
LayoutPosition.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 jaren geleden
LineBox.cpp 30c39e0e41 LibWeb: Fix inline blocks swallowing trailing whitespace 3 jaren geleden
LineBox.h 00bde9ca51 LibWeb: Add Layout::LineBuilder class for incremental line box layout 3 jaren geleden
LineBoxFragment.cpp e91edcaa28 LibWeb: Rename InitialContainingBlockBox => InitialContainingBlock 3 jaren geleden
LineBoxFragment.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 jaren geleden
LineBuilder.cpp 00bde9ca51 LibWeb: Add Layout::LineBuilder class for incremental line box layout 3 jaren geleden
LineBuilder.h 00bde9ca51 LibWeb: Add Layout::LineBuilder class for incremental line box layout 3 jaren geleden
ListItemBox.cpp ef62118c8b LibWeb: Render any specified list-style-image for list items 3 jaren geleden
ListItemBox.h c4826eae4f LibWeb: Rename Layout::BlockBox => BlockContainer 3 jaren geleden
ListItemMarkerBox.cpp ef62118c8b LibWeb: Render any specified list-style-image for list items 3 jaren geleden
ListItemMarkerBox.h ef62118c8b LibWeb: Render any specified list-style-image for list items 3 jaren geleden
Node.cpp 1662213737 Userland: Add horizontal mouse scroll support 3 jaren geleden
Node.h 1662213737 Userland: Add horizontal mouse scroll support 3 jaren geleden
RadioButton.cpp 7c57961c61 LibWeb: Move BrowsingContext into HTML/ 3 jaren geleden
RadioButton.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 jaren geleden
ReplacedBox.cpp c4826eae4f LibWeb: Rename Layout::BlockBox => BlockContainer 3 jaren geleden
ReplacedBox.h c94873806c LibWeb: Make ReplacedBox intrinsic size setters take Optional<float> 3 jaren geleden
SVGBox.cpp c4826eae4f LibWeb: Rename Layout::BlockBox => BlockContainer 3 jaren geleden
SVGBox.h 225a5f2fe6 LibWeb: Add fast_is<T>() for SVGBox and SVGPathBox 3 jaren geleden
SVGFormattingContext.cpp f2d0e8d0ee LibWeb: Expose FormattingContext type 3 jaren geleden
SVGFormattingContext.h 92c08ad4ac LibWeb: Add SVGFormattingContext to handle SVG box trees 3 jaren geleden
SVGGraphicsBox.cpp ee3a73ddbb AK: Rename downcast<T> => verify_cast<T> 4 jaren geleden
SVGGraphicsBox.h 92c08ad4ac LibWeb: Add SVGFormattingContext to handle SVG box trees 3 jaren geleden
SVGPathBox.cpp 0bb680bacd LibWeb: Remove bogus offset when painting an SVG <path> box 3 jaren geleden
SVGPathBox.h 225a5f2fe6 LibWeb: Add fast_is<T>() for SVGBox and SVGPathBox 3 jaren geleden
SVGSVGBox.cpp 92c08ad4ac LibWeb: Add SVGFormattingContext to handle SVG box trees 3 jaren geleden
SVGSVGBox.h 92c08ad4ac LibWeb: Add SVGFormattingContext to handle SVG box trees 3 jaren geleden
TableBox.cpp c4826eae4f LibWeb: Rename Layout::BlockBox => BlockContainer 3 jaren geleden
TableBox.h c4826eae4f LibWeb: Rename Layout::BlockBox => BlockContainer 3 jaren geleden
TableCellBox.cpp ca154723f7 LibWeb: Remove Layout::Box::width_of_logical_containing_block() 3 jaren geleden
TableCellBox.h ca154723f7 LibWeb: Remove Layout::Box::width_of_logical_containing_block() 3 jaren geleden
TableFormattingContext.cpp dc681913e8 LibWeb: Convert width/height and min-/max- versions to LengthPercentage 3 jaren geleden
TableFormattingContext.h f73aa8e2bd LibWeb: Move line boxes from Layout::Box to BlockContainer 3 jaren geleden
TableRowBox.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 jaren geleden
TableRowBox.h 85a0772147 LibWeb: Start work towards modern CSS "display" values 3 jaren geleden
TableRowGroupBox.cpp c4826eae4f LibWeb: Rename Layout::BlockBox => BlockContainer 3 jaren geleden
TableRowGroupBox.h c4826eae4f LibWeb: Rename Layout::BlockBox => BlockContainer 3 jaren geleden
TextNode.cpp 7c57961c61 LibWeb: Move BrowsingContext into HTML/ 3 jaren geleden
TextNode.h 8b1108e485 Everywhere: Pass AK::StringView by value 3 jaren geleden
TreeBuilder.cpp f6573f5f9d LibWeb: Don't create anonymous table boxes around whitespace 3 jaren geleden
TreeBuilder.h dee26ca5cd LibWeb: Add missing headers 3 jaren geleden