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.cpp
Age
Commit message (
Expand
)
Author
2022-11-15
LibGfx: Optimize anti-aliased line drawing and stroking
Torstennator
2022-10-04
AK+Everywhere: Add AK_COMPILER_{GCC,CLANG} and use them most places
Nico Weber
2022-09-14
Everywhere: Fix a variety of typos
Brian Gianforcaro
2022-09-03
LibGfx: Add AntiAliasingPainter::fill_rect
MacDue
2022-06-23
LibGfx: Flatten AntiAliasingPainter::draw_ellipse_part()
MacDue
2022-06-18
LibGfx: Move AntiAliasingPainter.cpp into Gfx namespace
MacDue
2022-06-18
LibGfx: Add AA dotted horizontal/vertical lines
MacDue
2022-06-14
LibGfx: Support AlphaSubtract blend mode for AA rounded rectangle
MacDue
2022-06-13
LibGfx: Optimize rounded rectangle with all radii 50% to single ellipse
MacDue
2022-06-13
LibGfx: Support AA rounded rectangles with elliptical borders
MacDue
2022-06-11
LibGfx: Clip outside the corners when painting an AA rounded rectangle
MacDue
2022-06-11
LibGfx: Fix rendering of bottom corners in AA rounded rectangle
MacDue
2022-06-05
LibGfx: Fix antialiased circles becoming too pointy at small sizes
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-29
LibGfx: Change one instance of 'colour' to 'color'
Linus Groh
2022-05-29
Everywhere: Fix a bunch of typos
Linus Groh
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: Slap an -O3 optimization #pragma on Gfx::AntiAliasingPainter
Andreas Kling
2022-04-10
LibGfx: Add fast path to AA line drawing with simple 2D transform
Andreas Kling
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-26
LibGfx: Support scaling in AntiAliasingPainter::draw_circle()
MacDue
2022-03-19
LibGfx: Fix draw_anti_aliased_line() for steep lines with "OnlyEnds"
Andreas Kling
2022-03-19
LibGfx: Transcribe "Xiaolin Wu's line algorithm" more accurately
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