summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGfx/Path.cpp
AgeCommit message (Expand)Author
2021-09-18LibGfx: Implement cubic bezier curves by splitting them to subcurvesAli Mohammad Pur
2021-09-17LibGfx: Avoid invalidation when Path::close() is a no-opAndreas Kling
2021-09-15LibGfx: Add Path::cubic_bezier_curve_to()Andreas Kling
2021-07-19Everywhere: Use AK/Math.h if applicableHendiadyoin1
2021-05-07LibGfx: Convert StringBuilder::appendf() => AK::FormatAndreas Kling
2021-05-02LibGfx: Unify Rect, Point, and SizeMatthew Olsson
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-16Everywhere: Add `-Wdouble-promotion` warningNicholas-Baron
2021-04-15LibGfx+LibWeb: Wire up CanvasRenderingContext2D.ellipse()AnotherTest
2021-04-15LibGfx+LibWeb: Move out the EllipticArcTo() logic into PathAnotherTest
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling