Andreas Kling 42f6bd5f83 LibWeb: Add spec comments to FFC layout algorithm step 2 před 3 roky
..
BlockContainer.cpp f73aa8e2bd LibWeb: Move line boxes from Layout::Box to BlockContainer před 3 roky
BlockContainer.h f73aa8e2bd LibWeb: Move line boxes from Layout::Box to BlockContainer před 3 roky
BlockFormattingContext.cpp f73aa8e2bd LibWeb: Move line boxes from Layout::Box to BlockContainer před 3 roky
BlockFormattingContext.h f73aa8e2bd LibWeb: Move line boxes from Layout::Box to BlockContainer před 3 roky
Box.cpp f73aa8e2bd LibWeb: Move line boxes from Layout::Box to BlockContainer před 3 roky
Box.h f73aa8e2bd LibWeb: Move line boxes from Layout::Box to BlockContainer před 3 roky
BoxModelMetrics.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. před 4 roky
BoxModelMetrics.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. před 4 roky
BreakNode.cpp c4826eae4f LibWeb: Rename Layout::BlockBox => BlockContainer před 3 roky
BreakNode.h 5a7d3e3cc1 LibWeb: Let <br> elements have style před 3 roky
ButtonBox.cpp 4190fd2199 LibWeb: Rename Web::Frame to Web::BrowsingContext před 4 roky
ButtonBox.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. před 4 roky
CanvasBox.cpp e07cf6f41b LibWeb: Paint bitmaps with rounded_int_rect(), not enclosing_int_rect() před 3 roky
CanvasBox.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. před 4 roky
CheckBox.cpp 4190fd2199 LibWeb: Rename Web::Frame to Web::BrowsingContext před 4 roky
CheckBox.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. před 4 roky
FlexFormattingContext.cpp 42f6bd5f83 LibWeb: Add spec comments to FFC layout algorithm step 2 před 3 roky
FlexFormattingContext.h 1d0c4a07ff LibWeb: Add spec comments to FFC layout algorithm step 5 před 3 roky
FormattingContext.cpp f73aa8e2bd LibWeb: Move line boxes from Layout::Box to BlockContainer před 3 roky
FormattingContext.h 2844f89a83 LibWeb: Implement "out-of-flow" property of Layout Box před 3 roky
FrameBox.cpp e91edcaa28 LibWeb: Rename InitialContainingBlockBox => InitialContainingBlock před 3 roky
FrameBox.h ee3a73ddbb AK: Rename downcast<T> => verify_cast<T> před 4 roky
ImageBox.cpp e07cf6f41b LibWeb: Paint bitmaps with rounded_int_rect(), not enclosing_int_rect() před 3 roky
ImageBox.h 3a7e26ef28 LibWeb: Rename frame_did_set_viewport_rect() => browsing_context_*() před 3 roky
InitialContainingBlock.cpp c4826eae4f LibWeb: Rename Layout::BlockBox => BlockContainer před 3 roky
InitialContainingBlock.h c4826eae4f LibWeb: Rename Layout::BlockBox => BlockContainer před 3 roky
InlineFormattingContext.cpp f73aa8e2bd LibWeb: Move line boxes from Layout::Box to BlockContainer před 3 roky
InlineFormattingContext.h f73aa8e2bd LibWeb: Move line boxes from Layout::Box to BlockContainer před 3 roky
InlineNode.cpp f73aa8e2bd LibWeb: Move line boxes from Layout::Box to BlockContainer před 3 roky
InlineNode.h 912596fae8 LibWeb: Give InlineNodes a background před 3 roky
Label.cpp c4826eae4f LibWeb: Rename Layout::BlockBox => BlockContainer před 3 roky
Label.h c4826eae4f LibWeb: Rename Layout::BlockBox => BlockContainer před 3 roky
LabelableNode.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. před 4 roky
LayoutPosition.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. před 4 roky
LayoutPosition.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. před 4 roky
LineBox.cpp d79ab32850 LibWeb: Consider empty fragments the same as whitespace in LineBox před 3 roky
LineBox.h c4826eae4f LibWeb: Rename Layout::BlockBox => BlockContainer před 3 roky
LineBoxFragment.cpp e91edcaa28 LibWeb: Rename InitialContainingBlockBox => InitialContainingBlock před 3 roky
LineBoxFragment.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. před 4 roky
ListItemBox.cpp c4826eae4f LibWeb: Rename Layout::BlockBox => BlockContainer před 3 roky
ListItemBox.h c4826eae4f LibWeb: Rename Layout::BlockBox => BlockContainer před 3 roky
ListItemMarkerBox.cpp c5b4928f4a LibWeb: Make ListItemMarkerBox inherit style from ListItemBox před 3 roky
ListItemMarkerBox.h a0bea52a5f LibWeb: Mark Layout::ListItemMarkerBox as never having children před 3 roky
Node.cpp 439721f38c LibWeb: CSS display:position does not imply definite size před 3 roky
Node.h d9e0fd8823 LibWeb: Rename Layout::Node::is_block_box() => is_block_container() před 3 roky
RadioButton.cpp 4190fd2199 LibWeb: Rename Web::Frame to Web::BrowsingContext před 4 roky
RadioButton.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. před 4 roky
ReplacedBox.cpp c4826eae4f LibWeb: Rename Layout::BlockBox => BlockContainer před 3 roky
ReplacedBox.h ee3a73ddbb AK: Rename downcast<T> => verify_cast<T> před 4 roky
SVGBox.cpp c4826eae4f LibWeb: Rename Layout::BlockBox => BlockContainer před 3 roky
SVGBox.h c4826eae4f LibWeb: Rename Layout::BlockBox => BlockContainer před 3 roky
SVGFormattingContext.cpp 684f7cca9f LibWeb: Implement very naive layout of <path> within <svg> před 3 roky
SVGFormattingContext.h 92c08ad4ac LibWeb: Add SVGFormattingContext to handle SVG box trees před 3 roky
SVGGraphicsBox.cpp ee3a73ddbb AK: Rename downcast<T> => verify_cast<T> před 4 roky
SVGGraphicsBox.h 92c08ad4ac LibWeb: Add SVGFormattingContext to handle SVG box trees před 3 roky
SVGPathBox.cpp 0bb680bacd LibWeb: Remove bogus offset when painting an SVG <path> box před 3 roky
SVGPathBox.h 92c08ad4ac LibWeb: Add SVGFormattingContext to handle SVG box trees před 3 roky
SVGSVGBox.cpp 92c08ad4ac LibWeb: Add SVGFormattingContext to handle SVG box trees před 3 roky
SVGSVGBox.h 92c08ad4ac LibWeb: Add SVGFormattingContext to handle SVG box trees před 3 roky
TableBox.cpp c4826eae4f LibWeb: Rename Layout::BlockBox => BlockContainer před 3 roky
TableBox.h c4826eae4f LibWeb: Rename Layout::BlockBox => BlockContainer před 3 roky
TableCellBox.cpp c4826eae4f LibWeb: Rename Layout::BlockBox => BlockContainer před 3 roky
TableCellBox.h c4826eae4f LibWeb: Rename Layout::BlockBox => BlockContainer před 3 roky
TableFormattingContext.cpp f73aa8e2bd LibWeb: Move line boxes from Layout::Box to BlockContainer před 3 roky
TableFormattingContext.h f73aa8e2bd LibWeb: Move line boxes from Layout::Box to BlockContainer před 3 roky
TableRowBox.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. před 4 roky
TableRowBox.h 85a0772147 LibWeb: Start work towards modern CSS "display" values před 3 roky
TableRowGroupBox.cpp c4826eae4f LibWeb: Rename Layout::BlockBox => BlockContainer před 3 roky
TableRowGroupBox.h c4826eae4f LibWeb: Rename Layout::BlockBox => BlockContainer před 3 roky
TextNode.cpp b8dc3661ac Libraries: Fix -Wunreachable-code warnings from clang před 3 roky
TextNode.h 28fabd4728 LibWeb: Make Layout::Node::paint() pure virtual před 3 roky
TreeBuilder.cpp c4826eae4f LibWeb: Rename Layout::BlockBox => BlockContainer před 3 roky
TreeBuilder.h 85a0772147 LibWeb: Start work towards modern CSS "display" values před 3 roky