summaryrefslogtreecommitdiff
path: root/Userland/Applications/MouseSettings/ThemeWidget.cpp
AgeCommit message (Expand)Author
2023-05-15Userland: Port `Model::column_name()` to StringKarol Kosek
2023-03-05MouseSettings: Migrate to Directory::for_each_entry()Sam Atkins
2023-01-26LibGfx: Remove `try_` prefix from bitmap creation functionsTim Schumacher
2023-01-07LibGUI+Userland: Rename `try_load_from_gml()` -> `load_from_gml()` :^)Sam Atkins
2023-01-07Userland: Replace all uses of `load_from_gml` with `try_load_from_gml`Sam Atkins
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-19Everywhere: Remove unnecessary mutable attributes from lambdasMacDue
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-05-12MouseSettings: Set window modified stateSam Atkins
2022-05-12MouseSettings: Update the cursor theme preview when restoring defaultsSam Atkins
2022-02-25Userland: Rename WindowServerConnection=>ConnectionToWindowServerItamar
2022-02-14Applications: Use default constructors/destructorsLenny Maiorani
2021-12-24LibGUI+Userland: Make SortingProxyModel::create() return ErrorOrSam Atkins
2021-11-20MouseSettings: Migrate to using SettingsWindow :^)Sam Atkins
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()Andreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::cropped()Andreas Kling
2021-09-20WidgetGallery+MouseSettings: Use LexicalPath::basename()Karol Kosek
2021-08-23MouseSettings: Add a tab to change cursor themeMaciej Zygmanowski