ladybird/Userland/Libraries/LibWeb/Layout
BenJilks 1537d589ca LibWeb: Add start and end values to text-align
The `start` and `end` value set the text alignment based on the computed
value of `direction`. The default value of `text-align` is now `start`
instead of `left`.
2024-08-13 15:19:51 +01:00
..
AudioBox.cpp
AudioBox.h
AvailableSpace.cpp
AvailableSpace.h
BlockContainer.cpp
BlockContainer.h
BlockFormattingContext.cpp LibWeb: Save float-intrusion for marker before list elements layout 2024-07-05 07:31:42 +02:00
BlockFormattingContext.h LibWeb: Save float-intrusion for marker before list elements layout 2024-07-05 07:31:42 +02:00
Box.cpp
Box.h
BoxModelMetrics.cpp
BoxModelMetrics.h
BreakNode.cpp
BreakNode.h
CanvasBox.cpp
CanvasBox.h
CheckBox.cpp
CheckBox.h
FlexFormattingContext.cpp LibWeb: Use reverse direction on flex containers with rtl direction 2024-08-13 15:19:51 +01:00
FlexFormattingContext.h LibWeb: Use reverse direction on flex containers with rtl direction 2024-08-13 15:19:51 +01:00
FormAssociatedLabelableNode.h
FormattingContext.cpp LibWeb: Subtract left inset from size_available_for_margins for abspos 2024-07-19 13:29:20 +01:00
FormattingContext.h LibWeb: Move css_clamp function to FormattingContext 2024-07-25 13:12:26 +02:00
FrameBox.cpp LibWeb+WebContent: Move scrollbar painting into WebContent 2024-06-05 07:03:42 +02:00
FrameBox.h
GridFormattingContext.cpp LibWeb: Implement grid-template function fit-content() 2024-07-25 13:12:26 +02:00
GridFormattingContext.h LibWeb: Change grid item placement to look for area by boundary lines 2024-07-18 09:05:37 +02:00
ImageBox.cpp LibWeb: Remove unused includes 2024-08-09 17:01:50 +01:00
ImageBox.h
ImageProvider.cpp
ImageProvider.h
InlineFormattingContext.cpp LibWeb: Fix OOB access in "text-overflow: ellipsis" clip 2024-08-03 19:45:41 +02:00
InlineFormattingContext.h
InlineLevelIterator.cpp Everywhere: Limit layout text fragments to use one font for all glyphs 2024-06-30 19:23:24 +02:00
InlineLevelIterator.h Everywhere: Limit layout text fragments to use one font for all glyphs 2024-06-30 19:23:24 +02:00
InlineNode.cpp
InlineNode.h
Label.cpp LibWeb: Add Web::UIEvents::MouseButton enum, drop dependency on LibGUI 2024-06-02 20:24:42 +02:00
Label.h
LabelableNode.cpp
LabelableNode.h
LayoutState.cpp LibWeb: Add additional padding to the end of the scrollable overflow 2024-08-02 08:07:56 +02:00
LayoutState.h
LineBox.cpp LibWeb: Skip trim trailing whitespace if user is typing 2024-08-09 16:57:14 +01:00
LineBox.h Everywhere: Limit layout text fragments to use one font for all glyphs 2024-06-30 19:23:24 +02:00
LineBoxFragment.cpp
LineBoxFragment.h Everywhere: Limit layout text fragments to use one font for all glyphs 2024-06-30 19:23:24 +02:00
LineBuilder.cpp LibWeb: Add start and end values to text-align 2024-08-13 15:19:51 +01:00
LineBuilder.h Everywhere: Limit layout text fragments to use one font for all glyphs 2024-06-30 19:23:24 +02:00
ListItemBox.cpp
ListItemBox.h
ListItemMarkerBox.cpp
ListItemMarkerBox.h
Node.cpp LibWeb: Use reverse direction on flex containers with rtl direction 2024-08-13 15:19:51 +01:00
Node.h LibWeb: Fix overflow clip when "complicated" CSS transform is used 2024-08-01 12:03:13 +02:00
RadioButton.cpp LibWeb: Add Web::UIEvents::MouseButton enum, drop dependency on LibGUI 2024-06-02 20:24:42 +02:00
RadioButton.h
ReplacedBox.cpp
ReplacedBox.h
SVGBox.cpp
SVGBox.h
SVGClipBox.cpp
SVGClipBox.h
SVGForeignObjectBox.cpp LibWeb: Add layout node and paintable for SVGForeignObjectElement 2024-04-27 07:10:20 +02:00
SVGForeignObjectBox.h LibWeb: Add layout node and paintable for SVGForeignObjectElement 2024-04-27 07:10:20 +02:00
SVGFormattingContext.cpp LibWeb: Support percentage values in SVG text positioning element 2024-07-21 19:56:38 +02:00
SVGFormattingContext.h
SVGGeometryBox.cpp
SVGGeometryBox.h
SVGGraphicsBox.cpp
SVGGraphicsBox.h
SVGMaskBox.cpp
SVGMaskBox.h LibJS+LibWeb: Fix a ton of JS_CELL-like macro issues 2024-05-30 09:29:20 -06:00
SVGSVGBox.cpp LibWeb: Don't crash when SVG viewbox has a width of 0 2024-07-22 09:13:25 +02:00
SVGSVGBox.h
SVGTextBox.cpp
SVGTextBox.h
SVGTextPathBox.cpp
SVGTextPathBox.h
TableFormattingContext.cpp LibWeb: Reserve enough space for span>1 columns in BorderConflictFinder 2024-07-27 20:23:14 +01:00
TableFormattingContext.h
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
TableWrapper.h
TextNode.cpp Everywhere: Limit layout text fragments to use one font for all glyphs 2024-06-30 19:23:24 +02:00
TextNode.h Everywhere: Limit layout text fragments to use one font for all glyphs 2024-06-30 19:23:24 +02:00
TreeBuilder.cpp LibWeb: Don't verify_cast where input and output types are the same 2024-08-08 17:50:59 +02:00
TreeBuilder.h
VideoBox.cpp
VideoBox.h
Viewport.cpp LibWeb: Fix handling of find-in-page with pseudo-element content 2024-07-10 19:31:57 +01:00
Viewport.h LibWeb: Cache text blocks used by find in page 2024-07-03 15:35:14 +02:00