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
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
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-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-11
LibGUI+LibGfx: Collapse the '&' from Alt shortcuts in tooltip texts
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: Add Gfx::Painter::draw_ui_text()
Andreas Kling
2021-03-06
LibWeb: Make CSS background image painting respect destination origin and tra...
Mihai Parparita
2021-02-25
LibGUI: Improve IconView rubberband performance
Tom
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-13
LibGfx: Enable Painter::blit to apply opacity and mix alpha channels
Tom
2021-02-09
WindowServer: Implement simple window shadows
Tom
2021-01-22
LibGfx: Add a draw_scaled_bitmap() variant that takes a FloatRect as src_rect
Nico Weber
2021-01-22
LibGfx: Remove Painter::blit_scaled() in favor of Painter::draw_scaled_bitmap()
Nico Weber
2021-01-20
LibGfx/Painter: Keep translation and clip_rect in logical coordinates
Nico Weber
2021-01-20
LibGfx: Give Bitmap a scale factor
Nico Weber
2021-01-17
LibGfx: Make Painter take the scale factor as constructor argument
Nico Weber
2021-01-15
LibGfx: Make Painter::draw_rect() scale-aware
Nico Weber
2021-01-12
LibGfx: Make it possible to apply an (integer) scale to a Painter
Nico Weber
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling