Aliaksandr Kalenik
|
9c99182b1e
LibWeb: Change StackingContext::hit_test() to accept callback
|
1 年之前 |
Aliaksandr Kalenik
|
ef0c390b79
LibWeb: Resolve CSS transform properties during layout commit
|
1 年之前 |
Aliaksandr Kalenik
|
3cf5ad002a
LibWeb: Allow inline nodes to establish a stacking context
|
1 年之前 |
Sam Atkins
|
642ad80960
LibWeb: Make CSS Transformation struct a proper class
|
1 年之前 |
MacDue
|
b340a85523
LibWeb: Make StackingContext functions `static` where possible
|
1 年之前 |
Aliaksandr Kalenik
|
95a8dec373
LibWeb: Treat grid item as it creates stacking context during painting
|
1 年之前 |
Andreas Kling
|
d296992fb3
LibWeb: Make StackingContext point to paint tree instead of layout tree
|
1 年之前 |
MacDue
|
2a067b5601
LibWeb: Don't paint all stacking contexts like positioned elements
|
1 年之前 |
Andreas Kling
|
d6c3cbd958
LibWeb: Make StackingContext sorting a lot faster
|
2 年之前 |
Linus Groh
|
754e458d0a
LibWeb/Layout: Rename Box::{paint => paintable}_box()
|
2 年之前 |
Linus Groh
|
ec37b55777
LibWeb/Painting: Rename StackingContext::paintable{ => _box}()
|
2 年之前 |
Matthew Olsson
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
2 年之前 |
Sam Atkins
|
3c7bd5a317
LibWeb+WebContent+headless-browser: Use CSSPixels for PageClient events
|
2 年之前 |
MacDue
|
e011eafd37
Meta+Userland: Pass Gfx::FloatPoint by value
|
2 年之前 |
Andreas Kling
|
055a1998c1
LibWeb: StackingContext::paint_descendants() can take const layout node
|
2 年之前 |
Andreas Kling
|
5c6621547c
LibWeb: Compute StackingContext transform origin only once
|
2 年之前 |
Sam Atkins
|
75e0b21940
LibWeb: Store calculated transformation matrix on the StackingContext
|
3 年之前 |
Andreas Kling
|
5b72a9cb11
LibWeb: Use paint tree traversal helpers in StackingContext
|
3 年之前 |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 年之前 |
Simon Wanner
|
145efbe07a
LibWeb: Apply the CSS transform-origin property
|
3 年之前 |
Andreas Kling
|
0ba785894c
LibWeb: Make hit testing functions return Optional<HitTestResult>
|
3 年之前 |
Simon Wanner
|
48efdaa8c4
LibWeb: Update hit_test for CSS Transforms
|
3 年之前 |
Simon Wanner
|
a2331e8dd3
LibWeb: Implement CSS transforms on stacking contexts
|
3 年之前 |
Andreas Kling
|
f5c2e87965
LibWeb: Sort stacking context tree once, after fully building it
|
3 年之前 |
Andreas Kling
|
5779a910e5
LibWeb: Move hit testing to the painting tree
|
3 年之前 |
Andreas Kling
|
cc8e429126
LibWeb: Make StackingContext paint functions const
|
3 年之前 |
Andreas Kling
|
f0d833a3d7
LibWeb: Move StackingContext and PaintPhase into the Painting namespace
|
3 年之前 |
Andreas Kling
|
f4625ed9de
LibWeb: Paint inline-level and replaced elements on top of floats
|
3 年之前 |
Egor Ananyin
|
f567414f65
LibWeb: Draw elements with opacity in a separate stacking context
|
4 年之前 |
Egor Ananyin
|
d2b6148787
LibWeb: Make painting order more spec-compliant
|
4 年之前 |