summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGfx/Path.h
AgeCommit message (Expand)Author
2022-08-14LibGfx: Add method for copying a Path with a transform appliedSam Atkins
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-17Libraries: Use default constructors/destructors in LibGfxLenny Maiorani
2022-03-12LibWeb: Keep SVG elliptical arc shape when applying viewboxSimon Danner
2022-02-11LibGfx: Add Path::[horizontal,vertical]_path_to()Sam Atkins
2021-09-18LibGfx: Implement cubic bezier curves by splitting them to subcurvesAli Mohammad Pur
2021-09-17LibGfx: Make Path::bounding_box() and Path::split_lines() constAndreas Kling
2021-09-15LibGfx: Add Path::cubic_bezier_curve_to()Andreas Kling
2021-05-25LibGfx: Add Path::clearMatthew Olsson
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-15LibGfx+LibWeb: Wire up CanvasRenderingContext2D.ellipse()AnotherTest
2021-04-15LibGfx: Add a Path::arc_to() helperAnotherTest
2021-04-15LibGfx+LibWeb: Move out the EllipticArcTo() logic into PathAnotherTest
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling