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
/
Painter.cpp
Age
Commit message (
Expand
)
Author
2021-08-18
LibGfx: Remove ancient unused NO_FPU macros
Andreas Kling
2021-08-07
LibGfx: Add alternate_color to draw_line
Tobias Christiansen
2021-07-26
Userland: Move text wrapping/elision into the new TextLayout :^)
sin-ack
2021-07-20
LibTTF+LibGfx: Improve vertical alignment of glyphs
Andreas Kling
2021-07-19
Everywhere: Use AK/Math.h if applicable
Hendiadyoin1
2021-07-15
LibGUI: Dither pattern should be independent from clipping rectangle
Tom
2021-07-14
LibGfx: Don't underline escaped ampersand in menus
Karol Kosek
2021-07-09
LibGfx: Improve Painter::draw_line() alignment with (thickness > 1)
Andreas Kling
2021-07-08
Everywhere: Don't promote float to double where not needed
Daniel Bertalan
2021-07-07
LibGfx: Small improvements to fill_rect_with_checkerboard()
Andreas Kling
2021-07-06
LibGfx: Make Painter::fill_rect_with_checkerboard() faster
Andreas Kling
2021-06-22
LibGfx: Fix drawing rounded corners when using display scaling
Gunnar Beutner
2021-06-04
LibGfx: Add helper for painting a rounded rect with equal corner radii
Timothy Flynn
2021-05-23
LibGfx: Replace ellipse drawing algorithm
Tobias Christiansen
2021-05-22
LibGfx: Support alpha in rendering methods for border-radius
Tobias Christiansen
2021-05-21
Revert "Userland: static vs non-static constexpr variables"
Linus Groh
2021-05-21
Userland: static vs non-static constexpr variables
Lenny Maiorani
2021-05-21
LibGfx: Add missing TextAlignment::BottomLeft
Linus Groh
2021-05-20
LibGfx: Add Painter::draw_circle_arc_intersecting()
Tobias Christiansen
2021-05-20
LibGfx: Add Painter::fill_rect_with_rounded_corners()
Tobias Christiansen
2021-05-15
LibGfx: Fix incorrect origin for checkerboard pattern fills
Andreas Kling
2021-05-09
LibGfx: Fix clipping in fill_ellipse
Egor Ananyin
2021-05-03
Revert "LibGfx: Add directional floating-point scaling to Painter"
Andreas Kling
2021-05-03
Revert "LibGfx: Re-add missing bounds-checks to Painter::draw_rect"
Andreas Kling
2021-05-03
LibGfx: Re-add missing bounds-checks to Painter::draw_rect
Matthew Olsson
2021-05-02
LibGfx: Add directional floating-point scaling to Painter
Matthew Olsson
2021-05-02
LibGfx: Unify Rect, Point, and Size
Matthew Olsson
2021-05-01
Everywhere: Turn #if *_DEBUG into dbgln_if/if constexpr
Gunnar Beutner
2021-04-29
LibGfx: Add basic support for bidirectional text rendering
Idan Horowitz
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-04-15
LibGfx: Un-recursive-ify the Bezier and Elliptic curve implementations
AnotherTest
2021-04-14
LibGfx: initialize winding number to 1 for NonZero winding rules
Idan Horowitz
2021-04-11
LibGfx: Make sure draw_ui_text() paints underlines with text color
Andreas Kling
2021-04-11
LibGUI+LibGfx: Collapse the '&' from Alt shortcuts in tooltip texts
Andreas Kling
2021-04-09
LibGfx: Make draw_ui_text() underlines take glyph spacing into account
Andreas Kling
2021-04-09
LibGfx: Add a Gfx::TextAlignment parameter to Painter::draw_ui_text()
Andreas Kling
2021-04-09
LibGfx: Adjust parameter order for Painter::draw_ui_text()
Andreas Kling
2021-04-05
LibGfx: Move underline closer to text in draw_ui_text()
Andreas Kling
2021-04-05
LibGfx: Add Gfx::Painter::draw_ui_text()
Andreas Kling
2021-04-03
LibGfx: Use integer version of Bresenham's algorithm.
Oleg Sikorskiy
2021-03-21
LibGfx: Don't use target's alpha if it doesn't have one (#5888)
Oleg
2021-03-16
LibGfx: Add BitmapFormat::RGBA8888
Andreas Kling
2021-03-16
LibGfx: Rename 32-bit BitmapFormats to BGRA8888 and BGRx888x
Andreas Kling
2021-03-12
LibGfx+LibGUI: Add support for vertical ProgressBars
thankyouverycool
2021-03-06
LibGfx: Fix draw_triangle() precision issues
Stephan Unverwerth
2021-03-06
LibWeb: Make CSS background image painting respect destination origin and tra...
Mihai Parparita
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
[next]