Aliaksandr Kalenik
|
dfc3a4772b
LibWeb: Ignore "pointer-events: none" elements in hit_test
|
2 vuotta sitten |
Andreas Kling
|
90b66533d0
LibWeb: Don't hit test all child stacking contexts twice
|
2 vuotta sitten |
Andreas Kling
|
95a3da86c3
LibWeb: Reset painter translation when painting fixed-position elements
|
2 vuotta sitten |
Hendiadyoin1
|
e68309144b
LibWeb: Don't scale by x, x when a scale x, y is provided as a transform
|
2 vuotta sitten |
Luke Wilde
|
dbe12662b8
LibWeb: Implement matrix3d transform function from css-transforms-2
|
2 vuotta sitten |
Luke Wilde
|
0fdd924db2
LibWeb: Implement rotation transform functions from css-transforms-2
|
2 vuotta sitten |
Andreas Kling
|
b7f9387f69
LibWeb: Don't draw only-translated stacking contexts via bitmap
|
2 vuotta sitten |
MacDue
|
f6264523b9
LibWeb: Fix destination bitmap edge clip case in transform painting
|
2 vuotta sitten |
MacDue
|
3fad64dfbc
LibWeb: Sample the destination when painting element opacity/transform
|
2 vuotta sitten |
Andreas Kling
|
5c6621547c
LibWeb: Compute StackingContext transform origin only once
|
2 vuotta sitten |
MacDue
|
c3841e1667
LibWeb: Restore clipping of positioned descendants
|
2 vuotta sitten |
Brian Gianforcaro
|
d0a1775369
Everywhere: Fix a variety of typos
|
2 vuotta sitten |
Andreas Kling
|
63c727a4a3
LibWeb: Don't clip to containing block when painting abspos descendants
|
2 vuotta sitten |
Sam Atkins
|
75e0b21940
LibWeb: Store calculated transformation matrix on the StackingContext
|
3 vuotta sitten |
Sam Atkins
|
032646b6c3
LibWeb: Produce a transformation matrix for TransformFunction::Rotate
|
3 vuotta sitten |
Sam Atkins
|
b5ab961e20
LibWeb: Add proper support for Angle parameters in transform functions
|
3 vuotta sitten |
Andreas Kling
|
a6e1b9eed2
LibWeb: Snap transformed stacking contexts to pixel grid
|
3 vuotta sitten |
MacDue
|
0b0a691ecd
LibWeb: Fix overflow: hidden not applying to positioned descendants
|
3 vuotta sitten |
MacDue
|
f079214b18
LibWeb: Apply overflow: hidden to all (relevant) child paint phases
|
3 vuotta sitten |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 vuotta sitten |
Igor Pissolati
|
44057c9482
LibWeb: Make hit testing respect hidden overflow
|
3 vuotta sitten |
Andreas Kling
|
5b72a9cb11
LibWeb: Use paint tree traversal helpers in StackingContext
|
3 vuotta sitten |
Simon Wanner
|
a2d89f11d1
LibWeb: Use the correct painter for painting stacking contexts
|
3 vuotta sitten |
Andreas Kling
|
3c4bdd7cfa
LibWeb: Ignore non-painting layout nodes when hit testing
|
3 vuotta sitten |
Andreas Kling
|
54c3053bc3
LibWeb: Preserve paint state when painting stacking contexts indirectly
|
3 vuotta sitten |
Jelle Raaijmakers
|
ab19b092ed
LibGfx: Implement `Rect::to_rounded<U>()`
|
3 vuotta sitten |
Simon Wanner
|
dc94879b83
LibWeb: Support `transform: translate(...)` by percentage
|
3 vuotta sitten |
Simon Wanner
|
145efbe07a
LibWeb: Apply the CSS transform-origin property
|
3 vuotta sitten |
Andreas Kling
|
196a3eb239
LibWeb: Ignore invisible boxes and stacking contexts during hit testing
|
3 vuotta sitten |
Andreas Kling
|
996f3228a2
LibWeb: Fix O(n^2) traversal in hit testing
|
3 vuotta sitten |