Andreas Kling
|
74927fd218
LibWeb: Move Layout::Box::is_out_of_flow() to Layout::Node
|
3 年 前 |
Simon Wanner
|
145efbe07a
LibWeb: Apply the CSS transform-origin property
|
3 年 前 |
Andreas Kling
|
df8ef03957
LibWeb: Pick up the CSS "visibility" property an honor it when painting
|
3 年 前 |
Simon Wanner
|
7c79fc209f
LibWeb: Establish a new stacking context for elements with `transform`
|
3 年 前 |
Andreas Kling
|
60c781ebc7
LibWeb: Simplify Layout::Node::containing_block()
|
3 年 前 |
Andreas Kling
|
12ac6861e3
LibWeb: Improve how layout nodes decide whether they have definite sizes
|
3 年 前 |
sin-ack
|
0679eadd62
LibWeb: Add support for the text-justify property
|
3 年 前 |
Andreas Kling
|
e099960e4d
LibWeb: Remove a bunch of no-longer needed #includes
|
3 年 前 |
Andreas Kling
|
5779a910e5
LibWeb: Move hit testing to the painting tree
|
3 年 前 |
Andreas Kling
|
cb0c5390ff
LibWeb: Move mouse event and label logic from layout to painting tree
|
3 年 前 |
Andreas Kling
|
ed84fbce47
LibWeb: Make Paintable ref-counted
|
3 年 前 |
Andreas Kling
|
053766d79c
LibWeb: Split Paintable into Paintable and PaintableBox
|
3 年 前 |
Andreas Kling
|
9461e44afa
LibWeb: Use Layout::Box::paint_box() accessor in more places
|
3 年 前 |
Andreas Kling
|
7af03df4c3
LibWeb: Make Painting::Box virtual and add Painting::BoxWithLines
|
3 年 前 |
Andreas Kling
|
a4d51b3dc2
LibWeb: Add Painting::Box and move things from Layout::Box into it
|
3 年 前 |
Karol Kosek
|
b6b116d5f2
LibWeb: Compute `text-decoration-thickness` values
|
3 年 前 |
Karol Kosek
|
f9d66bef5d
LibWeb: Compute `text-decoration-color` values
|
3 年 前 |
Andreas Kling
|
15ed0ebdc6
LibWeb: Implement hit testing a bit closer to spec
|
3 年 前 |
Andreas Kling
|
cd5c17d88e
LibWeb: Improve Layout::Box has-definite-size? computation
|
3 年 前 |
Andreas Kling
|
1cdbd377e7
LibWeb: Add vertical-align to ComputedValues
|
3 年 前 |
Sam Atkins
|
1de0ca3286
LibWeb: Compute value for `content` property
|
3 年 前 |
Andreas Kling
|
c61747fb2a
LibWeb: Respect font-size specified by CSS in "em" length calculations
|
3 年 前 |
Andreas Kling
|
c8051f8b5b
LibWeb: Add Layout::Node::debug_description()
|
3 年 前 |
Maciej
|
3e1c1c0b16
LibWeb: Add support for CSS image-rendering property
|
3 年 前 |
Sam Atkins
|
b715943035
LibWeb: Remove redundant Length::resolved() calls
|
3 年 前 |
Sam Atkins
|
67066c5140
LibWeb: Remove fallback value from Length::resolved()
|
3 年 前 |
Sam Atkins
|
5b2482a939
LibWeb: Use Optional instead of undefined-lengths for widths/heights
|
3 年 前 |
Tobias Christiansen
|
69aac6ecd7
LibWeb: Add new property 'text-decoration-style'
|
3 年 前 |
Andreas Kling
|
766d816db3
LibWeb: Remove old Layout::Node::split_into_lines() API
|
3 年 前 |
Dmitry Petrov
|
1662213737
Userland: Add horizontal mouse scroll support
|
3 年 前 |