serenity/Userland
Nico Weber bc469c3dd0 LibGfx: Only use draw_scaled_bitmap() fast path when not flipping image
If we're drawing a transform with a negative scale, we have to go
through the slow path since draw_scaled_bitmap() is unable to flip
images.

Fixes a regression from the 2nd commit in #24465.
2025-01-12 18:54:31 -05:00
..
Applets
Applications FileManager: Add GPS location MapWidget to image properties window 2025-01-06 20:21:32 -05:00
BuggieBox
Demos LibGfx+WindowServer: Allow specifying a window theme in the palette 2024-12-17 19:04:58 -05:00
DevTools LibGUI+WindowServer+Applications: Carry more data across drag events 2024-12-04 08:00:21 -05:00
DynamicLoader
Games AK: Make String::number() infallible 2024-11-29 16:03:30 -05:00
Libraries LibGfx: Only use draw_scaled_bitmap() fast path when not flipping image 2025-01-12 18:54:31 -05:00
Services LibGfx: Fix position of maximized glass window theme title buttons 2024-12-30 06:36:48 -05:00
Shell
Utilities imgcmp: Add a --write-diff-image option 2025-01-10 06:22:01 -05:00
CMakeLists.txt