ladybird/Userland/Libraries/LibWeb/Layout
Pavel Shliak 38bb8ce0de LibWeb: Modify table formatting according to spec
Makes Sub, Super, TextBottom, TextTop vertical aligns equal to Baseline
2024-11-04 14:54:32 +00:00
..
AudioBox.cpp LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
AudioBox.h LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
AvailableSpace.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
AvailableSpace.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
BlockContainer.cpp LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
BlockContainer.h LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
BlockFormattingContext.cpp LibWeb: Simplify static position calculation for block-level boxes 2024-10-06 18:51:16 +02:00
BlockFormattingContext.h LibWeb: Simplify static position calculation for block-level boxes 2024-10-06 18:51:16 +02:00
Box.cpp LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
Box.h LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
BoxModelMetrics.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
BoxModelMetrics.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
BreakNode.cpp LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
BreakNode.h LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
CanvasBox.cpp LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
CanvasBox.h LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
CheckBox.cpp LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
CheckBox.h LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
FlexFormattingContext.cpp LibWeb: Make align-content on flex container behave more correctly 2024-10-30 10:17:21 +01:00
FlexFormattingContext.h LibWeb: Define static position calculation separately for each FC 2024-10-06 15:45:08 +02:00
FormAssociatedLabelableNode.h LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
FormattingContext.cpp LibWeb: Fix infinite recursion when max-width is min/max-content in GFC 2024-10-30 08:47:52 +01:00
FormattingContext.h LibWeb: Define static position calculation separately for each FC 2024-10-06 15:45:08 +02:00
FrameBox.cpp LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
FrameBox.h LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
GridFormattingContext.cpp LibWeb: Add missing flex-start and flex-end in to_alignment [GFC] 2024-10-18 18:11:46 +02:00
GridFormattingContext.h LibWeb: Improve grid area calculation for abspos items in GFC 2024-10-11 09:08:46 +02:00
ImageBox.cpp LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
ImageBox.h LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
ImageProvider.cpp LibWeb: Generalize ImageBox and ImagePaintable for any ImageProvider 2024-02-19 11:07:30 +01:00
ImageProvider.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
InlineFormattingContext.cpp LibWeb: Layout inline elements respective of writing-mode 2024-11-03 17:01:54 +01:00
InlineFormattingContext.h LibWeb: Make inline layout independent of direction 2024-11-03 17:01:54 +01:00
InlineLevelIterator.cpp LibWeb: Add word spacing to tab size correctly 2024-10-28 22:53:37 +01:00
InlineLevelIterator.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
InlineNode.cpp LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
InlineNode.h LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
Label.cpp LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
Label.h LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
LabelableNode.cpp LibWeb: Rename Layout::Node::paintable() to first_paintable() 2024-10-16 20:25:42 +02:00
LabelableNode.h LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
LayoutState.cpp LibWeb: Use containing block to compute scrollable overflow 2024-10-18 15:26:42 +02:00
LayoutState.h LibWeb: Simplify static position calculation for block-level boxes 2024-10-06 18:51:16 +02:00
LineBox.cpp LibWeb: Layout inline elements respective of writing-mode 2024-11-03 17:01:54 +01:00
LineBox.h LibWeb: Layout inline elements respective of writing-mode 2024-11-03 17:01:54 +01:00
LineBoxFragment.cpp LibWeb: Layout inline elements respective of writing-mode 2024-11-03 17:01:54 +01:00
LineBoxFragment.h LibWeb: Draw text vertically, for fragments with vertical writing-mode 2024-11-03 17:01:54 +01:00
LineBuilder.cpp LibWeb: Layout inline elements respective of writing-mode 2024-11-03 17:01:54 +01:00
LineBuilder.h LibWeb: Layout inline elements respective of writing-mode 2024-11-03 17:01:54 +01:00
ListItemBox.cpp LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
ListItemBox.h LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
ListItemMarkerBox.cpp LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
ListItemMarkerBox.h LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
Node.cpp LibWeb: Add writing-mode CSS property, and its values 2024-11-03 17:01:54 +01:00
Node.h LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
RadioButton.cpp LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
RadioButton.h LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
ReplacedBox.cpp LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
ReplacedBox.h LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
SVGBox.cpp LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
SVGBox.h LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
SVGClipBox.cpp LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
SVGClipBox.h LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
SVGForeignObjectBox.cpp LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
SVGForeignObjectBox.h LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
SVGFormattingContext.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
SVGFormattingContext.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
SVGGeometryBox.cpp LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
SVGGeometryBox.h LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
SVGGraphicsBox.cpp LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
SVGGraphicsBox.h LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
SVGImageBox.cpp LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
SVGImageBox.h LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
SVGMaskBox.cpp LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
SVGMaskBox.h LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
SVGSVGBox.cpp LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
SVGSVGBox.h LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
SVGTextBox.cpp LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
SVGTextBox.h LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
SVGTextPathBox.cpp LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
SVGTextPathBox.h LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
TableFormattingContext.cpp LibWeb: Modify table formatting according to spec 2024-11-04 14:54:32 +00:00
TableFormattingContext.h LibWeb: Define static position calculation separately for each FC 2024-10-06 15:45:08 +02:00
TableGrid.cpp LibWeb: Use TraversalDecision for multi level Node traversal methods 2024-05-07 16:45:28 -06:00
TableGrid.h LibWeb: Use IterationDecision in single level Node iteration methods 2024-05-07 16:45:28 -06:00
TableWrapper.cpp LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
TableWrapper.h LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
TextNode.cpp LibWeb: Use String::to_fullwidth() when applying text-transform 2024-11-01 07:48:17 -04:00
TextNode.h LibWeb: Start implementation of rendering tabs according to tab-size 2024-10-17 15:00:57 +02:00
TreeBuilder.cpp LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
TreeBuilder.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
VideoBox.cpp LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
VideoBox.h LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
Viewport.cpp LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
Viewport.h LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00