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
/
AntiAliasingPainter.h
Age
Commit message (
Expand
)
Author
2023-02-10
LibGfx+LibWeb: Store radii as FloatSize rather than FloatPoint
Andreas Kling
2023-01-26
LibGfx: Add small convenience functions for Lines and AA Painter
Torstennator
2023-01-22
LibGfx: Update fill_path() to support taking a PaintStyle
MacDue
2022-12-08
LibGfx: Add int overloads for (AntiAliasing)Painter float methods
Sam Atkins
2022-12-07
Meta+Userland: Pass Gfx::FloatPoint by value
MacDue
2022-12-07
Meta+Userland: Pass Gfx::IntPoint by value
MacDue
2022-12-03
LibGfx: Fix some more antialiased line off-by-ones
MacDue
2022-12-03
LibGfx: Remove some unused AntiAliasingPainter methods
MacDue
2022-11-30
LibGfx: Remove unnecessary path members from AntiAliasingPainter
MacDue
2022-11-26
LibGfx: Add draw_line_for_path() and remove AntiAliasPolicy
MacDue
2022-11-26
LibGfx: Implement nicer antialiased lines
MacDue
2022-11-15
LibGfx: Optimize anti-aliased line drawing and stroking
Torstennator
2022-09-03
LibGfx: Add AntiAliasingPainter::fill_rect
MacDue
2022-06-18
LibGfx: Add AA dotted horizontal/vertical lines
MacDue
2022-06-14
LibGfx: Add .as_rect() to AntiAliasingPainter::CornerRadius
MacDue
2022-06-14
LibGfx: Support AlphaSubtract blend mode for AA rounded rectangle
MacDue
2022-06-13
LibGfx: Support AA rounded rectangles with elliptical borders
MacDue
2022-06-01
LibGfx: Implement antialiased outline ellipsis
MacDue
2022-06-01
LibGfx: Rename draw_ellipse/circle to fill_ellipse/circle
MacDue
2022-05-07
LibGfx: Implement AntiAliasingPainter::draw_ellipse()
MacDue
2022-04-11
LibGFX: Transform vertices when drawing antialiased lines
Florian Stellbrink
2022-04-10
LibGfx: Simplify draw_anti_aliased_line() by avoiding transform callback
Andreas Kling
2022-04-10
LibGfx: Add fast path to AA line drawing with simple 2D transform
Andreas Kling
2022-03-18
LibGfx: AntiAliasingPainter::draw_circle/fill_rect_with_rounded_corners
MacDue
2021-09-18
LibGfx: Implement cubic bezier curves by splitting them to subcurves
Ali Mohammad Pur
2021-09-18
LibWeb: Use Gfx::AntiAliasingPainter to draw SVG paths
Ali Mohammad Pur
2021-09-18
LibGfx: Start a very basic anti-aliased Painter implementation
Ali Mohammad Pur