summaryrefslogtreecommitdiff
path: root/Userland/Applications/MouseSettings
AgeCommit message (Expand)Author
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
2021-08-30MouseSettings: Tweak UI layout of cursor themes tabAndreas Kling
2021-08-23MouseSettings: Add a tab to change cursor themeMaciej Zygmanowski
2021-08-18Userland+LibGUI: Add shorthand versions of the Margins constructorsin-ack
2021-08-18Userland+LibGUI: Make Margins arguments match CSS orderingsin-ack
2021-08-01Applications: Remove unused header includesBrian Gianforcaro
2021-07-21LibGfx: Use "try_" prefix for static factory functionsAndreas Kling
2021-07-21MouseSettings: Use latest (unsaved) setting for testing double-clickMathias Jakobsen
2021-07-20MouseSettings: Further tweaks to margins and spacing :^)Andreas Kling
2021-07-20MouseSettings: Give this application a GUI facelift :^)Andreas Kling
2021-07-04WindowServer: Make most remaining WindowServer IPC calls asyncAndreas Kling
2021-06-17Everywhere: Add component declarationsGunnar Beutner
2021-05-13Userland: Tighten a *lot* of pledges! :^)Andreas Kling
2021-05-12Everywhere: Add Alt shortcuts to remaining top-level menusLinus Groh
2021-05-03Userland: Make IPC results with one return value available directlyGunnar Beutner
2021-05-03Userland: Update IPC calls to use proxiesGunnar Beutner