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
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