Age | Commit message (Expand) | Author |
---|---|---|
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling |
2020-10-10 | LibGfx: Add ability to get a bounding box from a Path | Matthew Olsson |
2020-07-27 | LibGfx: Templatize Point, Size, and Rect | Matthew Olsson |
2020-07-26 | LibWeb: Abstract common operations of graphical SVG elements | Matthew Olsson |
2020-07-26 | LibGfx: Add elliptical curves to Path | Matthew Olsson |
2020-05-09 | LibGfx: Add Path::close_all_subpaths() | AnotherTest |
2020-05-08 | LibGfx: Revert #2154 and properly handle simple polygons | AnotherTest |
2020-05-08 | LibGfx: Handle filling complex shapes better | AnotherTest |
2020-05-06 | LibGfx: Implement filling paths | AnotherTest |
2020-05-05 | LibWeb: Add canvas.quadraticCurveTo() | AnotherTest |
2020-05-05 | LibGfx: Add Painter::draw_quadratic_bezier_curve() | AnotherTest |
2020-04-16 | LibGfx: Add Gfx::Path, a basic 2D path with <canvas> semantics | Andreas Kling |