1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-25 20:45:06 +00:00
serenity/Userland/Services/WindowServer
Daniël van de Burgt a106f852d3
WindowServer+MouseSettings: Add ability to configure double-click speed (#5876)
This adds a double-click speed slider control to the Mouse Settings
panel, and value labels for both the movement speed and double-click
speed sliders.

To allow for updating and persisting the configured double-click
speed through the WindowServer, two IPC calls - `SetDoubleClickSpeed`
and `GetDoubleClickSpeed` - have been added.
2021-04-02 16:08:18 +02:00
..
AppletManager.cpp WindowServer+LibGUI: Plumb mouse/enter/leave events to applet windows 2021-03-30 23:43:24 +02:00
AppletManager.h WindowServer+LibGUI: Plumb mouse/enter/leave events to applet windows 2021-03-30 23:43:24 +02:00
Button.cpp WindowServer: Vertically maximize window 2021-02-09 21:36:11 +01:00
Button.h WindowServer: Vertically maximize window 2021-02-09 21:36:11 +01:00
ClientConnection.cpp WindowServer+MouseSettings: Add ability to configure double-click speed (#5876) 2021-04-02 16:08:18 +02:00
ClientConnection.h WindowServer+MouseSettings: Add ability to configure double-click speed (#5876) 2021-04-02 16:08:18 +02:00
CMakeLists.txt WindowServer: Install WindowServer headers 2021-03-30 20:20:32 +02:00
Compositor.cpp LibGfx: Rename 32-bit BitmapFormats to BGRA8888 and BGRx888x 2021-03-16 11:50:03 +01:00
Compositor.h WindowServer: Add an IPC call for taking a screenshot 2021-03-26 20:33:23 +01:00
Cursor.cpp WindowServer+LibGfx: Enumerate Disallow cursor 2021-03-12 09:59:03 +01:00
Cursor.h Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
Event.h Everywhere: Rename "logo" key to "super" key 2021-03-11 18:55:16 +01:00
EventLoop.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
EventLoop.h Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
main.cpp Everywhere: Remove klog(), dbg() and purge all LogStream usage :^) 2021-03-12 17:29:37 +01:00
Menu.cpp WindowServer+LibGfx: Remove code for drawing the old-style menu bar 2021-03-31 23:38:26 +02:00
Menu.h WindowServer: Add menu item fade-out animation upon activation 2021-03-28 20:42:21 +02:00
MenuBar.cpp WindowServer: Remove unused Menu->MenuBar link and "title font" 2021-03-26 09:12:32 +01:00
MenuBar.h WindowServer+LibGfx: Show menus in windows! :^) 2021-03-25 22:14:09 +01:00
MenuItem.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
MenuItem.h Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
MenuManager.cpp WindowServer: Un-nest MenuManager::handle_mouse_event() a bit 2021-04-02 10:54:50 +02:00
MenuManager.h WindowServer+LibGfx: Remove code for drawing the old-style menu bar 2021-03-31 23:38:26 +02:00
Screen.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Screen.h WindowServer: Make HighDPI aware 2021-01-15 19:10:16 +01:00
Window.cpp WindowServer+LibGfx: Rename menu_bar => menubar 2021-03-31 23:38:26 +02:00
Window.h WindowServer+Taskbar: Show applets in taskbar :^) 2021-03-30 23:43:24 +02:00
WindowClient.ipc WindowServer+Taskbar: Show applets in taskbar :^) 2021-03-30 23:43:24 +02:00
WindowFrame.cpp WindowServer+LibGfx: Rename menu_bar => menubar 2021-03-31 23:38:26 +02:00
WindowFrame.h WindowServer+LibGfx: Show menus in windows! :^) 2021-03-25 22:14:09 +01:00
WindowManager.cpp WindowServer+MouseSettings: Add ability to configure double-click speed (#5876) 2021-04-02 16:08:18 +02:00
WindowManager.h WindowServer+MouseSettings: Add ability to configure double-click speed (#5876) 2021-04-02 16:08:18 +02:00
WindowServer.ipc WindowServer+MouseSettings: Add ability to configure double-click speed (#5876) 2021-04-02 16:08:18 +02:00
WindowSwitcher.cpp Everywhere: Rename "logo" key to "super" key 2021-03-11 18:55:16 +01:00
WindowSwitcher.h Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
WindowType.h WindowServer+LibGfx: Remove code for drawing the old-style menu bar 2021-03-31 23:38:26 +02:00