summaryrefslogtreecommitdiff
path: root/Servers
AgeCommit message (Expand)Author
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
2019-10-19ASMixer: Removed unused variable in ASBufferQueueTill Mayer
2019-10-19LibDraw: Rename Painter::blit_tiled() => draw_tiled_bitmap()Andreas Kling
2019-10-16LibAudio: Fixed stuttery playback of audioTill Mayer
2019-10-16LookupServer: Remove debug spam about /etc/hostsAndreas Kling
2019-10-16LookupServer: Cache successful DNS lookup responses for 1 minuteAndreas Kling
2019-10-10LibGUI+WindowServer: Add a "Hand" cursor to the standard cursorsAndreas Kling
2019-09-30ByteBuffer: Remove pointer() in favor of data()Andreas Kling
2019-09-28TelnetServer: Accept arbitrary command with -cLarkin Nickle
2019-09-22WindowServer: Remove debug spam about child window removalsAndreas Kling
2019-09-22LibCore: Remove ObjectPtr in favor of RefPtrAndreas Kling
2019-09-22LibCore: Make CObject reference-countedAndreas Kling
2019-09-21LibCore: Convert CFile to ObjectPtrAndreas Kling
2019-09-21LibCore: Remove CTimer::create() overloads in favor of construct()Andreas Kling
2019-09-21LibCore: Convert CTCPServer to ObjectPtrAndreas Kling
2019-09-21LibCore: Convert CLocalServer to ObjectPtrAndreas Kling
2019-09-21LibCore: Convert CLocalSocket to ObjectPtrAndreas Kling
2019-09-21LibCore: Convert CTCPSocket to ObjectPtr, add construct() helperAndreas Kling
2019-09-20LibCore+LibGUI+WindowServer: Make events bubble up through ancestorsAndreas Kling
2019-09-20LibCore: Convert CNotifier to ObjectPtrAndreas Kling