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.cpp
Age
Commit message (
Expand
)
Author
2023-02-19
LibWeb: Transform translate() values to device pixels before painting
Aliaksandr Kalenik
2023-02-10
LibWeb: Use device pixels for transform rect of stacking context
Aliaksandr Kalenik
2023-01-25
LibWeb: Use rect of containing block instead of parent to clip overflow
Aliaksandr Kalenik
2023-01-11
LibWeb: Make the paint tree GC-allocated
Andreas Kling
2023-01-09
LibWeb+WebContent: Use new String class in CSS::StyleValue
martinfalisse
2023-01-05
LibWeb: Resolve Lengths to CSSPixels
Sam Atkins
2022-12-14
LibWeb: Convert Paintable coordinates to new pixel units
Sam Atkins
2022-12-10
LibWeb+WebContent+headless-browser: Use CSSPixels for PageClient events
Sam Atkins
2022-12-10
LibWeb: Actually hit-test child stacking contents with z-index of 0
Luke Wilde
2022-12-07
Meta+Userland: Pass Gfx::FloatPoint by value
MacDue
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-11-15
LubWeb: Call before_children_paint for positioned descendants
Aliaksandr Kalenik
2022-11-15
LibWeb: Clip hidden overflow by absolute rect of containing block
Aliaksandr Kalenik
2022-11-04
LibWeb: Make hit testing traverse positioned descendants in right order
Andreas Kling
2022-11-02
LibWeb: Support translate3d
Aliaksandr Kalenik
2022-10-23
LibWeb: Skip positioned children in paint_descendants()
Andreas Kling
2022-10-23
LibWeb: Paint non-positioned stacking contexts with z-index 0 or auto
Andreas Kling
2022-10-23
LibWeb: Paint positioned descendants with `z-index: auto`
Andreas Kling
2022-10-23
LibWeb: Update StackingContext::paint_descendants() for new rule
Andreas Kling
2022-10-23
LibWeb: StackingContext::paint_descendants() can take const layout node
Andreas Kling
2022-10-20
LibWeb: Fix pointer-events check in hit_test
Aliaksandr Kalenik
2022-10-19
LibWeb: Ignore "pointer-events: none" elements in hit_test
Aliaksandr Kalenik
2022-10-07
LibWeb: Don't hit test all child stacking contexts twice
Andreas Kling
2022-10-02
LibWeb: Reset painter translation when painting fixed-position elements
Andreas Kling
2022-10-01
LibWeb: Don't scale by x, x when a scale x, y is provided as a transform
Hendiadyoin1
2022-10-01
LibWeb: Implement matrix3d transform function from css-transforms-2
Luke Wilde
2022-10-01
LibWeb: Implement rotation transform functions from css-transforms-2
Luke Wilde
2022-09-29
LibWeb: Don't draw only-translated stacking contexts via bitmap
Andreas Kling
2022-09-26
LibWeb: Fix destination bitmap edge clip case in transform painting
MacDue
2022-09-25
LibWeb: Sample the destination when painting element opacity/transform
MacDue
2022-09-24
LibWeb: Compute StackingContext transform origin only once
Andreas Kling
2022-09-24
LibWeb: Restore clipping of positioned descendants
MacDue
2022-09-14
Everywhere: Fix a variety of typos
Brian Gianforcaro
2022-09-14
LibWeb: Don't clip to containing block when painting abspos descendants
Andreas Kling
2022-07-21
LibWeb: Store calculated transformation matrix on the StackingContext
Sam Atkins
2022-07-21
LibWeb: Produce a transformation matrix for TransformFunction::Rotate
Sam Atkins
2022-07-21
LibWeb: Add proper support for Angle parameters in transform functions
Sam Atkins
2022-07-21
LibWeb: Snap transformed stacking contexts to pixel grid
Andreas Kling
2022-07-19
LibWeb: Fix overflow: hidden not applying to positioned descendants
MacDue
2022-07-19
LibWeb: Apply overflow: hidden to all (relevant) child paint phases
MacDue
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-04
LibWeb: Make hit testing respect hidden overflow
Igor Pissolati
2022-04-08
LibWeb: Use paint tree traversal helpers in StackingContext
Andreas Kling
2022-04-08
LibWeb: Use the correct painter for painting stacking contexts
Simon Wanner
2022-04-07
LibWeb: Ignore non-painting layout nodes when hit testing
Andreas Kling
2022-03-26
LibWeb: Preserve paint state when painting stacking contexts indirectly
Andreas Kling
2022-03-23
LibGfx: Implement `Rect::to_rounded<U>()`
Jelle Raaijmakers
2022-03-22
LibWeb: Support `transform: translate(...)` by percentage
Simon Wanner
2022-03-22
LibWeb: Apply the CSS transform-origin property
Simon Wanner
2022-03-21
LibWeb: Ignore invisible boxes and stacking contexts during hit testing
Andreas Kling
[next]