Daniel Bertalan 4a81b33c07 Everywhere: Fix -Winconsistent-missing-override warnings from Clang пре 3 година
..
BlockContainer.cpp f73aa8e2bd LibWeb: Move line boxes from Layout::Box to BlockContainer пре 3 година
BlockContainer.h 7879b98f60 LibWeb: Use W3C urls for CSS-DISPLAY spec links пре 3 година
BlockFormattingContext.cpp 7196570f9b LibWeb: Cast unused smart-pointer return values to void пре 3 година
BlockFormattingContext.h 7879b98f60 LibWeb: Use W3C urls for CSS-DISPLAY spec links пре 3 година
Box.cpp 7c57961c61 LibWeb: Move BrowsingContext into HTML/ пре 3 година
Box.h 4a81b33c07 Everywhere: Fix -Winconsistent-missing-override warnings from Clang пре 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 c4826eae4f LibWeb: Rename Layout::BlockBox => BlockContainer пре 3 година
BreakNode.h 30c39e0e41 LibWeb: Fix inline blocks swallowing trailing whitespace пре 3 година
ButtonBox.cpp 7c57961c61 LibWeb: Move BrowsingContext into HTML/ пре 3 година
ButtonBox.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. пре 4 година
CanvasBox.cpp 81590b1804 LibWeb: Make intrinsic width/height/ratio a Box concept and simplify it пре 3 година
CanvasBox.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. пре 4 година
CheckBox.cpp 7c57961c61 LibWeb: Move BrowsingContext into HTML/ пре 3 година
CheckBox.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. пре 4 година
FlexFormattingContext.cpp 7196570f9b LibWeb: Cast unused smart-pointer return values to void пре 3 година
FlexFormattingContext.h dee26ca5cd LibWeb: Add missing headers пре 3 година
FormattingContext.cpp 7196570f9b LibWeb: Cast unused smart-pointer return values to void пре 3 година
FormattingContext.h 934360583f LibWeb: Remove duplicated auto height computation пре 3 година
FrameBox.cpp 7c57961c61 LibWeb: Move BrowsingContext into HTML/ пре 3 година
FrameBox.h ee3a73ddbb AK: Rename downcast<T> => verify_cast<T> пре 4 година
ImageBox.cpp 7c57961c61 LibWeb: Move BrowsingContext into HTML/ пре 3 година
ImageBox.h 7c57961c61 LibWeb: Move BrowsingContext into HTML/ пре 3 година
InitialContainingBlock.cpp 7c57961c61 LibWeb: Move BrowsingContext into HTML/ пре 3 година
InitialContainingBlock.h c4826eae4f LibWeb: Rename Layout::BlockBox => BlockContainer пре 3 година
InlineFormattingContext.cpp 7196570f9b LibWeb: Cast unused smart-pointer return values to void пре 3 година
InlineFormattingContext.h f73aa8e2bd LibWeb: Move line boxes from Layout::Box to BlockContainer пре 3 година
InlineNode.cpp 6234e3fcb3 LibWeb: Implement background-clip :^) пре 3 година
InlineNode.h 912596fae8 LibWeb: Give InlineNodes a background пре 3 година
Label.cpp 7c57961c61 LibWeb: Move BrowsingContext into HTML/ пре 3 година
Label.h c908fa83e3 LibWeb: Add fast_is<T>() for Layout::Label пре 3 година
LabelableNode.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. пре 4 година
LayoutPosition.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. пре 4 година
LayoutPosition.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. пре 4 година
LineBox.cpp 30c39e0e41 LibWeb: Fix inline blocks swallowing trailing whitespace пре 3 година
LineBox.h 30c39e0e41 LibWeb: Fix inline blocks swallowing trailing whitespace пре 3 година
LineBoxFragment.cpp e91edcaa28 LibWeb: Rename InitialContainingBlockBox => InitialContainingBlock пре 3 година
LineBoxFragment.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. пре 4 година
ListItemBox.cpp ef62118c8b LibWeb: Render any specified list-style-image for list items пре 3 година
ListItemBox.h c4826eae4f LibWeb: Rename Layout::BlockBox => BlockContainer пре 3 година
ListItemMarkerBox.cpp ef62118c8b LibWeb: Render any specified list-style-image for list items пре 3 година
ListItemMarkerBox.h ef62118c8b LibWeb: Render any specified list-style-image for list items пре 3 година
Node.cpp 7c57961c61 LibWeb: Move BrowsingContext into HTML/ пре 3 година
Node.h 7c57961c61 LibWeb: Move BrowsingContext into HTML/ пре 3 година
RadioButton.cpp 7c57961c61 LibWeb: Move BrowsingContext into HTML/ пре 3 година
RadioButton.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. пре 4 година
ReplacedBox.cpp c4826eae4f LibWeb: Rename Layout::BlockBox => BlockContainer пре 3 година
ReplacedBox.h c94873806c LibWeb: Make ReplacedBox intrinsic size setters take Optional<float> пре 3 година
SVGBox.cpp c4826eae4f LibWeb: Rename Layout::BlockBox => BlockContainer пре 3 година
SVGBox.h 225a5f2fe6 LibWeb: Add fast_is<T>() for SVGBox and SVGPathBox пре 3 година
SVGFormattingContext.cpp f2d0e8d0ee LibWeb: Expose FormattingContext type пре 3 година
SVGFormattingContext.h 92c08ad4ac LibWeb: Add SVGFormattingContext to handle SVG box trees пре 3 година
SVGGraphicsBox.cpp ee3a73ddbb AK: Rename downcast<T> => verify_cast<T> пре 4 година
SVGGraphicsBox.h 92c08ad4ac LibWeb: Add SVGFormattingContext to handle SVG box trees пре 3 година
SVGPathBox.cpp 0bb680bacd LibWeb: Remove bogus offset when painting an SVG <path> box пре 3 година
SVGPathBox.h 225a5f2fe6 LibWeb: Add fast_is<T>() for SVGBox and SVGPathBox пре 3 година
SVGSVGBox.cpp 92c08ad4ac LibWeb: Add SVGFormattingContext to handle SVG box trees пре 3 година
SVGSVGBox.h 92c08ad4ac LibWeb: Add SVGFormattingContext to handle SVG box trees пре 3 година
TableBox.cpp c4826eae4f LibWeb: Rename Layout::BlockBox => BlockContainer пре 3 година
TableBox.h c4826eae4f LibWeb: Rename Layout::BlockBox => BlockContainer пре 3 година
TableCellBox.cpp ca154723f7 LibWeb: Remove Layout::Box::width_of_logical_containing_block() пре 3 година
TableCellBox.h ca154723f7 LibWeb: Remove Layout::Box::width_of_logical_containing_block() пре 3 година
TableFormattingContext.cpp 7196570f9b LibWeb: Cast unused smart-pointer return values to void пре 3 година
TableFormattingContext.h f73aa8e2bd LibWeb: Move line boxes from Layout::Box to BlockContainer пре 3 година
TableRowBox.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. пре 4 година
TableRowBox.h 85a0772147 LibWeb: Start work towards modern CSS "display" values пре 3 година
TableRowGroupBox.cpp c4826eae4f LibWeb: Rename Layout::BlockBox => BlockContainer пре 3 година
TableRowGroupBox.h c4826eae4f LibWeb: Rename Layout::BlockBox => BlockContainer пре 3 година
TextNode.cpp 7c57961c61 LibWeb: Move BrowsingContext into HTML/ пре 3 година
TextNode.h 8b1108e485 Everywhere: Pass AK::StringView by value пре 3 година
TreeBuilder.cpp f6573f5f9d LibWeb: Don't create anonymous table boxes around whitespace пре 3 година
TreeBuilder.h dee26ca5cd LibWeb: Add missing headers пре 3 година