summaryrefslogtreecommitdiff
path: root/Servers
AgeCommit message (Expand)Author
2019-12-25Build: support library and generator dependenciesjoshua stein
2019-12-24LibGUI+LibDraw: Add "Palette" concept for scoped color themingAndreas Kling
2019-12-24LibDraw: Add Selection and SelectionText system theme colorsAndreas Kling
2019-12-24LibDraw: Add Button and ButtonText system theme colorsAndreas Kling
2019-12-24WindowServer: Paint window frame button symbols in SystemColor::TextAndreas Kling
2019-12-23WindowServer+LibGUI: Implement basic color themingAndreas Kling
2019-12-22AudioServer: Remove any pending mixer queues whose client disconnectedAndreas Kling
2019-12-20Build: clean up build system, use one shared Makefilejoshua stein
2019-12-20WindowServer: Starting a drag should forget the active input windowAndreas Kling
2019-12-20WindowServer+LibGUI: Add data_type and data fields to drag operationsAndreas Kling
2019-12-16WindowServer: Stop linking with LibAudioAndreas Kling
2019-12-16WindowServer+MenuApplets: Move the "Audio" applet to its own programAndreas Kling
2019-12-16WindowServer+CPUGraph: Make menu applets be "regular" windowsAndreas Kling
2019-12-15WindowServer: Fix MenuManager item postitions after screen resolution change.Hüseyin ASLITÜRK
2019-12-09AK: Use size_t for the length of stringsAndreas Kling
2019-12-09WindowServer: Fix typo in drag&drop cursor rect computation :^) (#863)Kevin Murphy
2019-12-08WindowServer: Disambiguate "dragging" a bit, use "moving" more insteadAndreas Kling
2019-12-08WindowServer: Add a dedicated drag cursorAndreas Kling
2019-12-08LibGUI+WindowServer: Allow specifying an optional drag bitmapAndreas Kling
2019-12-08LibGUI+WindowServer: Start fleshing out drag&drop functionalityAndreas Kling
2019-12-08AudioServer: Set the mixer thread name to "AudioServer[mixer]"Andrew Kaster
2019-12-08AudioServer: Install headersAndreas Kling
2019-12-06LibIPC: Get client/server PIDs using getsockopt(SO_PEERCRED)Andreas Kling
2019-12-05WindowServer: Compute some layout rects in WSMenuManager up frontAndreas Kling
2019-12-05WindowServer: Remove WSCPUMonitorAndreas Kling
2019-12-05WindowServer: Add basic menu applet conceptAndreas Kling
2019-12-05WindowServer: Move window minimize animation to a separate functionAndreas Kling
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