serenity/Userland/Applications/MouseSettings
Jelle Raaijmakers 770c1935d4 MouseSettings: Reset the double-click timer after every second click
The old behavior of restarting the timer after every second click could
result in double-click-chains (or triple+ clicks), which does not feel
like the right behavior.

By resetting the double-clicking timer, you need to perform a new full
double-click to make the arrows change color again.
2021-10-28 11:21:18 +02:00
..
CMakeLists.txt MouseSettings: Add a tab to change cursor theme 2021-08-23 01:41:53 +02:00
DoubleClickArrowWidget.cpp MouseSettings: Reset the double-click timer after every second click 2021-10-28 11:21:18 +02:00
DoubleClickArrowWidget.h MouseSettings: Use latest (unsaved) setting for testing double-click 2021-07-21 01:24:24 +02:00
main.cpp MouseSettings: Give this application a GUI facelift :^) 2021-07-20 21:50:06 +02:00
Mouse.gml MouseSettings: Add option to reverse buttons 2021-10-25 19:20:33 +03:00
MouseSettingsWindow.cpp MouseSettings: Add a tab to change cursor theme 2021-08-23 01:41:53 +02:00
MouseSettingsWindow.h MouseSettings: Add a tab to change cursor theme 2021-08-23 01:41:53 +02:00
MouseWidget.cpp MouseSettings: Add option to reverse buttons 2021-10-25 19:20:33 +03:00
MouseWidget.h MouseSettings: Add option to reverse buttons 2021-10-25 19:20:33 +03:00
Theme.gml MouseSettings: Tweak UI layout of cursor themes tab 2021-08-30 02:48:31 +02:00
ThemeWidget.cpp WidgetGallery+MouseSettings: Use LexicalPath::basename() 2021-09-20 15:59:34 +02:00
ThemeWidget.h MouseSettings: Add a tab to change cursor theme 2021-08-23 01:41:53 +02:00