ladybird/Libraries/LibWeb/Layout
Jelle Raaijmakers 22dacde2c5 LibWeb: Simplify break loop condition in LineBuilder
No functional changes.
2025-07-05 23:56:42 +01: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 AK+Everywhere: Rename verify_cast to as 2025-01-21 11:34:06 -05:00
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: Skip serialization of implicit grid lines created during layout 2025-06-25 20:45:48 +02:00
GridFormattingContext.h LibWeb: Skip serialization of implicit grid lines created during layout 2025-06-25 20:45:48 +02:00
ImageBox.cpp AK+Everywhere: Rename verify_cast to as 2025-01-21 11:34:06 -05:00
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 LibWeb: Disable ligatures if text-rendering is set to optimizeSpeed 2025-06-27 16:51:30 +01:00
InlineLevelIterator.h LibWeb: Remove unused include from InlineLevelIterator 2025-06-17 17:03:33 +02:00
InlineNode.cpp LibWeb: Support inserting non-inline elements into inline elements 2025-01-23 09:33:10 +01:00
InlineNode.h
Label.cpp AK+Everywhere: Rename verify_cast to as 2025-01-21 11:34:06 -05:00
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: Simplify break loop condition in LineBuilder 2025-07-05 23:56:42 +01: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 AK+Everywhere: Rename verify_cast to as 2025-01-21 11:34:06 -05:00
Node.cpp LibWeb: Support relative lengths in calc color values 2025-07-04 13:18:55 +01:00
Node.h LibWeb/Layout: Expose which pseudo-element a node was generated for 2025-06-19 12:35:31 +01:00
RadioButton.cpp
RadioButton.h
ReplacedBox.cpp
ReplacedBox.h AK+Everywhere: Rename verify_cast to as 2025-01-21 11:34:06 -05:00
SVGBox.cpp
SVGBox.h AK+Everywhere: Rename verify_cast to as 2025-01-21 11:34:06 -05:00
SVGClipBox.cpp
SVGClipBox.h AK+Everywhere: Rename verify_cast to as 2025-01-21 11:34:06 -05:00
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 AK+Everywhere: Rename verify_cast to as 2025-01-21 11:34:06 -05:00
SVGSVGBox.cpp
SVGSVGBox.h AK+Everywhere: Rename verify_cast to as 2025-01-21 11:34:06 -05:00
SVGTextBox.cpp
SVGTextBox.h
SVGTextPathBox.cpp
SVGTextPathBox.h
TableFormattingContext.cpp LibWeb: Don't crash with non-<col> table-column 2025-07-01 11:18:14 +02:00
TableFormattingContext.h AK+Everywhere: Rename verify_cast to as 2025-01-21 11:34:06 -05:00
TableGrid.cpp LibWeb: Don't crash with non-<col> table-column 2025-07-01 11:18:14 +02: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/Layout: Reuse create_pseudo_element_if_needed() for ::backdrop 2025-06-19 12:35:31 +01: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