summaryrefslogtreecommitdiff
path: root/Userland/Demos/LibGfxScaleDemo
AgeCommit message (Expand)Author
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-25LibGfx: Implement scaling support for Painter::blit_filtered()Nico Weber
2021-01-25LibGfx: Fix opacity handling in Painter::draw_scaled_bitmapNico Weber
2021-01-25LibGfx:: Implement scale support for blit_with_opacity()Nico Weber
2021-01-23WindowServer: Don't crash on wallpapers smaller than the desktop with fill mo...Nico Weber
2021-01-23LibGfx: Make draw_tiled_bitmap() in scaled contexts actually workNico Weber
2021-01-22LibGfx: Add a draw_scaled_bitmap() variant that takes a FloatRect as src_rectNico Weber
2021-01-22LibGfx: Correctly handle source rect offset in draw_scaled_bitmapNico Weber
2021-01-20LibGfxScaleDemo: Add coverage for blit_with_alphaNico 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-16Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"Andreas Kling
2021-01-15LibGfxScaleDemo: Add Emoji to window title barNico Weber
2021-01-15LibGfx: Make Painter::draw_rect() scale-awareNico Weber
2021-01-15Demos+Games: Pledge "sendfd" in demos and gamesTheMorc
2021-01-12LibGfx: Make it possible to apply an (integer) scale to a PainterNico Weber