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
2022-03-24
LibGfx: Implement TTF kerning tables
Jelle Raaijmakers
2022-03-23
LibGfx: Calculate source rect once in `do_draw_scaled_bitmap`
Jelle Raaijmakers
2022-03-23
LibGfx: Draw last row and column of scaled bitmaps in Painter
Jelle Raaijmakers
2022-03-22
LibGfx: Clip away coordinates outside the source bitmap
Simon Wanner
2022-03-21
LibGfx: Clamp coordinates for bilinear blending correctly
Simon Wanner
2022-03-19
LibGfx: Be more aggressive when splitting bezier curves
Andreas Kling
2022-03-18
LibGfx: AntiAliasingPainter::draw_circle/fill_rect_with_rounded_corners
MacDue
2022-03-17
Libraries: Use default constructors/destructors in LibGfx
Lenny Maiorani
2022-03-11
LibGfx: Abort draw_circle_arc_intersecting with 0 radius
Joe Petrus
2022-03-08
LibGfx: Add support for TextAlignment::TopCenter / BottomCenter
Vrins
2022-03-06
LibGfx: Don't mix up red/blue channels when blitting RGBA8888 bitmap
Andreas Kling
2022-03-04
LibGfx: Rename Color::from_rgba() => Color::from_argb()
Andreas Kling
2022-03-04
LibGfx: Rename RGBA32 => ARGB32
Andreas Kling
2022-02-23
LibGfx: Add basic variation selector and regional indicator support :^)
Linus Groh
2022-02-23
LibGfx+LibGUI: Support multi code point emojis in text painting :^)
Linus Groh
2022-02-14
LibGfx: Support color blending in Painter::draw_bitmap
Steven Schmoll
2022-01-23
LibGfx: Add Painter::draw_triangle_wave()
Tobias Christiansen
2022-01-22
LibGfx: Always scale emojis to fit font height
Maciej
2022-01-01
LibGfx: Remove VERIFY in draw_rect_with_thickness
Filiph Sandström
2021-11-29
LibGfx: Load default font lazily
Hendiadyoin1
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-10-02
LibGFX: Draw the ends of lines with non-standard thickness
Gal Horowitz
2021-09-20
LibGfx: Add optional bilinear filtering to draw_scaled_bitmap()
Sam Atkins
2021-09-19
LibGfx: Paint replacement character, 0xFFFD, for unknown glyphs
thankyouverycool
2021-09-18
LibGfx: Implement cubic bezier curves by splitting them to subcurves
Ali Mohammad Pur
2021-09-18
LibGfx: Switch Painter.{h,cpp} to use east-const
Ali Mohammad Pur
2021-09-18
LibGfx: Start a very basic anti-aliased Painter implementation
Ali Mohammad Pur
2021-09-17
LibGfx: Make Painter::fill_path() take Path by const reference
Andreas Kling
2021-09-16
LibGfx: Don't try to paint 0px-wide lines
Sam Atkins
2021-09-13
Everywhere: Use my fancy new serenityos.org email :^)
Mustafa Quraish
2021-09-11
LibGfx: Apply translation and scale to Painter::draw_triangle()
David Isaksson
2021-09-11
LibGfx: Increase bit-width of variables used in do_draw_scaled_bitmap
Tobias Christiansen
2021-09-04
LibGfx: Intersect the bounding box with the main rect in draw_text
sin-ack
2021-09-04
LibGfx: Stop using a Utf8View that points to a temporary String
Idan Horowitz
2021-09-04
LibGfx: Convert line text into a Utf8View before finding its direction
Idan Horowitz
2021-09-04
LibGfx/Painter: Add `draw_rect_with_thickness` method
Mustafa Quraish
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
[next]