index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibGfx
/
Path.cpp
Age
Commit message (
Expand
)
Author
2023-02-10
LibGfx+LibWeb: Store radii as FloatSize rather than FloatPoint
Andreas Kling
2022-12-07
Meta+Userland: Pass Gfx::FloatPoint by value
MacDue
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-08-14
LibGfx: Add method for copying a Path with a transform applied
Sam Atkins
2022-07-12
Everywhere: Replace single-char StringView op. arguments with chars
sin-ack
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-12
LibWeb: Keep SVG elliptical arc shape when applying viewbox
Simon Danner
2021-09-18
LibGfx: Implement cubic bezier curves by splitting them to subcurves
Ali Mohammad Pur
2021-09-17
LibGfx: Avoid invalidation when Path::close() is a no-op
Andreas Kling
2021-09-15
LibGfx: Add Path::cubic_bezier_curve_to()
Andreas Kling
2021-07-19
Everywhere: Use AK/Math.h if applicable
Hendiadyoin1
2021-05-07
LibGfx: Convert StringBuilder::appendf() => AK::Format
Andreas Kling
2021-05-02
LibGfx: Unify Rect, Point, and Size
Matthew Olsson
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-16
Everywhere: Add `-Wdouble-promotion` warning
Nicholas-Baron
2021-04-15
LibGfx+LibWeb: Wire up CanvasRenderingContext2D.ellipse()
AnotherTest
2021-04-15
LibGfx+LibWeb: Move out the EllipticArcTo() logic into Path
AnotherTest
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling