index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibWeb
/
Painting
/
StackingContext.h
Age
Commit message (
Expand
)
Author
2022-10-23
LibWeb: StackingContext::paint_descendants() can take const layout node
Andreas Kling
2022-09-24
LibWeb: Compute StackingContext transform origin only once
Andreas Kling
2022-07-21
LibWeb: Store calculated transformation matrix on the StackingContext
Sam Atkins
2022-04-08
LibWeb: Use paint tree traversal helpers in StackingContext
Andreas Kling
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-22
LibWeb: Apply the CSS transform-origin property
Simon Wanner
2022-03-21
LibWeb: Make hit testing functions return Optional<HitTestResult>
Andreas Kling
2022-03-18
LibWeb: Update hit_test for CSS Transforms
Simon Wanner
2022-03-18
LibWeb: Implement CSS transforms on stacking contexts
Simon Wanner
2022-03-13
LibWeb: Sort stacking context tree once, after fully building it
Andreas Kling
2022-03-11
LibWeb: Move hit testing to the painting tree
Andreas Kling
2022-03-11
LibWeb: Make StackingContext paint functions const
Andreas Kling
2022-03-11
LibWeb: Move StackingContext and PaintPhase into the Painting namespace
Andreas Kling
2022-02-14
LibWeb: Paint inline-level and replaced elements on top of floats
Andreas Kling
2021-07-24
LibWeb: Draw elements with opacity in a separate stacking context
Egor Ananyin
2021-05-07
LibWeb: Make painting order more spec-compliant
Egor Ananyin
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling