.. |
AvailableSpace.cpp
|
9c44634ca5
LibWeb: Reorganize layout algorithms around available space
|
2 tahun lalu |
AvailableSpace.h
|
9c44634ca5
LibWeb: Reorganize layout algorithms around available space
|
2 tahun lalu |
BlockContainer.cpp
|
086969277e
Everywhere: Run clang-format
|
3 tahun lalu |
BlockContainer.h
|
268b9c5d90
LibWeb: Make the layout tree GC-allocated
|
2 tahun lalu |
BlockFormattingContext.cpp
|
7c00619e47
LibWeb: Use calculate_inner_width to compute min and max widths
|
2 tahun lalu |
BlockFormattingContext.h
|
db318aece0
LibWeb: Move should_treat_{width,height}_as_auto() to FormattingContext
|
2 tahun lalu |
Box.cpp
|
b3d85afd92
LibWeb: Make Layout::Box::set_needs_display() work for all boxes
|
3 tahun lalu |
Box.h
|
268b9c5d90
LibWeb: Make the layout tree GC-allocated
|
2 tahun lalu |
BoxModelMetrics.cpp
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 tahun lalu |
BoxModelMetrics.h
|
fe908e7db2
LibWeb: Rename "offset" in box model metrics to "inset"
|
3 tahun lalu |
BreakNode.cpp
|
a0e6882d99
LibWeb: Remove Layout::Node::set_inline()
|
2 tahun lalu |
BreakNode.h
|
268b9c5d90
LibWeb: Make the layout tree GC-allocated
|
2 tahun lalu |
ButtonBox.cpp
|
206d6ece55
LibGfx: Move other font-related files to LibGfx/Font/
|
3 tahun lalu |
ButtonBox.h
|
268b9c5d90
LibWeb: Make the layout tree GC-allocated
|
2 tahun lalu |
CanvasBox.cpp
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
3 tahun lalu |
CanvasBox.h
|
268b9c5d90
LibWeb: Make the layout tree GC-allocated
|
2 tahun lalu |
CheckBox.cpp
|
206d6ece55
LibGfx: Move other font-related files to LibGfx/Font/
|
3 tahun lalu |
CheckBox.h
|
268b9c5d90
LibWeb: Make the layout tree GC-allocated
|
2 tahun lalu |
FlexFormattingContext.cpp
|
1c1b750bff
LibWeb: Support box-sizing in flex formatting context
|
2 tahun lalu |
FlexFormattingContext.h
|
7809cc6557
LibWeb: Use preferred flex item sizes as min/max-content contribution
|
2 tahun lalu |
FormAssociatedLabelableNode.h
|
268b9c5d90
LibWeb: Make the layout tree GC-allocated
|
2 tahun lalu |
FormattingContext.cpp
|
2b246d980a
LibWeb: Fix typo in calculate_inner_height
|
2 tahun lalu |
FormattingContext.h
|
aa08c825ec
LibWeb: Support box-sizing in BFC
|
2 tahun lalu |
FrameBox.cpp
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
3 tahun lalu |
FrameBox.h
|
268b9c5d90
LibWeb: Make the layout tree GC-allocated
|
2 tahun lalu |
GridFormattingContext.cpp
|
964c18419f
LibWeb: Use span value if given in the grid-*-end property
|
2 tahun lalu |
GridFormattingContext.h
|
4b6534a26d
LibWeb: Use fixed-size tracks for grid gap
|
2 tahun lalu |
ImageBox.cpp
|
1885fe529f
LibWeb: Add GC finalizer to Layout::ImageBox
|
2 tahun lalu |
ImageBox.h
|
1885fe529f
LibWeb: Add GC finalizer to Layout::ImageBox
|
2 tahun lalu |
InitialContainingBlock.cpp
|
85dd891811
LibWeb: Ignore non-painting layout nodes when building stacking contexts
|
3 tahun lalu |
InitialContainingBlock.h
|
268b9c5d90
LibWeb: Make the layout tree GC-allocated
|
2 tahun lalu |
InlineFormattingContext.cpp
|
e3b8a8f7c8
LibWeb: Treat unresolvable percentage width on inline-block as auto
|
2 tahun lalu |
InlineFormattingContext.h
|
9c44634ca5
LibWeb: Reorganize layout algorithms around available space
|
2 tahun lalu |
InlineLevelIterator.cpp
|
73e87d694e
LibWeb: Don't collapse TextNode if it's editable
|
2 tahun lalu |
InlineLevelIterator.h
|
d073a31c21
LibWeb: Add missing includes
|
2 tahun lalu |
InlineNode.cpp
|
a0e6882d99
LibWeb: Remove Layout::Node::set_inline()
|
2 tahun lalu |
InlineNode.h
|
268b9c5d90
LibWeb: Make the layout tree GC-allocated
|
2 tahun lalu |
Label.cpp
|
268b9c5d90
LibWeb: Make the layout tree GC-allocated
|
2 tahun lalu |
Label.h
|
268b9c5d90
LibWeb: Make the layout tree GC-allocated
|
2 tahun lalu |
LabelableNode.cpp
|
cb0c5390ff
LibWeb: Move mouse event and label logic from layout to painting tree
|
3 tahun lalu |
LabelableNode.h
|
268b9c5d90
LibWeb: Make the layout tree GC-allocated
|
2 tahun lalu |
LayoutPosition.cpp
|
268b9c5d90
LibWeb: Make the layout tree GC-allocated
|
2 tahun lalu |
LayoutPosition.h
|
268b9c5d90
LibWeb: Make the layout tree GC-allocated
|
2 tahun lalu |
LayoutState.cpp
|
869b322a8f
LibWeb: Assign hypothetical flex item main sizes as temporary main size
|
2 tahun lalu |
LayoutState.h
|
b289f97a65
LibWeb: Split intrinsic heights cache by definite available widths
|
2 tahun lalu |
LineBox.cpp
|
45f717cfad
LibWeb: Respect inline-axis margins between line box fragments :^)
|
3 tahun lalu |
LineBox.h
|
195ef5e26f
LibWeb: Bring CSS line-height implementation closer to spec
|
3 tahun lalu |
LineBoxFragment.cpp
|
52862c72d0
LibWeb: Rename FormattingState to LayoutState
|
3 tahun lalu |
LineBoxFragment.h
|
52862c72d0
LibWeb: Rename FormattingState to LayoutState
|
3 tahun lalu |
LineBuilder.cpp
|
42538b5375
LibWeb: Fix bogus inline-block check in line box layout
|
2 tahun lalu |
LineBuilder.h
|
412b2313f3
LibWeb: Improve inline flow around floating boxes
|
2 tahun lalu |
ListItemBox.cpp
|
268b9c5d90
LibWeb: Make the layout tree GC-allocated
|
2 tahun lalu |
ListItemBox.h
|
268b9c5d90
LibWeb: Make the layout tree GC-allocated
|
2 tahun lalu |
ListItemMarkerBox.cpp
|
6a6475673f
LibWeb: Convert images to common AbstractImageStyleValue base
|
3 tahun lalu |
ListItemMarkerBox.h
|
268b9c5d90
LibWeb: Make the layout tree GC-allocated
|
2 tahun lalu |
Node.cpp
|
9e6612c49b
LibWeb: Parse CSS gap property
|
2 tahun lalu |
Node.h
|
6d830e6335
LibWeb: Tie layout tree to a specific browsing context
|
2 tahun lalu |
Progress.cpp
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
3 tahun lalu |
Progress.h
|
268b9c5d90
LibWeb: Make the layout tree GC-allocated
|
2 tahun lalu |
RadioButton.cpp
|
7dfd5afd37
LibWeb: Set 1:1 intrinsic aspect ratio for radio buttons
|
3 tahun lalu |
RadioButton.h
|
268b9c5d90
LibWeb: Make the layout tree GC-allocated
|
2 tahun lalu |
ReplacedBox.cpp
|
a0e6882d99
LibWeb: Remove Layout::Node::set_inline()
|
2 tahun lalu |
ReplacedBox.h
|
268b9c5d90
LibWeb: Make the layout tree GC-allocated
|
2 tahun lalu |
SVGBox.cpp
|
28b771560a
LibWeb: Make SVG <svg> elements behave as CSS replaced elements
|
3 tahun lalu |
SVGBox.h
|
268b9c5d90
LibWeb: Make the layout tree GC-allocated
|
2 tahun lalu |
SVGFormattingContext.cpp
|
4aeb1ffc12
LibWeb: Add naive layout for SVG foreign objects
|
2 tahun lalu |
SVGFormattingContext.h
|
9c44634ca5
LibWeb: Reorganize layout algorithms around available space
|
2 tahun lalu |
SVGGeometryBox.cpp
|
e099960e4d
LibWeb: Remove a bunch of no-longer needed #includes
|
3 tahun lalu |
SVGGeometryBox.h
|
268b9c5d90
LibWeb: Make the layout tree GC-allocated
|
2 tahun lalu |
SVGGraphicsBox.cpp
|
02b316fd5c
LibWeb: Let Paintable perform the painting
|
3 tahun lalu |
SVGGraphicsBox.h
|
268b9c5d90
LibWeb: Make the layout tree GC-allocated
|
2 tahun lalu |
SVGSVGBox.cpp
|
17a6fcfde3
LibWeb: Try to work out the intrinsic size of <svg> elements
|
3 tahun lalu |
SVGSVGBox.h
|
268b9c5d90
LibWeb: Make the layout tree GC-allocated
|
2 tahun lalu |
TableBox.cpp
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
3 tahun lalu |
TableBox.h
|
268b9c5d90
LibWeb: Make the layout tree GC-allocated
|
2 tahun lalu |
TableCellBox.cpp
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
3 tahun lalu |
TableCellBox.h
|
268b9c5d90
LibWeb: Make the layout tree GC-allocated
|
2 tahun lalu |
TableFormattingContext.cpp
|
1c6783cd7e
LibWeb: Start implementation of CSS Table 3 spec
|
2 tahun lalu |
TableFormattingContext.h
|
1c6783cd7e
LibWeb: Start implementation of CSS Table 3 spec
|
2 tahun lalu |
TableRowBox.cpp
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
3 tahun lalu |
TableRowBox.h
|
268b9c5d90
LibWeb: Make the layout tree GC-allocated
|
2 tahun lalu |
TableRowGroupBox.cpp
|
1c6783cd7e
LibWeb: Start implementation of CSS Table 3 spec
|
2 tahun lalu |
TableRowGroupBox.h
|
1c6783cd7e
LibWeb: Start implementation of CSS Table 3 spec
|
2 tahun lalu |
TextNode.cpp
|
5839ef2ed8
LibWeb: Render text inside <input type=password> as asterisks (`*`)
|
2 tahun lalu |
TextNode.h
|
268b9c5d90
LibWeb: Make the layout tree GC-allocated
|
2 tahun lalu |
TreeBuilder.cpp
|
4a30446999
LibWeb: Support displaying HTMLInputElement placeholder values
|
2 tahun lalu |
TreeBuilder.h
|
268b9c5d90
LibWeb: Make the layout tree GC-allocated
|
2 tahun lalu |