serenity/Userland
FrHun 6187cfec49 WindowServer: Remove overcropping for magnifier
This function is only used by the magnifier currently.
Since we now apply the scaling factor in Bitmap::cropped(), this is not
necessary anymore.
2022-12-23 12:16:46 +00:00
..
Applets
Applications Magnifier: Prevent 0 size that otherwise hangs 2022-12-23 12:16:46 +00:00
BuggieBox
Demos CatDog: Simplify animation frame logic and fix minor bugs 2022-12-16 08:50:35 -07:00
DevTools AK+Everywhere: Replace all Bitmap::must_create() uses with ::create() 2022-12-22 15:48:53 +01:00
DynamicLoader
Games Snake: Ignore default keydown events 2022-12-19 14:11:53 -05:00
Libraries LibGfx: Preserve scale on Bitmap crop 2022-12-23 12:16:46 +00:00
Services WindowServer: Remove overcropping for magnifier 2022-12-23 12:16:46 +00:00
Shell
Utilities uptime: Port to Core::Stream::File, use AK::human_readable_time() 2022-12-21 08:41:34 +00:00
CMakeLists.txt