Age | Commit message (Expand) | Author |
---|---|---|
2023-04-12 | LibWeb: Apply SVG transform to path when painting (SVG) elements | MacDue |
2023-03-06 | Everywhere: Stop using NonnullRefPtrVector | Andreas Kling |
2023-02-10 | LibGfx+LibWeb: Store radii as FloatSize rather than FloatPoint | Andreas Kling |
2023-01-11 | LibWeb: Make the paint tree GC-allocated | Andreas Kling |
2022-12-14 | LibWeb: Convert Paintable coordinates to new pixel units | Sam Atkins |
2022-12-07 | Meta+Userland: Pass Gfx::FloatPoint by value | MacDue |
2022-03-12 | LibWeb: Keep SVG elliptical arc shape when applying viewbox | Simon Danner |
2022-03-11 | LibWeb: Make Paintable ref-counted | Andreas Kling |
2022-03-11 | LibWeb: Split Paintable into Paintable and PaintableBox | Andreas Kling |
2022-03-11 | LibWeb: Let Paintable perform the painting | Andreas Kling |