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
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
2021-08-30
MouseSettings: Tweak UI layout of cursor themes tab
Andreas Kling
2021-08-23
MouseSettings: Add a tab to change cursor theme
Maciej Zygmanowski
2021-08-18
Userland+LibGUI: Add shorthand versions of the Margins constructor
sin-ack
2021-08-18
Userland+LibGUI: Make Margins arguments match CSS ordering
sin-ack
2021-08-01
Applications: Remove unused header includes
Brian Gianforcaro
2021-07-21
LibGfx: Use "try_" prefix for static factory functions
Andreas Kling
2021-07-21
MouseSettings: Use latest (unsaved) setting for testing double-click
Mathias Jakobsen
2021-07-20
MouseSettings: Further tweaks to margins and spacing :^)
Andreas Kling
2021-07-20
MouseSettings: Give this application a GUI facelift :^)
Andreas Kling
2021-07-04
WindowServer: Make most remaining WindowServer IPC calls async
Andreas Kling
2021-06-17
Everywhere: Add component declarations
Gunnar Beutner
2021-05-13
Userland: Tighten a *lot* of pledges! :^)
Andreas Kling
2021-05-12
Everywhere: Add Alt shortcuts to remaining top-level menus
Linus Groh
2021-05-03
Userland: Make IPC results with one return value available directly
Gunnar Beutner
2021-05-03
Userland: Update IPC calls to use proxies
Gunnar Beutner
2021-05-01
Everywhere: Rename app_menu to file_menu or game_menu
Andreas Kling
2021-04-29
Everywhere: Use "the SerenityOS developers." in copyright headers
Linus Groh
2021-04-22
AK+Userland: Use idan.horowitz@serenityos.org for my copyright headers
Idan Horowitz
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-16
Everywhere: Add `-Wdouble-promotion` warning
Nicholas-Baron
2021-04-13
Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"
Andreas Kling
2021-04-02
WindowServer+MouseSettings: Add ability to configure double-click speed (#5876)
Daniël van de Burgt
2021-03-25
Userland: Turn all application menus into window menus :^)
Andreas Kling
2021-01-16
Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"
Andreas Kling
2021-01-15
Everywhere: Pledge "sendfd" in WindowServer client programs
Andreas Kling
2021-01-12
Applications: Move to Userland/Applications/
Andreas Kling