summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGfx/Painter.h
AgeCommit message (Expand)Author
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-11LibGUI+LibGfx: Collapse the '&' from Alt shortcuts in tooltip textsAndreas Kling
2021-04-09LibGfx: Add a Gfx::TextAlignment parameter to Painter::draw_ui_text()Andreas Kling
2021-04-09LibGfx: Adjust parameter order for Painter::draw_ui_text()Andreas Kling
2021-04-05LibGfx: Add Gfx::Painter::draw_ui_text()Andreas Kling
2021-03-06LibWeb: Make CSS background image painting respect destination origin and tra...Mihai Parparita
2021-02-25LibGUI: Improve IconView rubberband performanceTom
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-13LibGfx: Enable Painter::blit to apply opacity and mix alpha channelsTom
2021-02-09WindowServer: Implement simple window shadowsTom
2021-01-22LibGfx: Add a draw_scaled_bitmap() variant that takes a FloatRect as src_rectNico Weber
2021-01-22LibGfx: Remove Painter::blit_scaled() in favor of Painter::draw_scaled_bitmap()Nico Weber
2021-01-20LibGfx/Painter: Keep translation and clip_rect in logical coordinatesNico Weber
2021-01-20LibGfx: Give Bitmap a scale factorNico Weber
2021-01-17LibGfx: Make Painter take the scale factor as constructor argumentNico Weber
2021-01-15LibGfx: Make Painter::draw_rect() scale-awareNico Weber
2021-01-12LibGfx: Make it possible to apply an (integer) scale to a PainterNico Weber
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling