Aliaksandr Kalenik
|
d1d6da6ab6
LibWeb: Resolve border radius during layout and save it in paintables
|
1 年之前 |
MacDue
|
4c5d48f861
LibWeb: Support transforms, stroking, gradients, etc for SVG <text>
|
1 年之前 |
MacDue
|
c93d367d95
LibWeb: Layout SVG <text> elements during layout (not while painting)
|
1 年之前 |
MacDue
|
dc9cb449b1
LibWeb: Store computed SVG path data/transforms in LayoutState
|
1 年之前 |
Tobias Christiansen
|
6602b1ddb1
LibWeb: Rename "position" enum to "positioning"
|
1 年之前 |
MacDue
|
0af8d81f48
LibWeb: Layout SVG <mask> elements (but don't paint them)
|
1 年之前 |
MacDue
|
c5b50ec2f4
LibWeb: Create paintables for nodes whose parents don't have paintables
|
1 年之前 |
Andreas Kling
|
1434721247
LibWeb: Relax restrictions on LayoutState::get() input type
|
1 年之前 |
Aliaksandr Kalenik
|
0fb571c1c2
LibWeb: Add `Length::resolved()` overload for CSSPixels
|
1 年之前 |
Andreas Kling
|
6d7a2f5cc9
LibWeb: Prune old paintable pointers from layout tree after relayout
|
1 年之前 |
Andreas Kling
|
ae3958f640
LibWeb: Remove incorrect hack in build_paint_tree()
|
1 年之前 |
MacDue
|
360c0eb509
LibWeb: Remove implicit conversion from float and double to CSSPixels
|
1 年之前 |
Andreas Kling
|
3d7c880a42
LibWeb: Give DOM::Node a direct pointer to its Paintable
|
1 年之前 |
Andreas Kling
|
136ac1a6a5
LibWeb: Add virtuals to check if Paintable is PBox or PWithLines
|
1 年之前 |
Andreas Kling
|
e67ac16862
LibWeb: Give Paintable its own pointer to the corresponding DOM node
|
1 年之前 |
Andreas Kling
|
216bd513fa
LibWeb: Make the paint tree a proper standalone tree
|
1 年之前 |
Andreas Kling
|
25a3d0d643
LibWeb: Resolve relative offsets *once* after layout
|
1 年之前 |
Aliaksandr Kalenik
|
9101c8d079
LibWeb: Use available space to resolve table container width
|
1 年之前 |
Sam Atkins
|
5ee1b7db7c
LibWeb: Convert BorderData::width to CSSPixels
|
1 年之前 |
Aliaksandr Kalenik
|
e5dcfe3905
LibWeb: Verify that value is not saturated in set_content_width/height
|
1 年之前 |
Andreas Kling
|
bf25568703
LibWeb: Bring measuring of scrollable overflow closer to spec
|
2 年之前 |
Andreas Kling
|
f23baf0a2d
LibWeb: Add LineBox::absolute_rect()
|
2 年之前 |
Andi Gallo
|
f6d2a21d27
LibWeb: Store table cell indices and spans in PaintableBox
|
2 年之前 |
Andi Gallo
|
b7d23162cc
LibWeb: Set the definite width flag in set_max_content_width
|
2 年之前 |
Aliaksandr Kalenik
|
473848be0e
LibWeb: Do not treat size of abspos items as definite
|
2 年之前 |
Aliaksandr Kalenik
|
147c3b3d97
LibWeb+WebContent: Forbid access to underlying type of CSSPixels
|
2 年之前 |
Andi Gallo
|
75e87c32f2
LibWeb: Fix table width algorithm when available space is a constraint
|
2 年之前 |
Andi Gallo
|
8090adf268
LibWeb: Add partial implementation of border conflict resolution
|
2 年之前 |
Andreas Kling
|
caa491b72a
LibWeb: Measure the overflow for all scroll containers
|
2 年之前 |
Andreas Kling
|
c62c714764
LibWeb: Put debug spam about negative content sizes behind a flag
|
2 年之前 |