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
/
PaintContext.h
Age
Commit message (
Expand
)
Author
2023-04-17
LibWeb: Implement converting a DevicePixelRect to a CSSPixelRect
Timothy Flynn
2023-04-12
LibWeb: Apply CSS scaling to SVG elements
MacDue
2023-03-15
LibWeb: Don't truncate font sizes before scaling them to device pixels
Andreas Kling
2022-12-14
LibWeb: Split PaintContext::viewport_rect() into device/css variants
Sam Atkins
2022-12-14
LibWeb: Make PaintContext aware of CSS and DevicePixels
Sam Atkins
2022-12-10
LibWeb+WebContent+headless-browser: Remove PaintContext::scroll_offset()
Sam Atkins
2022-12-07
Meta+Userland: Pass Gfx::IntPoint by value
MacDue
2022-04-08
LibWeb: Use the correct painter for painting stacking contexts
Simon Wanner
2022-03-26
LibWeb: Preserve paint state when painting stacking contexts indirectly
Andreas Kling
2022-02-28
LibWeb: Move some of PaintContext out of line
Andreas Kling
2021-08-05
LibWeb: Clear SVG context after SVGSVGBox children are painted
K-Adam
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-01-22
Libraries: Add missing headers
Ben Wiederhake
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling