1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 09:08:10 +00:00
serenity/Userland/Applets/WorkspacePicker
networkException 7d177b7210 WorkspacePicker: Immediately update active workspace on click or scroll
This patch makes the picker applet react instantly to a click on a
workspace or scroll on the widget, instead of waiting for an event from
WindowServer and as such until the switching animation has ended. This
synchronises the switching with the overlay shown.

Note that WindowServer events will still get handled in case the
workspace were to be updated from somewhere else.
2022-07-22 21:54:20 +01:00
..
CMakeLists.txt WorkspacePicker: Port to LibMain :^) 2021-11-23 15:44:59 +01:00
DesktopStatusWindow.cpp WorkspacePicker: Immediately update active workspace on click or scroll 2022-07-22 21:54:20 +01:00
DesktopStatusWindow.h Userland/Applets: Use default constructors/destructors 2022-02-13 21:27:17 +00:00
main.cpp WorkspacePicker: Hide applet if size == 0 2022-07-13 00:51:48 +02:00