summaryrefslogtreecommitdiff
path: root/Userland/Services
AgeCommit message (Expand)Author
2022-08-09WindowServer: Let WindowManager set serverside effectsthankyouverycool
2022-08-09LibGUI+WindowServer: Create IPC calls for passing SystemEffectsthankyouverycool
2022-08-09LibGUI+WindowServer: Add a SystemEffects wrapper and helpersthankyouverycool
2022-08-05LibJS: Let Shape store a Realm instead of a GlobalObjectAndreas Kling
2022-08-02LibHTTP+WebServer: Add querystring support0xbigshaq
2022-08-02WindowServer+LibGUI: Remove awkward roundtrip for set wallpaper responsenetworkException
2022-08-01Userland+Base: Make the window titlebar font configurable separatelyAndreas Kling
2022-07-27LaunchServer: Let open_file_url use app defaultsdemostanis
2022-07-27LaunchServer+LibDesktop: Open from mime typedemostanis
2022-07-27WindowServer: Ensure windows are wide enough to show title buttons :^)Sam Atkins
2022-07-23Kernel+Userland: Add ioctl to set process ownership of DisplayConnectorLiav A
2022-07-23Kernel+Userland: Rename FB.h => Graphics.hLiav A
2022-07-23Userland: Remove stale remainders of old framebuffer devicesLiav A
2022-07-21Keymap+WindowServer: Add context menu to keymap appletTimur Sultanov
2022-07-21SystemServer: Create /tmp/semaphore on startupIdan Horowitz
2022-07-19LaunchServer+SystemServer: Move the portal to a user-specific directoryLucas CHOLLET
2022-07-19LoginServer: Correctly retrieve SystemServer's exit codeLucas CHOLLET
2022-07-15Taskbar: Center buttons again by fixing marginsFrHun
2022-07-14NetworkServer: Use sv suffixes to avoid strlen at runtimeMaciej
2022-07-14NetworkServer: Disable interface if Enabled = falseMaciej
2022-07-14NetworkServer: Kill DHCPServer as the first thing doneMaciej
2022-07-13NotificationServer: Move notifications down if hoveredAtharva Kulkarni
2022-07-12Everywhere: Replace single-char StringView op. arguments with charssin-ack
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-07-12Everywhere: Split Error::from_string_literal and Error::from_string_viewsin-ack
2022-07-12Everywhere: Explicitly specify the size in StringView constructorssin-ack
2022-07-10Kernel+SystemServer: Make KCOVDevice a character deviceLiav A
2022-07-09LibCore+Userland: Use StringViews when calling Core::System::openkleines Filmröllchen
2022-07-09NetworkServer: Kill running DHCPServer before starting our ownMaciej
2022-07-09NetworkServer: Clear default gateway route entry before addingMaciej
2022-07-08Userland: Add `/usr/local/sbin` to `PATH` by defaultTim Schumacher
2022-07-07WebSocket: Change target name to deconflict with LibWebSocket on LagomAndrew Kaster
2022-07-06Meta: Build select Services in LagomAndrew Kaster
2022-07-06LookupServer: Use _POSIX_HOST_NAME_MAX instead of HOST_NAME_MAXTimon Kruiper
2022-07-06LookupServer: Use designated initializers for sockaddr_inAndrew Kaster
2022-07-06RequestServer: Only attach SIGINFO signal handler if SIGINFO is definedAndrew Kaster
2022-07-06AK: Use an enum instead of a bool for String::replace(all_occurences)DexesTTP
2022-07-05WebContent: Invalidate document style when changing the page's paletteLuke Wilde
2022-07-05Browser+WebContent: Fix inspecting non-visible nodesMacDue
2022-07-04NetworkServer: Enable DHCP on interfaces that are not listed in configMaciej
2022-07-02LookupServer: Try other available DNS nameservers on network errorsIdan Horowitz
2022-06-30FileSystemAccessServer: Call window stealing functions syncMacDue
2022-06-28LibGUI: Use new layout system for basic widgetsFrHun
2022-06-28NotificationServer: Remove usages of deprecated implicit ui conversionsFrHun
2022-06-28Applications: Remove usages of deprecated implicit conversionsFrHun
2022-06-27LibHTTP+RequestServer: Recognize more HTTP methodsLuke Wilde
2022-06-27Browser+LibWeb+WebContent: Allow Browser to load local filesLucas CHOLLET
2022-06-27WindowServer: Make window stealing related functions synchronousLucas CHOLLET
2022-06-27FileSystemAccessServer: Manage concurrent file requestsLucas CHOLLET
2022-06-23AudioServer: Reduce hardware audio buffer to 512 sampleskleines Filmröllchen