index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Applications
/
MouseSettings
/
ThemeWidget.cpp
Age
Commit message (
Expand
)
Author
2023-05-15
Userland: Port `Model::column_name()` to String
Karol Kosek
2023-03-05
MouseSettings: Migrate to Directory::for_each_entry()
Sam Atkins
2023-01-26
LibGfx: Remove `try_` prefix from bitmap creation functions
Tim Schumacher
2023-01-07
LibGUI+Userland: Rename `try_load_from_gml()` -> `load_from_gml()` :^)
Sam Atkins
2023-01-07
Userland: Replace all uses of `load_from_gml` with `try_load_from_gml`
Sam Atkins
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-19
Everywhere: Remove unnecessary mutable attributes from lambdas
MacDue
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-05-12
MouseSettings: Set window modified state
Sam Atkins
2022-05-12
MouseSettings: Update the cursor theme preview when restoring defaults
Sam Atkins
2022-02-25
Userland: Rename WindowServerConnection=>ConnectionToWindowServer
Itamar
2022-02-14
Applications: Use default constructors/destructors
Lenny Maiorani
2021-12-24
LibGUI+Userland: Make SortingProxyModel::create() return ErrorOr
Sam Atkins
2021-11-20
MouseSettings: Migrate to using SettingsWindow :^)
Sam Atkins
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::cropped()
Andreas Kling
2021-09-20
WidgetGallery+MouseSettings: Use LexicalPath::basename()
Karol Kosek
2021-08-23
MouseSettings: Add a tab to change cursor theme
Maciej Zygmanowski