summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Painting/PaintContext.cpp
AgeCommit message (Expand)Author
2023-05-24LibWeb: Make CSSPixels and Length use 64-bit (double) floating pointAndreas Kling
2023-05-23LibWeb: Don't draw text fragments that would be clipped by the painterAndreas Kling
2023-04-17LibWeb: Implement converting a DevicePixelRect to a CSSPixelRectTimothy Flynn
2023-04-12LibWeb: Apply CSS scaling to SVG elementsMacDue
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-02-28LibWeb: Don't crash on content with SVG elements outside of <svg>Andreas Kling
2022-02-28LibWeb: Move some of PaintContext out of lineAndreas Kling