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.h
Age
Commit message (
Expand
)
Author
2023-03-06
Everywhere: Remove NonnullRefPtr.h includes
Andreas Kling
2023-03-06
Everywhere: Stop using NonnullRefPtrVector
Andreas Kling
2023-02-27
LibGfx: Add a function that adds two paths together
Luke Wilde
2023-02-21
LibGfx: Make Gfx::Path const-correct internally (segment list)
Andreas Kling
2023-02-10
LibGfx+LibWeb: Store radii as FloatSize rather than FloatPoint
Andreas Kling
2023-02-08
LibGfx: Add the ability to append a Path into another
Rodrigo Tobar
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-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-17
Libraries: Use default constructors/destructors in LibGfx
Lenny Maiorani
2022-03-12
LibWeb: Keep SVG elliptical arc shape when applying viewbox
Simon Danner
2022-02-11
LibGfx: Add Path::[horizontal,vertical]_path_to()
Sam Atkins
2021-09-18
LibGfx: Implement cubic bezier curves by splitting them to subcurves
Ali Mohammad Pur
2021-09-17
LibGfx: Make Path::bounding_box() and Path::split_lines() const
Andreas Kling
2021-09-15
LibGfx: Add Path::cubic_bezier_curve_to()
Andreas Kling
2021-05-25
LibGfx: Add Path::clear
Matthew Olsson
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-15
LibGfx+LibWeb: Wire up CanvasRenderingContext2D.ellipse()
AnotherTest
2021-04-15
LibGfx: Add a Path::arc_to() helper
AnotherTest
2021-04-15
LibGfx+LibWeb: Move out the EllipticArcTo() logic into Path
AnotherTest
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling