ladybird/Userland/Libraries/LibWeb/Layout
Aliaksandr Kalenik 6868ace8f4 LibWeb: Add non-const version of paintable_box() in Layout::Node
Allows to remove a bunch of const_cast's
2023-08-07 05:23:31 +02:00
..
AudioBox.cpp
AudioBox.h
AvailableSpace.cpp
AvailableSpace.h
BlockContainer.cpp
BlockContainer.h
BlockFormattingContext.cpp LibWeb: Set min-width for inline child boxes after inside layout 2023-08-05 09:25:24 +02:00
BlockFormattingContext.h LibWeb: Better handling of floating boxes from inline formatting context 2023-08-01 07:38:19 +02:00
Box.cpp LibWeb: Add non-const version of paintable_box() in Layout::Node 2023-08-07 05:23:31 +02:00
Box.h LibWeb: Add non-const version of paintable_box() in Layout::Node 2023-08-07 05:23:31 +02:00
BoxModelMetrics.cpp
BoxModelMetrics.h
BreakNode.cpp
BreakNode.h
ButtonBox.cpp
ButtonBox.h
CanvasBox.cpp LibWeb: Move "natural size" concept into Layout::Box 2023-06-09 20:37:51 +02:00
CanvasBox.h
CheckBox.cpp
CheckBox.h
FlexFormattingContext.cpp LibWeb: Support more kinds of indefinite widths on flex column items 2023-08-05 10:58:12 +02:00
FlexFormattingContext.h LibWeb: Support more kinds of indefinite widths on flex column items 2023-08-05 10:58:12 +02:00
FormAssociatedLabelableNode.h
FormattingContext.cpp LibWeb: Improve precision when computing size of replaced elements 2023-08-04 13:36:29 +02:00
FormattingContext.h LibWeb: Handle overlapping floating box and left margin 2023-07-28 12:44:09 +02:00
FrameBox.cpp
FrameBox.h
GridFormattingContext.cpp LibWeb: Fix infinite spinning while distributing extra space in GFC 2023-08-04 19:00:02 +02:00
GridFormattingContext.h LibWeb: Add support for align-items and align-self in CSS grid 2023-07-27 19:54:17 +02:00
ImageBox.cpp
ImageBox.h
ImageProvider.h
InlineFormattingContext.cpp LibWeb: Better handling of floating boxes from inline formatting context 2023-08-01 07:38:19 +02:00
InlineFormattingContext.h LibWeb: Better handling of floating boxes from inline formatting context 2023-08-01 07:38:19 +02:00
InlineLevelIterator.cpp Revert "LibWeb: Make TextNode::ChunkIterator emit an empty chunk for content:""" 2023-08-02 17:35:54 +02:00
InlineLevelIterator.h
InlineNode.cpp LibWeb: Make the paint tree GC-allocated 2023-01-11 12:55:00 +01:00
InlineNode.h
Label.cpp
Label.h
LabelableNode.cpp LibWeb: Move mouse event and label logic from layout to painting tree 2022-03-11 00:21:49 +01:00
LabelableNode.h
LayoutState.cpp LibWeb: Convert BorderData::width to CSSPixels 2023-07-30 22:18:26 +01:00
LayoutState.h LibWeb: Complete table border conflict resolution 2023-07-25 15:21:04 +02:00
LineBox.cpp LibWeb: Fix whitespace getting trimmed incorrectly 2023-07-17 21:47:34 +02:00
LineBox.h LibWeb: Remove unused code 2023-07-17 18:54:54 +02:00
LineBoxFragment.cpp LibWeb/Layout: Rename Box::{paint => paintable}_box() 2023-04-20 20:43:30 +02:00
LineBoxFragment.h LibWeb: Remove unused code 2023-07-17 18:54:54 +02:00
LineBuilder.cpp
LineBuilder.h LibWeb: Better handling of floating boxes from inline formatting context 2023-08-01 07:38:19 +02:00
ListItemBox.cpp
ListItemBox.h
ListItemMarkerBox.cpp
ListItemMarkerBox.h
Node.cpp LibWeb: Add info about pseudo element type in Layout::Node 2023-08-07 05:23:31 +02:00
Node.h LibWeb: Add info about pseudo element type in Layout::Node 2023-08-07 05:23:31 +02:00
Progress.cpp
Progress.h
RadioButton.cpp LibWeb: Move "natural size" concept into Layout::Box 2023-06-09 20:37:51 +02:00
RadioButton.h
ReplacedBox.cpp LibWeb: Remove Layout::Node::set_inline() 2022-10-06 15:29:38 +02:00
ReplacedBox.h
SVGBox.cpp
SVGBox.h
SVGFormattingContext.cpp LibWeb: Use viewbox attribute in SVG symbol element 2023-08-01 14:40:51 +02:00
SVGFormattingContext.h
SVGGeometryBox.cpp LibWeb: Use viewbox attribute in SVG symbol element 2023-08-01 14:40:51 +02:00
SVGGeometryBox.h
SVGGraphicsBox.cpp
SVGGraphicsBox.h
SVGSVGBox.cpp
SVGSVGBox.h
SVGTextBox.cpp LibWeb: Split SVGTextContentElement into spec defined subclasses 2023-07-23 06:32:39 +02:00
SVGTextBox.h LibWeb: Split SVGTextContentElement into spec defined subclasses 2023-07-23 06:32:39 +02:00
TableFormattingContext.cpp LibWeb: Improve adjustment of automatic table width with percentages 2023-08-05 10:32:48 +02:00
TableFormattingContext.h LibWeb: Split BorderConflictFinder::conflicting_edges method 2023-07-25 15:21:04 +02:00
TableWrapper.cpp
TableWrapper.h
TextNode.cpp Revert "LibWeb: Make TextNode::ChunkIterator emit an empty chunk for content:""" 2023-08-02 17:35:54 +02:00
TextNode.h Revert "LibWeb: Make TextNode::ChunkIterator emit an empty chunk for content:""" 2023-08-02 17:35:54 +02:00
TreeBuilder.cpp LibWeb: Add info about pseudo element type in Layout::Node 2023-08-07 05:23:31 +02:00
TreeBuilder.h
VideoBox.cpp LibWeb: Remove unused VideoBox preferred width/height methods 2023-08-01 11:14:26 -04:00
VideoBox.h LibWeb: Remove unused VideoBox preferred width/height methods 2023-08-01 11:14:26 -04:00
Viewport.cpp LibWeb: Add non-const version of paintable_box() in Layout::Node 2023-08-07 05:23:31 +02:00
Viewport.h