ladybird/Userland/Libraries/LibWeb/Layout
Aliaksandr Kalenik 910f9c2c09 LibWeb: Remove BrowsingContext pointer from Layout::Node
It's no longer needed.
2024-10-14 07:12:36 +02:00
..
AudioBox.cpp LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR() 2024-04-09 09:13:06 +02:00
AudioBox.h LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR() 2024-04-09 09:13:06 +02: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 Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
BlockContainer.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02: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: Use PaintableBox::is_scrollable() while dispatching wheel event 2024-10-07 18:35:24 +02:00
Box.h LibWeb: Use PaintableBox::is_scrollable() while dispatching wheel event 2024-10-07 18:35:24 +02: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 Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
BreakNode.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
CanvasBox.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
CanvasBox.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
CheckBox.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
CheckBox.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
FlexFormattingContext.cpp LibWeb/Layout: Implement align-content for grid layout 2024-10-08 21:30:03 +02:00
FlexFormattingContext.h LibWeb: Define static position calculation separately for each FC 2024-10-06 15:45:08 +02:00
FormAssociatedLabelableNode.h LibWeb: Make the layout tree GC-allocated 2022-10-20 15:16:23 +02:00
FormattingContext.cpp LibWeb: Replaced remaining usage and delete Size::resolved() 2024-10-06 18:51:03 +02:00
FormattingContext.h LibWeb: Define static position calculation separately for each FC 2024-10-06 15:45:08 +02:00
FrameBox.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
FrameBox.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
GridFormattingContext.cpp LibWeb: Improve grid area calculation for abspos items in GFC 2024-10-11 09:08: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 Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
ImageBox.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02: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: Define static position calculation separately for each FC 2024-10-06 15:45:08 +02:00
InlineFormattingContext.h LibWeb: Define static position calculation separately for each FC 2024-10-06 15:45:08 +02:00
InlineLevelIterator.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
InlineLevelIterator.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
InlineNode.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
InlineNode.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
Label.cpp LibWeb: Add Web::UIEvents::MouseButton enum, drop dependency on LibGUI 2024-06-02 20:24:42 +02:00
Label.h LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR() 2024-04-09 09:13:06 +02:00
LabelableNode.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
LabelableNode.h LibWeb: Make the layout tree GC-allocated 2022-10-20 15:16:23 +02:00
LayoutState.cpp LibWeb: Ignore boxes wholly in the negative scrollable overflow region 2024-10-08 14:33:35 +02:00
LayoutState.h LibWeb: Simplify static position calculation for block-level boxes 2024-10-06 18:51:16 +02:00
LineBox.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
LineBox.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
LineBoxFragment.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
LineBoxFragment.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
LineBuilder.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
LineBuilder.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
ListItemBox.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
ListItemBox.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
ListItemMarkerBox.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
ListItemMarkerBox.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
Node.cpp LibWeb: Remove BrowsingContext pointer from Layout::Node 2024-10-14 07:12:36 +02:00
Node.h LibWeb: Remove BrowsingContext pointer from Layout::Node 2024-10-14 07:12:36 +02:00
RadioButton.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
RadioButton.h LibWeb: Clean up HTMLInputElement-related includes 2024-09-23 13:31:41 -04:00
ReplacedBox.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
ReplacedBox.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
SVGBox.cpp
SVGBox.h LibWeb: Make the layout tree GC-allocated 2022-10-20 15:16:23 +02:00
SVGClipBox.cpp LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR() 2024-04-09 09:13:06 +02:00
SVGClipBox.h LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR() 2024-04-09 09:13:06 +02:00
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 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: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR() 2024-04-09 09:13:06 +02:00
SVGGeometryBox.h LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR() 2024-04-09 09:13:06 +02:00
SVGGraphicsBox.cpp LibWeb: Make SVG <g> elements generate a SVGGraphicsPaintable 2023-04-19 07:52:26 +02:00
SVGGraphicsBox.h LibWeb: Make SVG <g> elements generate a SVGGraphicsPaintable 2023-04-19 07:52:26 +02:00
SVGImageBox.cpp LibWeb/SVG: Implement SVGImageElement 2024-08-29 06:28:44 +02:00
SVGImageBox.h LibWeb/SVG: Implement SVGImageElement 2024-08-29 06:28:44 +02:00
SVGMaskBox.cpp LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR() 2024-04-09 09:13:06 +02:00
SVGMaskBox.h LibJS+LibWeb: Fix a ton of JS_CELL-like macro issues 2024-05-30 09:29:20 -06:00
SVGSVGBox.cpp LibWeb: Derive SVG root's natural size from width/height attributes 2024-08-22 15:29:29 +02:00
SVGSVGBox.h LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR() 2024-04-09 09:13:06 +02:00
SVGTextBox.cpp LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR() 2024-04-09 09:13:06 +02:00
SVGTextBox.h LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR() 2024-04-09 09:13:06 +02:00
SVGTextPathBox.cpp LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR() 2024-04-09 09:13:06 +02:00
SVGTextPathBox.h LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR() 2024-04-09 09:13:06 +02:00
TableFormattingContext.cpp LibWeb: Define static position calculation separately for each FC 2024-10-06 15:45:08 +02: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: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR() 2024-04-09 09:13:06 +02:00
TableWrapper.h LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR() 2024-04-09 09:13:06 +02:00
TextNode.cpp LibWeb: Clear grapheme segmenter when invalidating TextNode text 2024-10-09 23:07:13 +02:00
TextNode.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
TreeBuilder.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
TreeBuilder.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
VideoBox.cpp LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR() 2024-04-09 09:13:06 +02:00
VideoBox.h LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR() 2024-04-09 09:13:06 +02:00
Viewport.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
Viewport.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00