ladybird/Userland/Applications/MouseSettings
Andrew Pardoe 0e68550c05 MouseSettings: Add option to reverse buttons
Add option to reverse primary and secondary buttons in Mouse Settings.
- WindowServer.ini: add default entry
- switch-mouse-buttons.png: new icon for settings entry
- Mouse.gml/MouseWidget.*: new settings dialog
- ClientConnection/WindowManager/Server: window message for settings
- EventLoop.cpp: swap buttons 1 and 2 if settings are on
2021-10-25 19:20:33 +03:00
..
CMakeLists.txt MouseSettings: Add a tab to change cursor theme 2021-08-23 01:41:53 +02:00
DoubleClickArrowWidget.cpp Userland: Use Rect::centered_within() where useful 2021-08-31 01:35:08 +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