Andreas Kling
bddbb49923
WorkspacePicker: Add missing unveil(nullptr, nullptr)
...
Thanks Dex for pointing this out! :^)
2022-08-14 14:41:45 +02:00
Andreas Kling
6744930f4a
WorkspacePicker: Tweak applet height and draw frame around desktop rects
2022-08-14 12:50:50 +02:00
Andreas Kling
2121760700
WorkspacePicker: Allow opening workspace settings via a context menu
...
Previously you had to open Display Settings and navigate to the
"Workspaces" tab in order to edit workspace settings. This patch adds a
context menu shortcut to the same place.
2022-08-14 02:28:25 +02:00
Andreas Kling
419e986dcc
WorkspacePicker: Hide tray applet entirely when there's only 1 workspace
...
Instead of collapsing to a 1x1 applet, we now hide the applet window
entirely, which stops it from taking up space in the system tray.
2022-08-01 10:29:53 +02:00
Filiph Sandström
a1ddc44c07
WorkspacePicker: Hide applet if size == 0
2022-07-13 00:51:48 +02:00
Olivier De Cannière
6c202ee4a9
LibGUI: Fix typo in ConnectionToWindowManagerServer
2022-06-01 19:31:34 +02:00
Itamar
af132fdbd1
Userland: Rename WindowManagerServerConnection
...
Rename WindowManagerServerConnection=>ConnectionToWindowManagerServer.
This was done with CLion's automatic rename feature.
2022-02-25 22:35:12 +01:00
Brian Gianforcaro
cf4fa936be
Everywhere: Use default execpromises argument for Core::System::pledge
2021-11-28 08:04:57 +01:00
Andreas Kling
24bf74a177
WorkspacePicker: Port to LibMain :^)
2021-11-23 15:44:59 +01:00
Andreas Kling
51484bec82
Applets: Rename DesktopPicker => WorkspacePicker
...
This is consistent with the rest of the system.
2021-11-23 15:44:59 +01:00