summaryrefslogtreecommitdiff
path: root/Userland/Applications/MouseSettings
AgeCommit message (Expand)Author
2023-01-12LibCore+Userland: Make Core::Timer::create_repeating() return ErrorOrSam Atkins
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
2023-01-01MouseSettings: Tweak "Natural scrolling" checkbox sizeAndreas Kling
2022-12-30MouseSettings: Update "switch buttons" icon to reflect checkbox stateRavi J
2022-12-08WindowServer+MouseSettings: Improve `buttons_switched` namingFiliph Sandström
2022-12-07Meta+Userland: Pass Gfx::Color by valueMacDue
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-12-04MouseSettings: Add "Natural scrolling" toggleFiliph Sandström
2022-11-19Everywhere: Remove unnecessary mutable attributes from lambdasMacDue
2022-11-01Everywhere: Mark dependencies of most targets as PRIVATETim Schumacher
2022-10-12Userland: Properly populate GENERATED_SOURCESAli Mohammad Pur
2022-10-04Applications: Use title-case for group box titles in settingsTimothy Flynn
2022-09-29Userland: Replace empty `GUI::Widget`s in GML with `GUI::Layout::Spacer`Sam Atkins
2022-07-24MouseSettings: Show highlight toggle shortcut and new layout tweaksMacDue
2022-07-15Applications: Make settings outer margins and spacing consistentFrHun
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-06-28LibGUI+Applications: Use the new layout system in the settings screensFrHun
2022-06-10WindowServer+MouseSettings: Toggle cursor highlighting with Super+HMacDue
2022-06-10MouseSettings: Support animated cursors in the highlighting previewMacDue
2022-06-10MouseSettings: Avoid rendering artifact on loading highlighting defaultsMacDue
2022-06-10WindowServer+MouseSettings: Make default cursor highlight more visibleMacDue
2022-06-06MouseSettings: Get highlight preview cursor via cursor theme Config.iniMacDue
2022-06-05MouseSettings: Add tab to configure cursor highlightingMacDue
2022-05-12MouseSettings: Set window modified stateSam Atkins
2022-05-12MouseSettings: Update the cursor theme preview when restoring defaultsSam Atkins
2022-04-21LibGUI+Applications: Add --open-tab option to FooSettings applicationsSam Atkins
2022-04-21LibGUI+Applications: Give SettingsWindow tabs a string IDSam Atkins
2022-04-09LibGfx: Move other font-related files to LibGfx/Font/Simon Wanner
2022-02-25Userland: Rename WindowServerConnection=>ConnectionToWindowServerItamar
2022-02-14Applications: Use default constructors/destructorsLenny Maiorani
2022-02-13Userland: Run gml-formatIdan Horowitz
2022-02-07Meta+Userland: Run the GML formatter on CI and pre-commitkleines Filmröllchen
2022-01-29MouseSettings: Set icons from GMLDylan Katz
2022-01-28MouseSettings: Use standard text placement for check box textTimothy Flynn
2021-12-24LibGUI+Userland: Make SortingProxyModel::create() return ErrorOrSam Atkins
2021-12-05Applications: Cast unused smart-pointer TRY return values to voidSam Atkins
2021-11-28LibGUI: Move GUI::SettingsWindow setup out of the constructorAndreas Kling
2021-11-28LibGUI: Make GUI::SettingsWindow::add_tab() return ErrorOrAndreas Kling
2021-11-28Everywhere: Use default execpromises argument for Core::System::pledgeBrian Gianforcaro
2021-11-24MouseSettings: Port to LibMain :^)Andreas Kling
2021-11-20MouseSettings: Adjust layout so mouse-button image is no longer clippedSam 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-11-03Applications: Remove border from GroupBox marginsFrHun
2021-10-28MouseSettings: Reset the double-click timer after every second clickJelle Raaijmakers
2021-10-25MouseSettings: Add option to reverse buttonsAndrew Pardoe
2021-09-20WidgetGallery+MouseSettings: Use LexicalPath::basename()Karol Kosek
2021-08-31Userland: Use Rect::centered_within() where usefulAndreas Kling