Age | Commit message (Expand) | Author |
---|---|---|
2023-05-24 | LibWeb: Make CSSPixels and Length use 64-bit (double) floating point | Andreas Kling |
2023-05-23 | LibWeb: Don't draw text fragments that would be clipped by the painter | Andreas Kling |
2023-04-17 | LibWeb: Implement converting a DevicePixelRect to a CSSPixelRect | Timothy Flynn |
2023-04-12 | LibWeb: Apply CSS scaling to SVG elements | MacDue |
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-02-28 | LibWeb: Don't crash on content with SVG elements outside of <svg> | Andreas Kling |
2022-02-28 | LibWeb: Move some of PaintContext out of line | Andreas Kling |