Tobias Christiansen 0c0951d2ce LibWeb: Flexbox: Don't outgrow parent in main axis when using wrap 3 gadi atpakaļ
..
BlockBox.cpp e91edcaa28 LibWeb: Rename InitialContainingBlockBox => InitialContainingBlock 3 gadi atpakaļ
BlockBox.h ee3a73ddbb AK: Rename downcast<T> => verify_cast<T> 4 gadi atpakaļ
BlockFormattingContext.cpp a501a02851 LibWeb: Ignore negative margins for calculating height in a BFC 3 gadi atpakaļ
BlockFormattingContext.h 6e1f6bd684 LibWeb: Add transform: translateY() support 3 gadi atpakaļ
Box.cpp e1f3fb0146 LibWeb: Move border-painting code out of Box 3 gadi atpakaļ
Box.h abc22b727c LibWeb: Move background painting from Box to its own file 3 gadi atpakaļ
BoxModelMetrics.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 gadi atpakaļ
BoxModelMetrics.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 gadi atpakaļ
BreakNode.cpp 5a7d3e3cc1 LibWeb: Let <br> elements have style 3 gadi atpakaļ
BreakNode.h 5a7d3e3cc1 LibWeb: Let <br> elements have style 3 gadi atpakaļ
ButtonBox.cpp 4190fd2199 LibWeb: Rename Web::Frame to Web::BrowsingContext 4 gadi atpakaļ
ButtonBox.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 gadi atpakaļ
CanvasBox.cpp e07cf6f41b LibWeb: Paint bitmaps with rounded_int_rect(), not enclosing_int_rect() 3 gadi atpakaļ
CanvasBox.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 gadi atpakaļ
CheckBox.cpp 4190fd2199 LibWeb: Rename Web::Frame to Web::BrowsingContext 4 gadi atpakaļ
CheckBox.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 gadi atpakaļ
FlexFormattingContext.cpp 0c0951d2ce LibWeb: Flexbox: Don't outgrow parent in main axis when using wrap 3 gadi atpakaļ
FlexFormattingContext.h 2844f89a83 LibWeb: Implement "out-of-flow" property of Layout Box 3 gadi atpakaļ
FormattingContext.cpp 54013ffbe0 LibWeb: Proritize FlexFormattingContext when display: flex is specified 3 gadi atpakaļ
FormattingContext.h 2844f89a83 LibWeb: Implement "out-of-flow" property of Layout Box 3 gadi atpakaļ
FrameBox.cpp e91edcaa28 LibWeb: Rename InitialContainingBlockBox => InitialContainingBlock 3 gadi atpakaļ
FrameBox.h ee3a73ddbb AK: Rename downcast<T> => verify_cast<T> 4 gadi atpakaļ
ImageBox.cpp e07cf6f41b LibWeb: Paint bitmaps with rounded_int_rect(), not enclosing_int_rect() 3 gadi atpakaļ
ImageBox.h 3a7e26ef28 LibWeb: Rename frame_did_set_viewport_rect() => browsing_context_*() 3 gadi atpakaļ
InitialContainingBlock.cpp e91edcaa28 LibWeb: Rename InitialContainingBlockBox => InitialContainingBlock 3 gadi atpakaļ
InitialContainingBlock.h e91edcaa28 LibWeb: Rename InitialContainingBlockBox => InitialContainingBlock 3 gadi atpakaļ
InlineFormattingContext.cpp 0ccde5417b LibWeb: Don't assume the parent is BFC in the IFC 3 gadi atpakaļ
InlineFormattingContext.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 gadi atpakaļ
InlineNode.cpp 0cedb7a7c4 LibWeb: Give InlineNodes borders :^) 3 gadi atpakaļ
InlineNode.h 912596fae8 LibWeb: Give InlineNodes a background 3 gadi atpakaļ
Label.cpp e91edcaa28 LibWeb: Rename InitialContainingBlockBox => InitialContainingBlock 3 gadi atpakaļ
Label.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 gadi atpakaļ
LabelableNode.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 gadi atpakaļ
LayoutPosition.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 gadi atpakaļ
LayoutPosition.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 gadi atpakaļ
LineBox.cpp fa4eeca0ac LibWeb: Properly handle newlines at the end of LineBoxes 4 gadi atpakaļ
LineBox.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 gadi atpakaļ
LineBoxFragment.cpp e91edcaa28 LibWeb: Rename InitialContainingBlockBox => InitialContainingBlock 3 gadi atpakaļ
LineBoxFragment.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 gadi atpakaļ
ListItemBox.cpp c5b4928f4a LibWeb: Make ListItemMarkerBox inherit style from ListItemBox 3 gadi atpakaļ
ListItemBox.h ca28a118ae LibWeb: Add tightly-typed DOM node accessors for Layout::ListItemBox 3 gadi atpakaļ
ListItemMarkerBox.cpp c5b4928f4a LibWeb: Make ListItemMarkerBox inherit style from ListItemBox 3 gadi atpakaļ
ListItemMarkerBox.h c5b4928f4a LibWeb: Make ListItemMarkerBox inherit style from ListItemBox 3 gadi atpakaļ
Node.cpp 785ace4fc2 LibWeb: Remove on-demand font resolution 3 gadi atpakaļ
Node.h 28fabd4728 LibWeb: Make Layout::Node::paint() pure virtual 3 gadi atpakaļ
RadioButton.cpp 4190fd2199 LibWeb: Rename Web::Frame to Web::BrowsingContext 4 gadi atpakaļ
RadioButton.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 gadi atpakaļ
ReplacedBox.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 gadi atpakaļ
ReplacedBox.h ee3a73ddbb AK: Rename downcast<T> => verify_cast<T> 4 gadi atpakaļ
SVGBox.cpp 92c08ad4ac LibWeb: Add SVGFormattingContext to handle SVG box trees 3 gadi atpakaļ
SVGBox.h 92c08ad4ac LibWeb: Add SVGFormattingContext to handle SVG box trees 3 gadi atpakaļ
SVGFormattingContext.cpp 684f7cca9f LibWeb: Implement very naive layout of <path> within <svg> 3 gadi atpakaļ
SVGFormattingContext.h 92c08ad4ac LibWeb: Add SVGFormattingContext to handle SVG box trees 3 gadi atpakaļ
SVGGraphicsBox.cpp ee3a73ddbb AK: Rename downcast<T> => verify_cast<T> 4 gadi atpakaļ
SVGGraphicsBox.h 92c08ad4ac LibWeb: Add SVGFormattingContext to handle SVG box trees 3 gadi atpakaļ
SVGPathBox.cpp 0bb680bacd LibWeb: Remove bogus offset when painting an SVG <path> box 3 gadi atpakaļ
SVGPathBox.h 92c08ad4ac LibWeb: Add SVGFormattingContext to handle SVG box trees 3 gadi atpakaļ
SVGSVGBox.cpp 92c08ad4ac LibWeb: Add SVGFormattingContext to handle SVG box trees 3 gadi atpakaļ
SVGSVGBox.h 92c08ad4ac LibWeb: Add SVGFormattingContext to handle SVG box trees 3 gadi atpakaļ
TableBox.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 gadi atpakaļ
TableBox.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 gadi atpakaļ
TableCellBox.cpp ee3a73ddbb AK: Rename downcast<T> => verify_cast<T> 4 gadi atpakaļ
TableCellBox.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 gadi atpakaļ
TableFormattingContext.cpp 4190fd2199 LibWeb: Rename Web::Frame to Web::BrowsingContext 4 gadi atpakaļ
TableFormattingContext.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 gadi atpakaļ
TableRowBox.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 gadi atpakaļ
TableRowBox.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 gadi atpakaļ
TableRowGroupBox.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 gadi atpakaļ
TableRowGroupBox.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 gadi atpakaļ
TextNode.cpp b88641e44b LibWeb: Stop painting backgrounds for TextNodes 3 gadi atpakaļ
TextNode.h 28fabd4728 LibWeb: Make Layout::Node::paint() pure virtual 3 gadi atpakaļ
TreeBuilder.cpp 6283086c2f LibWeb: Handle inline-block children of a flex-container as block 3 gadi atpakaļ
TreeBuilder.h e8d10fb429 LibWeb: Ignore svg elements outside of <svg> when building layout tree 4 gadi atpakaļ