ladybird/Libraries/LibWeb/Layout
Lorenz A ffcd3a4bb2 LibWeb: Count the width of inline-blocks in InlineNodes only once
An BlockContainer inside an InlineNode is called from the
`for each in inclusive_subtree_of_type`  but is also a fragment
 of that InlineNode. Don't count the the Node twice.
2025-10-27 21:45:33 -07:00
..
AudioBox.cpp LibWeb: Delete AudioPaintable::layout_box() 2025-10-10 09:03:39 +02:00
AudioBox.h LibWeb: Delete AudioPaintable::layout_box() 2025-10-10 09:03:39 +02:00
AvailableSpace.cpp
AvailableSpace.h
BlockContainer.cpp
BlockContainer.h
BlockFormattingContext.cpp LibWeb: Avoid including ComputedProperties.h in Element.h 2025-10-27 14:50:54 +00:00
BlockFormattingContext.h LibWeb: Fix incorrect margin collapsing behavior [BFC] 2025-09-08 14:09:06 +02:00
Box.cpp
Box.h
BreakNode.cpp
BreakNode.h Everywhere: Change west consts caught by clang-format-21 to east consts 2025-08-29 18:18:55 +01:00
CanvasBox.cpp
CanvasBox.h
CheckBox.cpp
CheckBox.h
FieldSetBox.cpp
FieldSetBox.h
FlexFormattingContext.cpp LibWeb: Use correct width for flex item intrinsic height calculation 2025-09-29 13:27:58 +02:00
FlexFormattingContext.h LibWeb: Make more FlexFormattingContext functions take FlexItem 2025-09-29 13:27:58 +02:00
FormAssociatedLabelableNode.h
FormattingContext.cpp LibWeb: Remove redundant function parameter 2025-10-14 10:23:27 +02:00
FormattingContext.h LibWeb: Remove redundant function parameter 2025-10-14 10:23:27 +02:00
GridFormattingContext.cpp LibWeb: Make LengthBox hold LengthPercentageOrAuto 2025-09-04 13:31:24 +01:00
GridFormattingContext.h LibWeb: Make LengthBox hold LengthPercentageOrAuto 2025-09-04 13:31:24 +01:00
ImageBox.cpp LibWeb: Don't assume ImageBox's image provider is the DOM node 2025-09-25 22:38:05 +01:00
ImageBox.h
ImageProvider.cpp LibWeb: Implement support for drawing with CanvasPattern 2025-10-23 13:20:03 +01:00
ImageProvider.h LibWeb: Implement support for drawing with CanvasPattern 2025-10-23 13:20:03 +01:00
InlineFormattingContext.cpp LibWeb: Position absolute block-level boxes below previous siblings 2025-09-29 18:37:53 +02:00
InlineFormattingContext.h
InlineLevelIterator.cpp LibWeb: Peek after extracting next chunk in InlineLevelIterator 2025-10-20 12:37:25 +01:00
InlineLevelIterator.h LibWeb: Store correct text offsets in PaintableFragment 2025-09-12 15:34:09 -04:00
InlineNode.cpp
InlineNode.h LibWeb: Add fast_is<T> optimization for Layout::InlineNode 2025-09-22 15:00:50 +02:00
Label.cpp
Label.h Everywhere: Change west consts caught by clang-format-21 to east consts 2025-08-29 18:18:55 +01:00
LabelableNode.cpp
LabelableNode.h
LayoutState.cpp LibWeb: Count the width of inline-blocks in InlineNodes only once 2025-10-27 21:45:33 -07:00
LayoutState.h LibWeb: Simplify UsedValues::static_position() 2025-08-28 13:45:37 +02:00
LegendBox.cpp
LegendBox.h
LineBox.cpp LibWeb: Store correct text offsets in PaintableFragment 2025-09-12 15:34:09 -04:00
LineBox.h
LineBoxFragment.cpp LibWeb: Store correct text offsets in PaintableFragment 2025-09-12 15:34:09 -04:00
LineBoxFragment.h LibWeb: Store correct text offsets in PaintableFragment 2025-09-12 15:34:09 -04:00
LineBuilder.cpp LibWeb: Store correct text offsets in PaintableFragment 2025-09-12 15:34:09 -04:00
LineBuilder.h LibWeb: Explicitly update LineBuilder's last line at end of IFC run 2025-08-28 13:45:37 +02:00
ListItemBox.cpp
ListItemBox.h
ListItemMarkerBox.cpp
ListItemMarkerBox.h
NavigableContainerViewport.cpp LibWeb: Avoid including Navigable.h in headers 2025-10-20 10:16:55 +01:00
NavigableContainerViewport.h
Node.cpp LibWeb: Extract transition coordination logic to reusable method 2025-10-23 10:09:11 +01:00
Node.h LibWeb: Position absolute block-level boxes below previous siblings 2025-09-29 18:37:53 +02:00
RadioButton.cpp
RadioButton.h
ReplacedBox.cpp
ReplacedBox.h
SVGBox.cpp
SVGBox.h
SVGClipBox.cpp
SVGClipBox.h LibWeb: Add fast_is<T> for hotly dynamic_cast'ed things on imdb.com 2025-09-25 21:42:52 +02:00
SVGForeignObjectBox.cpp
SVGForeignObjectBox.h
SVGFormattingContext.cpp LibWeb: Simplify calculation of the SVG viewbox transform 2025-10-27 16:42:27 -07:00
SVGFormattingContext.h
SVGGeometryBox.cpp
SVGGeometryBox.h
SVGGraphicsBox.cpp
SVGGraphicsBox.h
SVGImageBox.cpp
SVGImageBox.h
SVGMaskBox.cpp
SVGMaskBox.h
SVGSVGBox.cpp
SVGSVGBox.h
SVGTextBox.cpp
SVGTextBox.h
SVGTextPathBox.cpp
SVGTextPathBox.h
TableFormattingContext.cpp LibWeb: Make LengthBox hold LengthPercentageOrAuto 2025-09-04 13:31:24 +01:00
TableFormattingContext.h Everywhere: Change west consts caught by clang-format-21 to east consts 2025-08-29 18:18:55 +01:00
TableGrid.cpp
TableGrid.h
TableWrapper.cpp
TableWrapper.h
TextNode.cpp LibWeb/Tests: Add empty text chunk in empty editables 2025-09-24 12:33:17 +01:00
TextNode.h LibWeb/Tests: Add empty text chunk in empty editables 2025-09-24 12:33:17 +01:00
TreeBuilder.cpp LibWeb/CSS: Add support for content to the ::marker pseudo-element 2025-10-10 12:02:16 +01:00
TreeBuilder.h
VideoBox.cpp
VideoBox.h
Viewport.cpp LibWeb: Rename is_generated to is_generated_for_pseudo_element 2025-09-24 12:33:17 +01:00
Viewport.h Everywhere: Change west consts caught by clang-format-21 to east consts 2025-08-29 18:18:55 +01:00