1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 01:57:44 +00:00
serenity/Userland
Nico Weber 248d75e13b WindowServer: Don't reallocate the cursor back bitmap all the time in HighDPI mode
It's in efficient, and it also meant we wouldn't reallocate a bigger
backing bitmap in a lowdpi->highdpi transition, leading to minor drawing
glitches after such a transition.

(Whoops!)
2021-01-15 22:05:08 +01:00
..
Applications FileManager: Added label "Location" to BreadcrumbBar (#4924) 2021-01-15 19:37:27 +01:00
Demos LibGfx: Make Painter::draw_rect() scale-aware 2021-01-15 19:13:29 +01:00
DevTools UserspaceEmulator: Support the anon_create, sendfd and recvfd syscalls 2021-01-15 14:17:19 +01:00
DynamicLoader Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Games Demos+Games: Pledge "sendfd" in demos and games 2021-01-15 18:47:07 +01:00
Libraries LibGfx: Make Painter::draw_rect() scale-aware 2021-01-15 19:13:29 +01:00
MenuApplets Everywhere: Pledge "sendfd" in WindowServer client programs 2021-01-15 14:10:32 +01:00
Services WindowServer: Don't reallocate the cursor back bitmap all the time in HighDPI mode 2021-01-15 22:05:08 +01:00
Shell Shell: Add formatter for history events 2021-01-15 19:13:03 +01:00
Tests Tests: Move test-gfx-font to /usr/Tests/LibGfx/font and add new tests 2021-01-15 19:11:35 +01:00
Utilities Utilities: Add "chres", a way to change the screen resolution from the command line 2021-01-15 22:05:08 +01:00
CMakeLists.txt Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00