Sam Atkins 0cedb7a7c4 LibWeb: Give InlineNodes borders :^) 3 年 前
..
BlockBox.cpp e91edcaa28 LibWeb: Rename InitialContainingBlockBox => InitialContainingBlock 3 年 前
BlockBox.h ee3a73ddbb AK: Rename downcast<T> => verify_cast<T> 4 年 前
BlockFormattingContext.cpp 6e1f6bd684 LibWeb: Add transform: translateY() support 3 年 前
BlockFormattingContext.h 6e1f6bd684 LibWeb: Add transform: translateY() support 3 年 前
Box.cpp e1f3fb0146 LibWeb: Move border-painting code out of Box 3 年 前
Box.h abc22b727c LibWeb: Move background painting from Box to its own file 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 28fabd4728 LibWeb: Make Layout::Node::paint() pure virtual 3 年 前
BreakNode.h 28fabd4728 LibWeb: Make Layout::Node::paint() pure virtual 3 年 前
ButtonBox.cpp 4190fd2199 LibWeb: Rename Web::Frame to Web::BrowsingContext 4 年 前
ButtonBox.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 年 前
CanvasBox.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 年 前
CanvasBox.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 年 前
CheckBox.cpp 4190fd2199 LibWeb: Rename Web::Frame to Web::BrowsingContext 4 年 前
CheckBox.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 年 前
FlexFormattingContext.cpp 79c2762a0d LibWeb: Flexbox: Use maximum size of container as available size 3 年 前
FlexFormattingContext.h 2844f89a83 LibWeb: Implement "out-of-flow" property of Layout Box 3 年 前
FormattingContext.cpp 92c08ad4ac LibWeb: Add SVGFormattingContext to handle SVG box trees 3 年 前
FormattingContext.h 2844f89a83 LibWeb: Implement "out-of-flow" property of Layout Box 3 年 前
FrameBox.cpp e91edcaa28 LibWeb: Rename InitialContainingBlockBox => InitialContainingBlock 3 年 前
FrameBox.h ee3a73ddbb AK: Rename downcast<T> => verify_cast<T> 4 年 前
ImageBox.cpp 3a7e26ef28 LibWeb: Rename frame_did_set_viewport_rect() => browsing_context_*() 3 年 前
ImageBox.h 3a7e26ef28 LibWeb: Rename frame_did_set_viewport_rect() => browsing_context_*() 3 年 前
InitialContainingBlock.cpp e91edcaa28 LibWeb: Rename InitialContainingBlockBox => InitialContainingBlock 3 年 前
InitialContainingBlock.h e91edcaa28 LibWeb: Rename InitialContainingBlockBox => InitialContainingBlock 3 年 前
InlineFormattingContext.cpp ee3a73ddbb AK: Rename downcast<T> => verify_cast<T> 4 年 前
InlineFormattingContext.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 年 前
InlineNode.cpp 0cedb7a7c4 LibWeb: Give InlineNodes borders :^) 3 年 前
InlineNode.h 912596fae8 LibWeb: Give InlineNodes a background 3 年 前
Label.cpp e91edcaa28 LibWeb: Rename InitialContainingBlockBox => InitialContainingBlock 3 年 前
Label.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 年 前
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 fa4eeca0ac LibWeb: Properly handle newlines at the end of LineBoxes 3 年 前
LineBox.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 年 前
LineBoxFragment.cpp e91edcaa28 LibWeb: Rename InitialContainingBlockBox => InitialContainingBlock 3 年 前
LineBoxFragment.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 年 前
ListItemBox.cpp 2a77abf85e Everywhere: Use tobyase@serenityos.org for my copyright headers 4 年 前
ListItemBox.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 年 前
ListItemMarkerBox.cpp 2a77abf85e Everywhere: Use tobyase@serenityos.org for my copyright headers 4 年 前
ListItemMarkerBox.h 2a77abf85e Everywhere: Use tobyase@serenityos.org for my copyright headers 4 年 前
Node.cpp 9ebfafafbe LibWeb: Add transform property to the system 3 年 前
Node.h 28fabd4728 LibWeb: Make Layout::Node::paint() pure virtual 3 年 前
RadioButton.cpp 4190fd2199 LibWeb: Rename Web::Frame to Web::BrowsingContext 4 年 前
RadioButton.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 年 前
ReplacedBox.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 年 前
ReplacedBox.h ee3a73ddbb AK: Rename downcast<T> => verify_cast<T> 4 年 前
SVGBox.cpp 92c08ad4ac LibWeb: Add SVGFormattingContext to handle SVG box trees 3 年 前
SVGBox.h 92c08ad4ac LibWeb: Add SVGFormattingContext to handle SVG box trees 3 年 前
SVGFormattingContext.cpp 684f7cca9f LibWeb: Implement very naive layout of <path> within <svg> 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 92c08ad4ac LibWeb: Add SVGFormattingContext to handle SVG box trees 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 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 年 前
TableBox.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 年 前
TableCellBox.cpp ee3a73ddbb AK: Rename downcast<T> => verify_cast<T> 4 年 前
TableCellBox.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 年 前
TableFormattingContext.cpp 4190fd2199 LibWeb: Rename Web::Frame to Web::BrowsingContext 4 年 前
TableFormattingContext.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 年 前
TableRowBox.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 年 前
TableRowBox.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 年 前
TableRowGroupBox.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 年 前
TableRowGroupBox.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 年 前
TextNode.cpp b88641e44b LibWeb: Stop painting backgrounds for TextNodes 3 年 前
TextNode.h 28fabd4728 LibWeb: Make Layout::Node::paint() pure virtual 3 年 前
TreeBuilder.cpp e91edcaa28 LibWeb: Rename InitialContainingBlockBox => InitialContainingBlock 3 年 前
TreeBuilder.h e8d10fb429 LibWeb: Ignore svg elements outside of <svg> when building layout tree 4 年 前