summaryrefslogtreecommitdiff
path: root/Userland/Services
AgeCommit message (Expand)Author
2022-01-29Everywhere: Remove redundant inline keywordLenny Maiorani
2022-01-29WindowServer: Allow checking checkable entries in a menu using spacenetworkException
2022-01-28Userland: Fix unnecessary heap allocation of singleton objectsDaniel Bertalan
2022-01-28RequestServer: Replace disconnected sockets in the grace period tooAli Mohammad Pur
2022-01-28Revert "FileSystemAccessServer: Display times in the local time zone"Timothy Flynn
2022-01-28Revert "Userland: Invoke tzset in apps that care about time zones"Timothy Flynn
2022-01-28FileSystemAccessServer: Display times in the user's local time zoneTimothy Flynn
2022-01-27RequestServer: Make Request::url() virtualAndreas Kling
2022-01-27WebServer: Unveil /etc/timezone for readingAndreas Kling
2022-01-26LibGUI+LoginServer: Use default buttons in InputBox and LoginWindowthankyouverycool
2022-01-25WindowServer: Rename default_positioned() -> is_default_positioned()Valtteri Koskivuori
2022-01-25Userland: Invoke tzset in applications that care about time zonesTimothy Flynn
2022-01-24Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOrSam Atkins
2022-01-23RequestServer: Unveil /etc/timezone for date-time usageTimothy Flynn
2022-01-23Userland: Add promises to programs that will read /etc/timezoneTimothy Flynn
2022-01-23SystemServer: Create /dev/devctl and create devices based on its eventsLiav A
2022-01-23SystemServer: Rename devfs => devtmpfsLiav A
2022-01-23WindowServer: Paint menu checkboxes as such instead of as framesthankyouverycool
2022-01-22RequestServer+AK: Move happy-path logging behind REQUESTSERVER_DEBUGNico Weber
2022-01-22LibJS: Refactor interpreter to use Script and Source Text ModulesLuke Wilde
2022-01-21Taskbar: Remove QuickLaunch entries if corresponding file was deletedMaciej
2022-01-21Taskbar: Support arbitrary *files* as QuickLaunch entriesMaciej
2022-01-21Taskbar: Support arbitrary executables as QuickLaunch entriesMaciej
2022-01-21Taskbar: Abstract out quick launch entriesMaciej
2022-01-20Userland: Add horizontal mouse scroll supportDmitry Petrov
2022-01-20Kernel: Add horizontal mouse scroll supportDmitry Petrov
2022-01-17WindowServer: Pick font with glyphs for digits for ScreenNumberOverlayTom
2022-01-16LibSQL+SQLServer: Implement first cut of SELECT ... ORDER BY fooJan de Visser
2022-01-16Everywhere: Mark Vector of mutable references as mutablecreator1creeper1
2022-01-15LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServersin-ack
2022-01-14WebServer: Add charset declaration to directory listingsMaciej
2022-01-14Everywhere: Use my new serenityos.org e-mail :^)kleines Filmröllchen
2022-01-13WindowServer: Don't try to flash menubar in deleted windowsAndreas Kling
2022-01-13LibCore+Userland+Tests: Convert Stream APIs to construct on heapsin-ack
2022-01-12Taskbar: Include `ScreenLayout.h` from `Services` directoryJelle Raaijmakers
2022-01-12Base+WindowServer: Add icon to window menu move actionelectrikmilk
2022-01-10Taskbar: Tweak taskbar button progress bar renderingAndreas Kling
2022-01-09Everywhere: Add `serenity_dev_{makedev,major,minor}`Michel Hermier
2022-01-09LibGUI+WindowServer: Flash menubar menu when using a keyboard shortcutbugreport0
2022-01-08InspectorServer: Use the 32-bit data length when sending a requestSviatoslav Peleshko
2022-01-08LibJS: Convert Interpreter::run() to ThrowCompletionOr<Value>Linus Groh
2022-01-07Everywhere: Fix spelling mistakesmjz19910
2022-01-07Everywhere: Fix many spelling errorsmjz19910
2022-01-04WindowServer: Fix loading MainScreen setting from configurationTom
2022-01-03WindowServer: Tighten pledged promisesbugreport0
2022-01-03Taskbar: Tighten pledged promises, remove incorrect commentbugreport0
2022-01-03RequestServer: Tighten pledged promisesbugreport0
2022-01-03ChessEngine: Remove unused 'rpath' promisebugreport0
2022-01-03WebServer: Make ErrorOr unwrapping more idiomaticMaciej
2022-01-01LookupServer: Avoid unnecessary copiesBen Wiederhake