ladybird/Userland/Libraries/LibWeb/Layout
Luke ca71ac484b LibWeb: Rename "for_each_in_subtree(_of_type)" to "for_each_in_inclusive_subtree(_of_type)"
This is because it includes the initial node that the function was
called on, which makes it "inclusive" as according to the spec.

This is important as there are non-inclusive variants, particularly
used in the node mutation algorithms.
2021-04-06 21:42:00 +02:00
..
BlockBox.cpp LibWeb: Stop scrolling above content in BlockBox 2021-03-03 21:48:51 +01:00
BlockBox.h LibWeb: Return whether handle_mousewheel was handled 2021-03-02 13:20:03 +01:00
BlockFormattingContext.cpp LibWeb: Compute position of relative blocks before placing them 2021-03-30 22:21:46 +02:00
BlockFormattingContext.h LibWeb: Compute position of relative block elements 2021-03-29 19:56:23 +02:00
Box.cpp LibWeb: Support two-value background-repeat 2021-04-05 18:49:04 +02:00
Box.h LibWeb: Support two-value background-repeat 2021-04-05 18:49:04 +02:00
BoxModelMetrics.cpp
BoxModelMetrics.h
BreakNode.cpp LibWeb: Add a line box fragment for <br> nodes 2021-04-02 20:36:02 +02:00
BreakNode.h
ButtonBox.cpp LibWeb: Convert ButtonBox to be a LabelableNode 2021-04-04 18:30:15 +02:00
ButtonBox.h LibWeb: Convert ButtonBox to be a LabelableNode 2021-04-04 18:30:15 +02:00
CanvasBox.cpp LibWeb: Remove low-hanging LibGUI fruit from LibWeb 2021-02-10 09:13:29 +01:00
CanvasBox.h
CheckBox.cpp LibWeb: Convert CheckBox to be a LabelableNode 2021-04-04 18:30:15 +02:00
CheckBox.h LibWeb: Convert CheckBox to be a LabelableNode 2021-04-04 18:30:15 +02:00
FlexFormattingContext.cpp LibWeb: Very basic support for CSS flex-direction 2021-01-18 20:20:24 +01:00
FlexFormattingContext.h LibWeb: Add a very naive Layout::FlexFormattingContext :^) 2021-01-18 20:20:13 +01:00
FormattingContext.cpp LibWeb: Create a new BFC when the overflow is neither visible nor clip 2021-03-30 22:21:46 +02:00
FormattingContext.h
FrameBox.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
FrameBox.h
ImageBox.cpp LibWeb: Remove low-hanging LibGUI fruit from LibWeb 2021-02-10 09:13:29 +01:00
ImageBox.h LibWeb: Add Frame::ViewportClient and use it for Layout::ImageBox 2021-01-30 12:29:11 +01:00
InitialContainingBlockBox.cpp LibWeb: Rename "for_each_in_subtree(_of_type)" to "for_each_in_inclusive_subtree(_of_type)" 2021-04-06 21:42:00 +02:00
InitialContainingBlockBox.h LibWeb: Make tiled backgrounds scroll with content 2021-03-07 13:49:20 +01:00
InlineFormattingContext.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
InlineFormattingContext.h
InlineNode.cpp
InlineNode.h
Label.cpp LibWeb: Rename "for_each_in_subtree(_of_type)" to "for_each_in_inclusive_subtree(_of_type)" 2021-04-06 21:42:00 +02:00
Label.h LibWeb: Convert ButtonBox to be a LabelableNode 2021-04-04 18:30:15 +02:00
LabelableNode.h LibWeb: Add "Label" to be the layout node for HTMLLabelElement 2021-04-04 16:13:25 +02:00
LayoutPosition.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
LayoutPosition.h
LineBox.cpp
LineBox.h
LineBoxFragment.cpp LibWeb: Remove low-hanging LibGUI fruit from LibWeb 2021-02-10 09:13:29 +01:00
LineBoxFragment.h
ListItemBox.cpp
ListItemBox.h
ListItemMarkerBox.cpp LibWeb: Remove low-hanging LibGUI fruit from LibWeb 2021-02-10 09:13:29 +01:00
ListItemMarkerBox.h
Node.cpp LibWeb: Support two-value background-repeat 2021-04-05 18:49:04 +02:00
Node.h LibWeb: Return whether handle_mousewheel was handled 2021-03-02 13:20:03 +01:00
RadioButton.cpp LibWeb: Rename "for_each_in_subtree(_of_type)" to "for_each_in_inclusive_subtree(_of_type)" 2021-04-06 21:42:00 +02:00
RadioButton.h LibWeb: Convert RadioButton to be a LabelableNode 2021-04-04 16:13:25 +02:00
ReplacedBox.cpp
ReplacedBox.h
SVGBox.cpp LibWeb: Remove low-hanging LibGUI fruit from LibWeb 2021-02-10 09:13:29 +01:00
SVGBox.h
SVGGraphicsBox.cpp
SVGGraphicsBox.h
SVGPathBox.cpp
SVGPathBox.h Libraries: Add missing headers 2021-01-22 21:49:54 +01:00
SVGSVGBox.cpp
SVGSVGBox.h
TableBox.cpp
TableBox.h
TableCellBox.cpp LibWeb: Anonymous table cells should have colspan=1 2021-02-06 23:27:03 +01:00
TableCellBox.h
TableFormattingContext.cpp LibWeb: Remove a whole bunch of unnecessary #includes 2021-02-10 09:13:29 +01:00
TableFormattingContext.h
TableRowBox.cpp
TableRowBox.h
TableRowGroupBox.cpp
TableRowGroupBox.h
TextNode.cpp LibWeb: Protect RadioButton and TextNode against mutating DOM 2021-04-04 18:30:15 +02:00
TextNode.h LibWeb: Defer mouse events from TextNode to Label 2021-04-04 16:13:25 +02:00
TreeBuilder.cpp LibWeb: Rename "for_each_in_subtree(_of_type)" to "for_each_in_inclusive_subtree(_of_type)" 2021-04-06 21:42:00 +02:00
TreeBuilder.h