1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-24 22:57:35 +00:00
serenity/Userland/Services/WindowServer
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
..
AppletManager.cpp Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
AppletManager.h Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
Button.cpp Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
Button.h Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
ClientConnection.cpp LibGUI+WindowServer: Use anonymous files for window backing stores :^) 2021-01-15 13:57:00 +01:00
ClientConnection.h Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
CMakeLists.txt Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
Compositor.cpp WindowServer: Don't reallocate the cursor back bitmap all the time in HighDPI mode 2021-01-15 22:05:08 +01:00
Compositor.h Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
Cursor.cpp Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
Cursor.h Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
Event.h Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
EventLoop.cpp Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
EventLoop.h Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
main.cpp WindowServer: Make HighDPI aware 2021-01-15 19:10:16 +01:00
Menu.cpp Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
Menu.h Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
MenuBar.cpp Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
MenuBar.h Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
MenuItem.cpp Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
MenuItem.h Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
MenuManager.cpp Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
MenuManager.h Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
Screen.cpp WindowServer: Make HighDPI aware 2021-01-15 19:10:16 +01:00
Screen.h WindowServer: Make HighDPI aware 2021-01-15 19:10:16 +01:00
Window.cpp Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
Window.h LibGUI+WindowServer: Use anonymous files for window backing stores :^) 2021-01-15 13:57:00 +01:00
WindowClient.ipc Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
WindowFrame.cpp Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
WindowFrame.h Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
WindowManager.cpp WindowServer: Delete dead set_screen parameter 2021-01-15 19:09:10 +01:00
WindowManager.h WindowServer: Delete dead set_screen parameter 2021-01-15 19:09:10 +01:00
WindowServer.ipc LibGUI+WindowServer: Use anonymous files for window backing stores :^) 2021-01-15 13:57:00 +01:00
WindowSwitcher.cpp Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
WindowSwitcher.h Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
WindowType.h Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00