summaryrefslogtreecommitdiff
path: root/Servers
AgeCommit message (Expand)Author
2019-12-03WindowServer+Taskbar: Animate window frames on minimize/unminimizeAndreas Kling
2019-12-02WindowServer: Remove debug spam about menu creationAndreas Kling
2019-12-02WindowServer: Remove silly debug logging on startup :^)Andreas Kling
2019-12-02WindowServer: Mark clients as misbehaving when they send invalid dataAndreas Kling
2019-12-02LibIPC: Rename base classes to IClientConnection and IServerConnectionAndreas Kling
2019-12-02LibIPC: Move IPC client/server connection templates to LibIPCAndreas Kling
2019-12-02WindowServer: Port to the new IPC systemAndreas Kling
2019-12-01WindowServer: Remove unused GetWindowBackingStore IPC requestAndreas Kling
2019-11-30ProtocolServer: Don't crash on failed requestAndreas Kling
2019-11-26Kernel: Expose per-thread information in /proc/allAndreas Kling
2019-11-26SystemServer: Implement lazy spawningSergey Bugaev
2019-11-26LookupServer: Port to socket takeoverSergey Bugaev
2019-11-26LookupServer: Port to LibCoreSergey Bugaev
2019-11-26ProtocolServer: Port to socket takeoverSergey Bugaev
2019-11-26AudioServer: Port to socket takeoverSergey Bugaev
2019-11-26WindowServer: Port to socket takeoverSergey Bugaev
2019-11-26SystemServer+LibCore: Implement socket takeoverSergey Bugaev
2019-11-26SystemServer: Implement keepaliveSergey Bugaev
2019-11-26SystemServer: Read service list from a config fileSergey Bugaev
2019-11-23LibCore: Move puff() from LibDraw to LibCoreAndreas Kling
2019-11-23ProtocolServer: Send the download payload to clients as a shared bufferAndreas Kling
2019-11-23ProtocolServer+LibProtocol: Introduce a server for handling downloadsAndreas Kling
2019-11-23WindowServer: Listen for muted state changes from AudioServerAndreas Kling
2019-11-23AudioServer: Broadcast muted state changes to all clientsAndreas Kling
2019-11-23LibIPC+AudioServer: Allow unsolicited server-to-client IPC messagesAndreas Kling
2019-11-22WindowServer: Add an audio icon to the menu barAndreas Kling
2019-11-22AudioServer: Allow muting the system audioAndreas Kling
2019-11-22WindowServer: Optimize backing store placement for resizing windowsSergey Bugaev
2019-11-22WindowServer: Ensure resized windows move in the expected directionSergey Bugaev
2019-11-19AudioServer: Make all source files depend on generated sourcesSergey Bugaev
2019-11-13LibPthread: Start working on a POSIX threading libraryAndreas Kling
2019-11-13WindowServer: Fix leaking framebuffer fd to clientsSergey Bugaev
2019-11-11Launcher: Remove the Launcher app, and all hacks in support of itAndreas Kling
2019-11-11WindowServer: Sort the system menu app categories alphabeticallyAndreas Kling
2019-11-11WindowServer: Don't send menu item activations for separatorsAndreas Kling
2019-11-11WindowManager: Simplify menu bar open/close logicAndreas Kling
2019-11-11WindowManager: Move more of the menu management logic to WSMenuManagerAndreas Kling
2019-11-11WindowServer: Organize system menu app shortcuts into categoriesAndreas Kling
2019-11-11SystemServer: Stop launching the Launcher app on startupAndreas Kling
2019-11-11WindowServer: Populate system menu with app launchers from /res/appsAndreas Kling
2019-11-10WindowServer: Don't de-maximize windows immediately (#756)masi456
2019-11-09WindowServer: Some minor comments and cleanups in WSCompositorAndreas Kling
2019-11-06Kernel+SystemServer: Get rid of two virtual consolesAndreas Kling
2019-11-04LibAudio: Added playback control features to audio serverTill Mayer
2019-11-03POSIX compliance: (most) shell scripts converted to generic shellGeorge Pickering
2019-10-31WindowServer: Fixed Menubar resize issueJesse Buhagiar
2019-10-31SystemServer: Reap dead processes. (#706)DrewStratford
2019-10-26WindowServer: Center the mouse cursor on startupAndreas Kling
2019-10-23WindowManager: Make maximised windows unmaximise when dragged.Chyza
2019-10-19AudioServer: Added ability to get count of samples in the buffer queueTill Mayer