1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-16 14:37:35 +00:00
serenity/Userland/Applications/MouseSettings
Andreas Kling 235f39e449 LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
This was used in a lot of places, so this patch makes liberal use of
ErrorOr<T>::release_value_but_fixme_should_propagate_errors().
2021-11-08 00:35:27 +01:00
..
CMakeLists.txt MouseSettings: Add a tab to change cursor theme 2021-08-23 01:41:53 +02:00
DoubleClickArrowWidget.cpp LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() 2021-11-08 00:35:27 +01: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 Applications: Remove border from GroupBox margins 2021-11-03 16:13:19 +01: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 LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() 2021-11-08 00:35:27 +01:00
MouseWidget.h MouseSettings: Add option to reverse buttons 2021-10-25 19:20:33 +03:00
Theme.gml Applications: Remove border from GroupBox margins 2021-11-03 16:13:19 +01:00
ThemeWidget.cpp LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() 2021-11-08 00:35:27 +01:00
ThemeWidget.h MouseSettings: Add a tab to change cursor theme 2021-08-23 01:41:53 +02:00