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
Age
Commit message (
Expand
)
Author
2023-01-12
LibCore+Userland: Make Core::Timer::create_repeating() return ErrorOr
Sam Atkins
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
2023-01-01
MouseSettings: Tweak "Natural scrolling" checkbox size
Andreas Kling
2022-12-30
MouseSettings: Update "switch buttons" icon to reflect checkbox state
Ravi J
2022-12-08
WindowServer+MouseSettings: Improve `buttons_switched` naming
Filiph Sandström
2022-12-07
Meta+Userland: Pass Gfx::Color by value
MacDue
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-12-04
MouseSettings: Add "Natural scrolling" toggle
Filiph Sandström
2022-11-19
Everywhere: Remove unnecessary mutable attributes from lambdas
MacDue
2022-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
2022-10-12
Userland: Properly populate GENERATED_SOURCES
Ali Mohammad Pur
2022-10-04
Applications: Use title-case for group box titles in settings
Timothy Flynn
2022-09-29
Userland: Replace empty `GUI::Widget`s in GML with `GUI::Layout::Spacer`
Sam Atkins
2022-07-24
MouseSettings: Show highlight toggle shortcut and new layout tweaks
MacDue
2022-07-15
Applications: Make settings outer margins and spacing consistent
FrHun
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-06-28
LibGUI+Applications: Use the new layout system in the settings screens
FrHun
2022-06-10
WindowServer+MouseSettings: Toggle cursor highlighting with Super+H
MacDue
2022-06-10
MouseSettings: Support animated cursors in the highlighting preview
MacDue
2022-06-10
MouseSettings: Avoid rendering artifact on loading highlighting defaults
MacDue
2022-06-10
WindowServer+MouseSettings: Make default cursor highlight more visible
MacDue
2022-06-06
MouseSettings: Get highlight preview cursor via cursor theme Config.ini
MacDue
2022-06-05
MouseSettings: Add tab to configure cursor highlighting
MacDue
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-04-21
LibGUI+Applications: Add --open-tab option to FooSettings applications
Sam Atkins
2022-04-21
LibGUI+Applications: Give SettingsWindow tabs a string ID
Sam Atkins
2022-04-09
LibGfx: Move other font-related files to LibGfx/Font/
Simon Wanner
2022-02-25
Userland: Rename WindowServerConnection=>ConnectionToWindowServer
Itamar
2022-02-14
Applications: Use default constructors/destructors
Lenny Maiorani
2022-02-13
Userland: Run gml-format
Idan Horowitz
2022-02-07
Meta+Userland: Run the GML formatter on CI and pre-commit
kleines Filmröllchen
2022-01-29
MouseSettings: Set icons from GML
Dylan Katz
2022-01-28
MouseSettings: Use standard text placement for check box text
Timothy Flynn
2021-12-24
LibGUI+Userland: Make SortingProxyModel::create() return ErrorOr
Sam Atkins
2021-12-05
Applications: Cast unused smart-pointer TRY return values to void
Sam Atkins
2021-11-28
LibGUI: Move GUI::SettingsWindow setup out of the constructor
Andreas Kling
2021-11-28
LibGUI: Make GUI::SettingsWindow::add_tab() return ErrorOr
Andreas Kling
2021-11-28
Everywhere: Use default execpromises argument for Core::System::pledge
Brian Gianforcaro
2021-11-24
MouseSettings: Port to LibMain :^)
Andreas Kling
2021-11-20
MouseSettings: Adjust layout so mouse-button image is no longer clipped
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-11-03
Applications: Remove border from GroupBox margins
FrHun
2021-10-28
MouseSettings: Reset the double-click timer after every second click
Jelle Raaijmakers
2021-10-25
MouseSettings: Add option to reverse buttons
Andrew Pardoe
2021-09-20
WidgetGallery+MouseSettings: Use LexicalPath::basename()
Karol Kosek
2021-08-31
Userland: Use Rect::centered_within() where useful
Andreas Kling
[next]