summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGfx/Path.cpp
AgeCommit message (Expand)Author
2023-02-10LibGfx+LibWeb: Store radii as FloatSize rather than FloatPointAndreas Kling
2022-12-07Meta+Userland: Pass Gfx::FloatPoint by valueMacDue
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-08-14LibGfx: Add method for copying a Path with a transform appliedSam Atkins
2022-07-12Everywhere: Replace single-char StringView op. arguments with charssin-ack
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-12LibWeb: Keep SVG elliptical arc shape when applying viewboxSimon Danner
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