summaryrefslogtreecommitdiff
path: root/Userland/Services
AgeCommit message (Expand)Author
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
2022-06-23AudioServer: Make hardware write buffer size flexiblekleines Filmröllchen
2022-06-23AudioServer: Explicitly cast between numeric types in the mixerkleines Filmröllchen
2022-06-21RequestServer: Do not VERIFY(request.total_size.has_value())Kenneth Myhra
2022-06-20WindowServer: Prevent menubar menus from appearing off screenMike Akers
2022-06-20LibWeb+LibWebView+WebContent: Get doubleclick events from LibGUIKarol Kosek
2022-06-17Taskbar: Handle an override theme being activenetworkException
2022-06-17WindowServer: Allow temporarily overriding the system themenetworkException
2022-06-17Taskbar: Update checked state of theme menu on global theme changenetworkException
2022-06-10WindowServer+MouseSettings: Toggle cursor highlighting with Super+HMacDue
2022-06-10WindowServer+MouseSettings: Make default cursor highlight more visibleMacDue
2022-06-10WindowServer: Fix the cursor being offset with highlighting enabledMacDue
2022-06-10LibGUI: Add layout spacer support to GMLFrHun
2022-06-10WindowServer: Fix animated cursor not starting after cursor theme switchMacDue
2022-06-10SystemServer: Detect spawning user for AcceptSocketConnections servicesLucas CHOLLET
2022-06-09SystemServer: Add Service::try_create to propagate errorsLucas CHOLLET
2022-06-09SystemServer: Propagate more errorsLucas CHOLLET
2022-06-06WindowServer: Drop support for the DisplayConnector write interfaceLiav A
2022-06-05WindowServer: Add IPC calls for changing the cursor highlightingMacDue
2022-06-05WindowServer: Implement cursor highlightingMacDue
2022-06-05WindowServer: Factor out config sync check to sync_config_to_disk()MacDue
2022-06-05LibCore: Remove ConfigFile::write_color_entry()MacDue
2022-06-03WindowServer: Check that a menu is not nullLorenzo Concas
2022-06-03Services: Use Core::Process::spawn() for common process spawn patternMacDue
2022-06-02Taskbar: Use default buttons in ShutdownDialogKarol Kosek
2022-06-01Taskbar+Desktop: Add super+D keyboard shortcutOlivier De Cannière
2022-06-01Taskbar: Add toggle_show_desktop()Olivier De Cannière