ladybird/Libraries/LibWeb/Layout
Jelle Raaijmakers 46a46a1c61
Some checks are pending
CI / macOS, arm64, Sanitizer_CI, Clang (push) Waiting to run
CI / Linux, x86_64, Fuzzers_CI, Clang (push) Waiting to run
CI / Linux, x86_64, Sanitizer_CI, GNU (push) Waiting to run
CI / Linux, x86_64, Sanitizer_CI, Clang (push) Waiting to run
Package the js repl as a binary artifact / macOS, arm64 (push) Waiting to run
Package the js repl as a binary artifact / Linux, x86_64 (push) Waiting to run
Run test262 and test-wasm / run_and_update_results (push) Waiting to run
Lint Code / lint (push) Waiting to run
Label PRs with merge conflicts / auto-labeler (push) Waiting to run
Push notes / build (push) Waiting to run
LibGfx+LibWeb: Append glyphs in LineBoxFragment run more efficiently
Since we know the number of glyphs we're going to append, ensure the
LineBoxFragment run's capacity once and perform unchecked appends.
2025-06-17 17:03:33 +02:00
..
AudioBox.cpp
AudioBox.h
AvailableSpace.cpp
AvailableSpace.h
BlockContainer.cpp
BlockContainer.h
BlockFormattingContext.cpp LibWeb: Add flow relative values for the clear property 2025-06-17 09:26:26 +02:00
BlockFormattingContext.h LibWeb: Ensure floats are correctly placed under the preceding float 2025-05-23 10:58:15 +02:00
Box.cpp LibWeb: Move containment checks to Layout::Node 2025-05-13 15:30:14 +03:00
Box.h LibWeb: Move containment checks to Layout::Node 2025-05-13 15:30:14 +03:00
BreakNode.cpp
BreakNode.h
CanvasBox.cpp
CanvasBox.h
CheckBox.cpp
CheckBox.h
FieldSetBox.cpp Meta: Disallow links to single-page HTML spec 2025-02-05 16:04:50 -07:00
FieldSetBox.h
FlexFormattingContext.cpp LibWeb: Avoid computing automatic minimum size for some flex items 2025-04-22 15:46:10 +02:00
FlexFormattingContext.h LibWeb: Avoid computing automatic minimum size for some flex items 2025-04-22 15:46:10 +02:00
FormAssociatedLabelableNode.h
FormattingContext.cpp LibWeb: Use a BFC for MathML 2025-06-05 12:37:52 +01:00
FormattingContext.h LibWeb: Correct the calculation for right float intrusion 2025-05-27 17:31:47 +02:00
GridFormattingContext.cpp LibWeb: Use variant to represent CSS::ExplicitGridTrack 2025-06-13 19:57:00 +02:00
GridFormattingContext.h LibWeb: Fix grid placement with named lines 2025-04-05 21:30:37 +02:00
ImageBox.cpp
ImageBox.h
ImageProvider.cpp
ImageProvider.h
InlineFormattingContext.cpp LibWeb: Convert white-space CSS property to shorthand 2025-05-29 12:04:28 +02:00
InlineFormattingContext.h
InlineLevelIterator.cpp LibGfx+LibWeb: Perform unchecked appends related to text layout 2025-06-17 11:55:28 +02:00
InlineLevelIterator.h LibWeb: Remove unused include from InlineLevelIterator 2025-06-17 17:03:33 +02:00
InlineNode.cpp
InlineNode.h
Label.cpp
Label.h
LabelableNode.cpp
LabelableNode.h
LayoutState.cpp Meta: Enforce newlines around namespaces 2025-05-14 02:01:59 -06:00
LayoutState.h LibWeb: Maintain tree order inside LayoutState 2025-05-19 15:21:53 +02:00
LegendBox.cpp
LegendBox.h
LineBox.cpp LibWeb: Make fragment start/length size_t instead of int 2025-06-13 15:08:26 +02:00
LineBox.h LibWeb: Make fragment start/length size_t instead of int 2025-06-13 15:08:26 +02:00
LineBoxFragment.cpp LibGfx+LibWeb: Append glyphs in LineBoxFragment run more efficiently 2025-06-17 17:03:33 +02:00
LineBoxFragment.h LibWeb: Make fragment start/length size_t instead of int 2025-06-13 15:08:26 +02:00
LineBuilder.cpp LibWeb: Ensure floats are correctly placed under the preceding float 2025-05-23 10:58:15 +02:00
LineBuilder.h LibWeb: Let LineBuilder decide on Y-coordinate for float insertion 2025-04-01 16:02:53 +02:00
ListItemBox.cpp
ListItemBox.h Meta: Enforce newlines around namespaces 2025-05-14 02:01:59 -06:00
ListItemMarkerBox.cpp Meta: Enforce newlines around namespaces 2025-05-14 02:01:59 -06:00
ListItemMarkerBox.h LibWeb: Support reversed ordered lists 2025-02-21 04:23:28 +00:00
NavigableContainerViewport.cpp
NavigableContainerViewport.h
Node.cpp LibWeb: Don't claim that inline layout nodes can contain abspos elements 2025-06-07 16:51:07 +02:00
Node.h LibWeb: Reformat Node/PaintableBox::has_css_transform() 2025-06-17 11:55:28 +02:00
RadioButton.cpp
RadioButton.h
ReplacedBox.cpp
ReplacedBox.h
SVGBox.cpp
SVGBox.h
SVGClipBox.cpp
SVGClipBox.h
SVGForeignObjectBox.cpp
SVGForeignObjectBox.h
SVGFormattingContext.cpp LibGfx: Join ScaledFont into Font 2025-04-21 09:51:16 +02:00
SVGFormattingContext.h
SVGGeometryBox.cpp
SVGGeometryBox.h
SVGGraphicsBox.cpp
SVGGraphicsBox.h LibWeb: Add more fast_is<T> helpers for layout and paintable nodes 2025-04-18 14:45:56 +02:00
SVGImageBox.cpp
SVGImageBox.h
SVGMaskBox.cpp
SVGMaskBox.h
SVGSVGBox.cpp
SVGSVGBox.h
SVGTextBox.cpp
SVGTextBox.h
SVGTextPathBox.cpp
SVGTextPathBox.h
TableFormattingContext.cpp LibWeb: Use the correct definition of separated-borders mode 2025-06-04 15:02:42 +01:00
TableFormattingContext.h
TableGrid.cpp LibWeb: Handle interleaved table-row and table-row-group boxes 2025-02-26 13:50:01 +01:00
TableGrid.h
TableWrapper.cpp
TableWrapper.h
TextNode.cpp LibWeb: Undo curious case of line wrapping 2025-06-17 17:03:33 +02:00
TextNode.h LibGfx+LibWeb: Store Typeface and Font-related types in RefPtr to const 2025-04-16 10:41:44 -06:00
TreeBuilder.cpp LibWeb: Ensure anonymous wrappers inherit inline-block display 2025-05-23 11:16:06 +02:00
TreeBuilder.h LibWeb/CSS: Move and rename PseudoElement types to prep for code gen 2025-03-24 09:49:50 +00:00
VideoBox.cpp
VideoBox.h
Viewport.cpp LibWeb: Use code unit offsets in Document::find_matching_text() 2025-06-13 15:08:26 +02:00
Viewport.h LibWeb: Use code unit offsets in Document::find_matching_text() 2025-06-13 15:08:26 +02:00