Age | Commit message (Expand) | Author |
---|---|---|
2021-09-18 | LibGfx: Implement cubic bezier curves by splitting them to subcurves | Ali Mohammad Pur |
2021-09-17 | LibGfx: Avoid invalidation when Path::close() is a no-op | Andreas Kling |
2021-09-15 | LibGfx: Add Path::cubic_bezier_curve_to() | Andreas Kling |
2021-07-19 | Everywhere: Use AK/Math.h if applicable | Hendiadyoin1 |
2021-05-07 | LibGfx: Convert StringBuilder::appendf() => AK::Format | Andreas Kling |
2021-05-02 | LibGfx: Unify Rect, Point, and Size | Matthew Olsson |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-04-16 | Everywhere: Add `-Wdouble-promotion` warning | Nicholas-Baron |
2021-04-15 | LibGfx+LibWeb: Wire up CanvasRenderingContext2D.ellipse() | AnotherTest |
2021-04-15 | LibGfx+LibWeb: Move out the EllipticArcTo() logic into Path | AnotherTest |
2021-02-23 | Everywhere: Rename ASSERT => VERIFY | Andreas Kling |
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling |