summaryrefslogtreecommitdiff
path: root/Base/etc
AgeCommit message (Expand)Author
2022-01-07run-tests: Make reproducing test failures behave closer to selftest modeBrian Gianforcaro
2021-12-08Base: Add archive icons and use them for compressed filesRoberto Bampi
2021-11-23Applets: Rename DesktopPicker => WorkspacePickerAndreas Kling
2021-11-13Everywhere: Replace "virtual desktop" => "workspace"Andreas Kling
2021-11-10FileIconProvider: Add soname libraries to the icon listTim Schumacher
2021-11-04Base+LibCore: Store booleans in human-readable formatBen Wiederhake
2021-11-01Base: Add new system-mode that just generates manpagesBen Wiederhake
2021-11-01Base: Don't start unnecessary services in self-testBen Wiederhake
2021-10-25SystemServer: Rename 'BootModes' config option to 'SystemModes'Ben Wiederhake
2021-10-25MouseSettings: Add option to reverse buttonsAndrew Pardoe
2021-10-24Base: Make /usr/Tests read-only since it's now suid capableBrian Gianforcaro
2021-10-22Tests: Add a unit test to ensure the /dev/mem device works correctlyLiav A
2021-10-17LoginServer: Add --auto-login switchPeter Elliott
2021-10-17LoginServer: Process logins and start SystemServer in user modePeter Elliott
2021-10-17SystemServer: Add per user mode (--user)Peter Elliott
2021-09-08Base: Add PixelPaint (*.pp) file type iconsJack Delahunt
2021-09-08SystemServer: Don't rely on fstab to specify where to mount the ProcFSLiav A
2021-08-27Base: Add FontEditor alias to shellrcthankyouverycool
2021-08-26Userland: Introduce ConfigServer and LibConfigAndreas Kling
2021-08-24Userland: Remove IRC ClientAndreas Kling
2021-08-23WindowServer: Add support for cursor themesMaciej Zygmanowski
2021-08-22Base: Add csv file associationKarol Kosek
2021-08-12Base: Make /bin/Shell the login shell by defaultJean-Baptiste Boric
2021-07-22DesktopPicker: Make sure the applet always ends up in the same placeAndreas Kling
2021-07-19Applets: Add DesktopPicker appletPeter Elliott
2021-07-14SpiceAgent: Add a new spice agent service :^)x-yl
2021-07-10FileSystemAccessServer: Add service for accessing veiled files nicelyTimothy
2021-07-08SystemServer: Add entry for SQLServer in SystemServer.iniJan de Visser
2021-07-03WindowServer: Add API to change virtual desktop settingsTom
2021-06-30FileIconProvider: Use sound icon for flac file extensionngc6302h
2021-06-29Base: Set UBSAN to deadly for TestRunner serviceAndrew Kaster
2021-06-25WindowServer: Add an Overlay class for flicker-free overlay renderingTom
2021-06-25AudioServer: Make AudioServer boot in text modekleines Filmröllchen
2021-06-20WindowServer: Add initial support for rendering on multiple screensTom
2021-06-12Base: Add Sectigo certs to ca_certs.iniPaul Irwin
2021-06-06Base: Make anon's helper services run with 600 socket permissionsAndreas Kling
2021-06-06Clipboard: Remove unnecessary UID separationAndreas Kling
2021-06-06NotificationServer: Remove unnecessary UID separationAndreas Kling
2021-06-06Base: Tidy up /etc/shadowAndreas Kling
2021-06-04Shell: Add TMPDIR environment variableJelle Raaijmakers
2021-05-30pls: Drastically simplify this programAndreas Kling
2021-05-29Userland: Check sudoers file perms and owner in plsJesse Buhagiar
2021-05-29Userland: Implement `pls`, a sudo cloneJesse Buhagiar
2021-05-24Base: Document the Shell's new termios allow-listAli Mohammad Pur
2021-05-22Userland: Remove SymbolServer and the "symbol" user+groupAndreas Kling
2021-05-21WindowServer: Store system font queries in WindowServer.ini :^)Andreas Kling
2021-05-14Userland: Rename QuickShow => Image ViewerAndreas Kling
2021-05-13Services: Add InspectorServer to reverse the direction of InspectorAndreas Kling
2021-05-11Shell: Add an option to autosave history every N msAli Mohammad Pur
2021-05-11Userland: Implement a magnifier appValtteri Koskivuori