Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-12 | Applications: Move to Userland/Applications/ | Andreas Kling | |
2021-01-04 | Everywhere: Use GUI::CommonActions::make_about_action() | Andreas Kling | |
2020-12-30 | Applications: Added a new MouseSettings application | Idan Horowitz | |
This app allows the user to easily adjust his mouse's acceleration as well as the scrollwheel's global scroll length. The mouse acceleration changes would not be noticeable in qemu as by default serenity uses VMWareBackdoor when available which lets the host handle mouse movement instead of the guest (Serenity), so in order to test this on a none-baremetal pc the VMWareBackdoor has to be disabled. |