Andi Gallo 26c20e3da1 LibWeb: Split BorderConflictFinder::conflicting_edges method 2 years ago
..
AudioBox.cpp ac2238ee70 LibWeb: Begin implementing the HTMLAudioElement for audio playback 2 years ago
AudioBox.h ac2238ee70 LibWeb: Begin implementing the HTMLAudioElement for audio playback 2 years ago
AvailableSpace.cpp 147c3b3d97 LibWeb+WebContent: Forbid access to underlying type of CSSPixels 2 years ago
AvailableSpace.h 7639eccd53 LibWeb: Add default equality operators to Available{Space,Size} 2 years ago
BlockContainer.cpp a75915f055 LibWeb/Layout: Rename BlockContainer::paint{_box => able_with_lines}() 2 years ago
BlockContainer.h a75915f055 LibWeb/Layout: Rename BlockContainer::paint{_box => able_with_lines}() 2 years ago
BlockFormattingContext.cpp bf3144fcff LibWeb: Prevent max-width expanding the width 2 years ago
BlockFormattingContext.h ce186dca70 LibWeb: Fix the x coordinate of a block after a float 2 years ago
Box.cpp 1051624084 LibWeb: Obey CSS aspect-ratio property during layout 2 years ago
Box.h 1051624084 LibWeb: Obey CSS aspect-ratio property during layout 2 years ago
BoxModelMetrics.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
BoxModelMetrics.h 02cd853eee LibWeb+Browser+WebContent: Convert BoxModelMetrics to new pixel units 2 years ago
BreakNode.cpp a0e6882d99 LibWeb: Remove Layout::Node::set_inline() 2 years ago
BreakNode.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated 2 years ago
ButtonBox.cpp 84e7216603 LibWeb: Move "natural size" concept into Layout::Box 2 years ago
ButtonBox.h f914abaf29 LibWeb: Make a handful of layout node leaf classes `final` 2 years ago
CanvasBox.cpp 84e7216603 LibWeb: Move "natural size" concept into Layout::Box 2 years ago
CanvasBox.h f914abaf29 LibWeb: Make a handful of layout node leaf classes `final` 2 years ago
CheckBox.cpp 84e7216603 LibWeb: Move "natural size" concept into Layout::Box 2 years ago
CheckBox.h f914abaf29 LibWeb: Make a handful of layout node leaf classes `final` 2 years ago
FlexFormattingContext.cpp 849cf894d8 LibWeb: Fix division by zero in distribute_any_remaining_free_space 2 years ago
FlexFormattingContext.h ac124fbaae LibWeb: Resolve flex item percentages against used flex container sizes 2 years ago
FormAssociatedLabelableNode.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated 2 years ago
FormattingContext.cpp ccf35a973f LibWeb: Derive box baseline from last child *with line boxes* 2 years ago
FormattingContext.h ccf35a973f LibWeb: Derive box baseline from last child *with line boxes* 2 years ago
FrameBox.cpp 84e7216603 LibWeb: Move "natural size" concept into Layout::Box 2 years ago
FrameBox.h 990e7219d6 LibWeb: Fix iframes flickering on window resize 2 years ago
GridFormattingContext.cpp bec07d4af7 LibWeb: Use fixed-point saturated arithmetics for CSSPixels 2 years ago
GridFormattingContext.h 2138c164c9 LibWeb: Respect justify-items property of grid container 2 years ago
ImageBox.cpp 84e7216603 LibWeb: Move "natural size" concept into Layout::Box 2 years ago
ImageBox.h c648e24cff LibWeb: Don't force HTMLImageElement to have a legacy ImageLoader 2 years ago
ImageProvider.h e63f68661f LibWeb: Have ImageProvider bitmap getter take optional size argument 2 years ago
InlineFormattingContext.cpp 07f451044b LibWeb: Fix inline-block percentage height calculation 2 years ago
InlineFormattingContext.h e99a6fede4 LibWeb: Allow IFC to size inline-flex boxes midway through flex layout 2 years ago
InlineLevelIterator.cpp b918ce4022 LibWeb: Make Layout::TextNode::text_for_rendering() lazily computed 2 years ago
InlineLevelIterator.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 years ago
InlineNode.cpp 4d401bf796 LibWeb: Make the paint tree GC-allocated 2 years ago
InlineNode.h f914abaf29 LibWeb: Make a handful of layout node leaf classes `final` 2 years ago
Label.cpp a75915f055 LibWeb/Layout: Rename BlockContainer::paint{_box => able_with_lines}() 2 years ago
Label.h 3c7bd5a317 LibWeb+WebContent+headless-browser: Use CSSPixels for PageClient events 2 years ago
LabelableNode.cpp cb0c5390ff LibWeb: Move mouse event and label logic from layout to painting tree 3 years ago
LabelableNode.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated 2 years ago
LayoutState.cpp bf25568703 LibWeb: Bring measuring of scrollable overflow closer to spec 2 years ago
LayoutState.h a7166eb103 LibWeb: Complete table border conflict resolution 2 years ago
LineBox.cpp 92b56ded02 LibWeb: Fix whitespace getting trimmed incorrectly 2 years ago
LineBox.h a74c56bc1b LibWeb: Remove unused code 2 years ago
LineBoxFragment.cpp 754e458d0a LibWeb/Layout: Rename Box::{paint => paintable}_box() 2 years ago
LineBoxFragment.h a74c56bc1b LibWeb: Remove unused code 2 years ago
LineBuilder.cpp 4ac7c41483 LibWeb: Add -libweb-left and -libweb-right text-align values 2 years ago
LineBuilder.h 79d2c9f3e8 LibWeb: Don't justify text lines that end in a forced break 2 years ago
ListItemBox.cpp 268b9c5d90 LibWeb: Make the layout tree GC-allocated 2 years ago
ListItemBox.h 1cf5737e9e LibWeb: Add fast_is<T>() for various types stood out in a profile 2 years ago
ListItemMarkerBox.cpp 293ece2292 LibWeb: Support list-style-position 2 years ago
ListItemMarkerBox.h 293ece2292 LibWeb: Support list-style-position 2 years ago
Node.cpp 30277f385c LibWeb: Add an initial implementation of SVG `text-anchor` 2 years ago
Node.h 21ace4f90b LibWeb: Add Node::scaled_font(float scale_factor) 2 years ago
Progress.cpp 84e7216603 LibWeb: Move "natural size" concept into Layout::Box 2 years ago
Progress.h f914abaf29 LibWeb: Make a handful of layout node leaf classes `final` 2 years ago
RadioButton.cpp 84e7216603 LibWeb: Move "natural size" concept into Layout::Box 2 years ago
RadioButton.h 4d401bf796 LibWeb: Make the paint tree GC-allocated 2 years ago
ReplacedBox.cpp a0e6882d99 LibWeb: Remove Layout::Node::set_inline() 2 years ago
ReplacedBox.h 84e7216603 LibWeb: Move "natural size" concept into Layout::Box 2 years ago
SVGBox.cpp 28b771560a LibWeb: Make SVG <svg> elements behave as CSS replaced elements 3 years ago
SVGBox.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated 2 years ago
SVGFormattingContext.cpp bec07d4af7 LibWeb: Use fixed-point saturated arithmetics for CSSPixels 2 years ago
SVGFormattingContext.h 00999a245c LibWeb: Let FormattingContext decide the automatic width of its root 2 years ago
SVGGeometryBox.cpp 147c3b3d97 LibWeb+WebContent: Forbid access to underlying type of CSSPixels 2 years ago
SVGGeometryBox.h ba6272a0a0 LibWeb: Don't try to paint SVG elements transformed to zero size 2 years ago
SVGGraphicsBox.cpp ec5d5918c4 LibWeb: Make SVG <g> elements generate a SVGGraphicsPaintable 2 years ago
SVGGraphicsBox.h ec5d5918c4 LibWeb: Make SVG <g> elements generate a SVGGraphicsPaintable 2 years ago
SVGSVGBox.cpp 147c3b3d97 LibWeb+WebContent: Forbid access to underlying type of CSSPixels 2 years ago
SVGSVGBox.h f0560fd087 LibWeb: Support <svg> elements with `display: block` 2 years ago
SVGTextBox.cpp 0e12503586 LibWeb: Split SVGTextContentElement into spec defined subclasses 2 years ago
SVGTextBox.h 0e12503586 LibWeb: Split SVGTextContentElement into spec defined subclasses 2 years ago
TableFormattingContext.cpp 26c20e3da1 LibWeb: Split BorderConflictFinder::conflicting_edges method 2 years ago
TableFormattingContext.h 26c20e3da1 LibWeb: Split BorderConflictFinder::conflicting_edges method 2 years ago
TableWrapper.cpp 709fe01f52 LibWeb: Override width calculation for table wrappers 2 years ago
TableWrapper.h 709fe01f52 LibWeb: Override width calculation for table wrappers 2 years ago
TextNode.cpp b918ce4022 LibWeb: Make Layout::TextNode::text_for_rendering() lazily computed 2 years ago
TextNode.h b918ce4022 LibWeb: Make Layout::TextNode::text_for_rendering() lazily computed 2 years ago
TreeBuilder.cpp 55f1a70577 LibWeb: Fix style updates for table box nodes 2 years ago
TreeBuilder.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 years ago
VideoBox.cpp 84e7216603 LibWeb: Move "natural size" concept into Layout::Box 2 years ago
VideoBox.h f156d3d5e5 LibWeb: Create a basic layout node for HTMLVideoElement 2 years ago
Viewport.cpp d6c3cbd958 LibWeb: Make StackingContext sorting a lot faster 2 years ago
Viewport.h 7e76a51cb0 LibWeb: Rename Layout::InitialContainingBlock to Layout::Viewport 2 years ago