Ali Mohammad Pur 5a2e7d30ce LibWeb: Use Gfx::AntiAliasingPainter to draw SVG paths 3 years ago
..
BlockBox.cpp e91edcaa28 LibWeb: Rename InitialContainingBlockBox => InitialContainingBlock 3 years ago
BlockBox.h ee3a73ddbb AK: Rename downcast<T> => verify_cast<T> 4 years ago
BlockFormattingContext.cpp e91edcaa28 LibWeb: Rename InitialContainingBlockBox => InitialContainingBlock 3 years ago
BlockFormattingContext.h c51dbb4372 LibWeb: Expose size calculation of BlockFormattingContext 4 years ago
Box.cpp 4fcb1be734 LibWeb: Skip rendering box-shadow blur if we don't have memory for it 3 years ago
Box.h eac31e21f2 LibWeb: Avoid some redundant calls to Layout::Box::absolute_rect() 3 years ago
BoxModelMetrics.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
BoxModelMetrics.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
BreakNode.cpp 28fabd4728 LibWeb: Make Layout::Node::paint() pure virtual 3 years ago
BreakNode.h 28fabd4728 LibWeb: Make Layout::Node::paint() pure virtual 3 years ago
ButtonBox.cpp 4190fd2199 LibWeb: Rename Web::Frame to Web::BrowsingContext 4 years ago
ButtonBox.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
CanvasBox.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
CanvasBox.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
CheckBox.cpp 4190fd2199 LibWeb: Rename Web::Frame to Web::BrowsingContext 4 years ago
CheckBox.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
FlexFormattingContext.cpp 6c15eeb367 LibWeb: Flexbox: Somewhat suppport "align-items" 3 years ago
FlexFormattingContext.h 2844f89a83 LibWeb: Implement "out-of-flow" property of Layout Box 3 years ago
FormattingContext.cpp ee3a73ddbb AK: Rename downcast<T> => verify_cast<T> 4 years ago
FormattingContext.h 2844f89a83 LibWeb: Implement "out-of-flow" property of Layout Box 3 years ago
FrameBox.cpp e91edcaa28 LibWeb: Rename InitialContainingBlockBox => InitialContainingBlock 3 years ago
FrameBox.h ee3a73ddbb AK: Rename downcast<T> => verify_cast<T> 4 years ago
ImageBox.cpp 3a7e26ef28 LibWeb: Rename frame_did_set_viewport_rect() => browsing_context_*() 3 years ago
ImageBox.h 3a7e26ef28 LibWeb: Rename frame_did_set_viewport_rect() => browsing_context_*() 3 years ago
InitialContainingBlock.cpp e91edcaa28 LibWeb: Rename InitialContainingBlockBox => InitialContainingBlock 3 years ago
InitialContainingBlock.h e91edcaa28 LibWeb: Rename InitialContainingBlockBox => InitialContainingBlock 3 years ago
InlineFormattingContext.cpp ee3a73ddbb AK: Rename downcast<T> => verify_cast<T> 4 years ago
InlineFormattingContext.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
InlineNode.cpp 226fe4b57d LibWeb: Paint inspection outline for InlineNodes :^) 4 years ago
InlineNode.h 226fe4b57d LibWeb: Paint inspection outline for InlineNodes :^) 4 years ago
Label.cpp e91edcaa28 LibWeb: Rename InitialContainingBlockBox => InitialContainingBlock 3 years ago
Label.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
LabelableNode.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
LayoutPosition.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
LayoutPosition.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
LineBox.cpp fa4eeca0ac LibWeb: Properly handle newlines at the end of LineBoxes 4 years ago
LineBox.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
LineBoxFragment.cpp e91edcaa28 LibWeb: Rename InitialContainingBlockBox => InitialContainingBlock 3 years ago
LineBoxFragment.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
ListItemBox.cpp 2a77abf85e Everywhere: Use tobyase@serenityos.org for my copyright headers 4 years ago
ListItemBox.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
ListItemMarkerBox.cpp 2a77abf85e Everywhere: Use tobyase@serenityos.org for my copyright headers 4 years ago
ListItemMarkerBox.h 2a77abf85e Everywhere: Use tobyase@serenityos.org for my copyright headers 4 years ago
Node.cpp f4ea235a33 LibWeb: Replace hard-coded defaults in Node::apply_style() 3 years ago
Node.h 28fabd4728 LibWeb: Make Layout::Node::paint() pure virtual 3 years ago
RadioButton.cpp 4190fd2199 LibWeb: Rename Web::Frame to Web::BrowsingContext 4 years ago
RadioButton.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
ReplacedBox.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
ReplacedBox.h ee3a73ddbb AK: Rename downcast<T> => verify_cast<T> 4 years ago
SVGBox.cpp fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers 4 years ago
SVGBox.h fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers 4 years ago
SVGGraphicsBox.cpp ee3a73ddbb AK: Rename downcast<T> => verify_cast<T> 4 years ago
SVGGraphicsBox.h fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers 4 years ago
SVGPathBox.cpp 5a2e7d30ce LibWeb: Use Gfx::AntiAliasingPainter to draw SVG paths 3 years ago
SVGPathBox.h ee3a73ddbb AK: Rename downcast<T> => verify_cast<T> 4 years ago
SVGSVGBox.cpp 758d816b23 LibWeb: Clear SVG context after SVGSVGBox children are painted 4 years ago
SVGSVGBox.h ee3a73ddbb AK: Rename downcast<T> => verify_cast<T> 4 years ago
TableBox.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
TableBox.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
TableCellBox.cpp ee3a73ddbb AK: Rename downcast<T> => verify_cast<T> 4 years ago
TableCellBox.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
TableFormattingContext.cpp 4190fd2199 LibWeb: Rename Web::Frame to Web::BrowsingContext 4 years ago
TableFormattingContext.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
TableRowBox.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
TableRowBox.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
TableRowGroupBox.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
TableRowGroupBox.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
TextNode.cpp 28fabd4728 LibWeb: Make Layout::Node::paint() pure virtual 3 years ago
TextNode.h 28fabd4728 LibWeb: Make Layout::Node::paint() pure virtual 3 years ago
TreeBuilder.cpp e91edcaa28 LibWeb: Rename InitialContainingBlockBox => InitialContainingBlock 3 years ago
TreeBuilder.h e8d10fb429 LibWeb: Ignore svg elements outside of <svg> when building layout tree 4 years ago