ladybird/Userland/Libraries/LibWeb/Layout
Andreas Kling fe908e7db2 LibWeb: Rename "offset" in box model metrics to "inset"
The CSS Positioned Layout spec refers to the top/left/bottom/right
properties as "inset" properties, so let's use the same terminology.
2022-03-26 17:31:01 +01:00
..
BlockContainer.cpp
BlockContainer.h
BlockFormattingContext.cpp LibWeb: Rename "offset" in box model metrics to "inset" 2022-03-26 17:31:01 +01:00
BlockFormattingContext.h LibWeb: Support CSS floats in inline flow 2022-03-22 19:26:51 +01:00
Box.cpp LibWeb: Move Layout::Box::is_out_of_flow() to Layout::Node 2022-03-22 19:26:51 +01:00
Box.h LibWeb: Move Layout::Box::is_out_of_flow() to Layout::Node 2022-03-22 19:26:51 +01:00
BoxModelMetrics.cpp
BoxModelMetrics.h LibWeb: Rename "offset" in box model metrics to "inset" 2022-03-26 17:31:01 +01:00
BreakNode.cpp
BreakNode.h
ButtonBox.cpp
ButtonBox.h
CanvasBox.cpp
CanvasBox.h
CheckBox.cpp
CheckBox.h
FlexFormattingContext.cpp LibWeb: Transfer flex item box model metrics to paintable 2022-03-26 17:31:01 +01:00
FlexFormattingContext.h
FormAssociatedLabelableNode.h LibWeb: Remove inheritance of FormAssociatedElement from HTMLElement 2022-03-24 03:35:11 +01:00
FormattingContext.cpp LibWeb: Rename "offset" in box model metrics to "inset" 2022-03-26 17:31:01 +01:00
FormattingContext.h LibWeb: Rewrite CSS float implementation to use offset-from-edge 2022-03-18 15:18:48 +01:00
FormattingState.cpp LibWeb: Rename "offset" in box model metrics to "inset" 2022-03-26 17:31:01 +01:00
FormattingState.h LibWeb: Rename "offset" in box model metrics to "inset" 2022-03-26 17:31:01 +01:00
FrameBox.cpp
FrameBox.h
ImageBox.cpp
ImageBox.h
InitialContainingBlock.cpp LibWeb: Fill the whole viewport with the correct background color 2022-03-23 17:38:00 +01:00
InitialContainingBlock.h LibWeb: Build stacking context tree lazily 2022-03-21 13:03:33 +01:00
InlineFormattingContext.cpp LibWeb: Support CSS floats in inline flow 2022-03-22 19:26:51 +01:00
InlineFormattingContext.h LibWeb: Rewrite CSS float implementation to use offset-from-edge 2022-03-18 15:18:48 +01:00
InlineLevelIterator.cpp LibWeb: Support CSS floats in inline flow 2022-03-22 19:26:51 +01:00
InlineLevelIterator.h LibWeb: Support CSS floats in inline flow 2022-03-22 19:26:51 +01:00
InlineNode.cpp
InlineNode.h
Label.cpp
Label.h
LabelableNode.cpp
LabelableNode.h
LayoutPosition.cpp
LayoutPosition.h
LineBox.cpp
LineBox.h LibWeb: Bring CSS line-height implementation closer to spec 2022-03-24 22:52:44 +01:00
LineBoxFragment.cpp LibWeb: Bring CSS line-height implementation closer to spec 2022-03-24 22:52:44 +01:00
LineBoxFragment.h LibWeb: Bring CSS line-height implementation closer to spec 2022-03-24 22:52:44 +01:00
LineBuilder.cpp LibWeb: Support CSS vertical-align values "top" and "bottom" 2022-03-24 22:57:01 +01:00
LineBuilder.h LibWeb: Support CSS floats in inline flow 2022-03-22 19:26:51 +01:00
ListItemBox.cpp
ListItemBox.h
ListItemMarkerBox.cpp
ListItemMarkerBox.h
Node.cpp LibWeb: Rename "specified_style" to "computed_style" in Layout::Node 2022-03-24 18:14:01 +01:00
Node.h LibWeb: Add Layout::Node::line_height() 2022-03-24 18:14:01 +01:00
Progress.cpp
Progress.h
RadioButton.cpp
RadioButton.h
ReplacedBox.cpp
ReplacedBox.h
SVGBox.cpp LibWeb: Make SVG <svg> elements behave as CSS replaced elements 2022-03-19 12:42:10 +01:00
SVGBox.h LibWeb: Make SVG <svg> elements behave as CSS replaced elements 2022-03-19 12:42:10 +01:00
SVGFormattingContext.cpp
SVGFormattingContext.h
SVGGeometryBox.cpp
SVGGeometryBox.h
SVGGraphicsBox.cpp
SVGGraphicsBox.h
SVGSVGBox.cpp LibWeb: Make SVG <svg> elements behave as CSS replaced elements 2022-03-19 12:42:10 +01:00
SVGSVGBox.h LibWeb: Make SVG <svg> elements behave as CSS replaced elements 2022-03-19 12:42:10 +01:00
TableBox.cpp
TableBox.h
TableCellBox.cpp
TableCellBox.h
TableFormattingContext.cpp LibWeb: Translate table cells by their top left border 2022-03-21 21:55:21 +01:00
TableFormattingContext.h
TableRowBox.cpp
TableRowBox.h
TableRowGroupBox.cpp
TableRowGroupBox.h
TextNode.cpp LibWeb: Rename the LayoutMode enum values and explain them 2022-03-19 15:46:15 +01:00
TextNode.h
TreeBuilder.cpp LibWeb: Fix missing line-height & font-size on some anonymous blocks 2022-03-24 18:30:56 +01:00
TreeBuilder.h