summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGfx/Path.h
AgeCommit message (Expand)Author
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