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.h
Age
Commit message (
Expand
)
Author
2023-03-23
LibGfx: Implement simple signed distance field rendering
MacDue
2023-03-11
LibGfx: Make all fill_path() code member functions and move into .cpp
MacDue
2023-03-11
LibGfx: Speed up fill_path() with per scanline clipping & fast fills
MacDue
2023-02-24
Revert "LibWeb: Fix clip of hidden overflow..."
Aliaksandr Kalenik
2023-02-10
LibGfx+LibWeb: Store radii as FloatSize rather than FloatPoint
Andreas Kling
2023-02-10
LibGfx: Make sure the Painter clip rect is never larger than the target
Andreas Kling
2023-02-08
Everywhere: Use ReadonlySpan<T> instead of Span<T const>
MacDue
2023-01-29
LibGfx: Stop passing color stop spans by const reference
MacDue
2023-01-25
LibWeb: Fix clip of hidden overflow when translated boxes are involved
Aliaksandr Kalenik
2023-01-22
LibGfx: Add Painter::fill_rect(rect, paint_style)
MacDue
2023-01-22
LibGfx: Update fill_path() to support taking a PaintStyle
MacDue
2023-01-10
LibWeb+LibGfx: Migrate (most of) the CSS gradient painting to LibGfx
MacDue
2023-01-05
LibGfx: Avoid rounding/truncating glyph positions till blitting
MacDue
2022-12-25
LibGfx: Add Painter::fill_pixels()
MacDue
2022-12-23
LibGfx: Add NearestFractional scaling type to painter
FrHun
2022-12-08
LibGfx: Add int overloads for (AntiAliasing)Painter float methods
Sam Atkins
2022-12-07
Meta+Userland: Pass Gfx::IntSize by value
MacDue
2022-12-07
Meta+Userland: Pass Gfx::FloatPoint by value
MacDue
2022-12-07
Meta+Userland: Pass Gfx::IntPoint by value
MacDue
2022-12-07
Meta+Userland: Pass Gfx::Color by value
MacDue
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-30
LibGfx+LibGUI: Use constant for line spacing instead of magic number
lanmonster
2022-11-02
PixelPaint+LibGfx: Allow resizing images and layers
jack gleeson
2022-10-02
LibGfx: Add a way to get the Painter's current 2D translation
Andreas Kling
2022-09-24
LibWeb+LibGfx: Move the blit image through 2D transfrom to Gfx::Painter
Andreas Kling
2022-09-16
LibGfx: Support getting a bitmap for a region of painter
MacDue
2022-06-20
LibGUI: Add drawing triangle from coordinate list
FrHun
2022-06-16
LibGfx: Implement SmoothPixels scaling mode
Karol Kosek
2022-06-16
LibGfx: Add Painter::get_pixel()
MacDue
2022-04-09
LibGfx: Move other font-related files to LibGfx/Font/
Simon Wanner
2022-03-30
LibGfx: Add Painter::draw_text_run(), a simplified text painting API
Andreas Kling
2022-03-26
LibGfx: Support scaling in AntiAliasingPainter::draw_circle()
MacDue
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-02-23
LibGfx+LibGUI: Support multi code point emojis in text painting :^)
Linus Groh
2022-01-23
LibGfx: Add Painter::draw_triangle_wave()
Tobias Christiansen
2021-11-29
LibGfx: Load default font lazily
Hendiadyoin1
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-09-20
LibGfx: Add optional bilinear filtering to draw_scaled_bitmap()
Sam Atkins
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-17
LibGfx: Make Painter::fill_path() take Path by const reference
Andreas Kling
2021-09-04
LibGfx/Painter: Add `draw_rect_with_thickness` method
Mustafa Quraish
2021-08-07
LibGfx: Add alternate_color to draw_line
Tobias Christiansen
2021-07-27
Userland: Make TextWrapping::Wrap opt-in
sin-ack
2021-07-26
Userland: Move text wrapping/elision into the new TextLayout :^)
sin-ack
2021-06-04
LibGfx: Add helper for painting a rounded rect with equal corner radii
Timothy Flynn
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-03
Revert "LibGfx: Add directional floating-point scaling to Painter"
Andreas Kling
[next]