summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Painting/PaintContext.h
AgeCommit message (Expand)Author
2023-04-17LibWeb: Implement converting a DevicePixelRect to a CSSPixelRectTimothy Flynn
2023-04-12LibWeb: Apply CSS scaling to SVG elementsMacDue
2023-03-15LibWeb: Don't truncate font sizes before scaling them to device pixelsAndreas Kling
2022-12-14LibWeb: Split PaintContext::viewport_rect() into device/css variantsSam Atkins
2022-12-14LibWeb: Make PaintContext aware of CSS and DevicePixelsSam Atkins
2022-12-10LibWeb+WebContent+headless-browser: Remove PaintContext::scroll_offset()Sam Atkins
2022-12-07Meta+Userland: Pass Gfx::IntPoint by valueMacDue
2022-04-08LibWeb: Use the correct painter for painting stacking contextsSimon Wanner
2022-03-26LibWeb: Preserve paint state when painting stacking contexts indirectlyAndreas Kling
2022-02-28LibWeb: Move some of PaintContext out of lineAndreas Kling
2021-08-05LibWeb: Clear SVG context after SVGSVGBox children are paintedK-Adam
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-01-22Libraries: Add missing headersBen Wiederhake
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling