summaryrefslogtreecommitdiff
path: root/Servers
AgeCommit message (Expand)Author
2019-08-12Kernel: Use established device name and number for framebufferConrad Pankoff
2019-08-08WindowServer: Use range-for with InlineLinkedListAndreas Kling
2019-08-03IPCCompiler+AudioServer: Accept "//"-style comments in IPC defintionsAndreas Kling
2019-08-03AudioServer: Port to the new generated IPC mechanismAndreas Kling
2019-08-03AudioServer: Link against LibIPCAndreas Kling
2019-08-03AudioServer: The EnqueueBuffer response needs a success booleanAndreas Kling
2019-08-03IPCCompiler: Start working on a simple IPC definition languageAndreas Kling
2019-08-01SystemServer: Remove always-true "if (pid == 0)" checkAndreas Kling
2019-07-31WindowServer: Fix bad assertion when setting wallpaperAndreas Kling
2019-07-31WindowServer: Allow moving the Launcher window type.Andreas Kling
2019-07-31WindowServer: Control WSClientConnection's window list teardown betterAndreas Kling
2019-07-29AudioServer: Begin work on a new IPC API style.Andreas Kling
2019-07-29AudioServer: Add a "main mix volume" and a simple program to get/set itAndreas Kling
2019-07-28AudioServer+LibAudio: Make mixing queue-based instead of buffer-based.Andreas Kling
2019-07-28AudioServer: Add a buffer queue so we can buffer some sound.Andreas Kling
2019-07-28WindowServer+LibGUI: Remove old "icon path" way of doing things.Andreas Kling
2019-07-28WindowServer+LibGUI: Pass window icons as shared buffers rather than paths.Andreas Kling
2019-07-27AudioServer: Let ASMixer notify ASClientConnection about finished buffers.Andreas Kling
2019-07-27WindowServer+AudioServer: Add some missing C_OBJECT macros.Andreas Kling
2019-07-27AudioServer: Remove some outdated comments.Andreas Kling
2019-07-27Audio: Make ABuffer sit on top of a SharedBuffer.Andreas Kling
2019-07-27AudioServer: Avoid two heap allocations per mixing iteration.Andreas Kling
2019-07-27Audio: Make basic streaming WAV playback work.Andreas Kling
2019-07-27LibCore: Port CoreIPCServer to using CLocalServer.Andreas Kling
2019-07-27WindowServer: Add missing WSAPITypes.h include in WSClientConnection.hAndreas Kling
2019-07-25LibCore: Introduce a C_OBJECT macro.Andreas Kling
2019-07-24AK: Make HashMap::get(Key) return an Optional<Value>.Andreas Kling
2019-07-24WindowServer: Convert Vector<OwnPtr> to NonnullOwnPtrVector.Andreas Kling
2019-07-24Convert HashMap<Key, OwnPtr<T>> to HashMap<Key, NonnullOwnPtr<T>>.Andreas Kling
2019-07-21Userspace: Deal with select() returning EINTR on a signal interruptionRobin Burchell
2019-07-21WindowServer: Disable the global menubar while a modal window is active.Andreas Kling
2019-07-18WindowServer: Fix build after renaming WSMenuBarKeeper => WSMenuManager.Andreas Kling
2019-07-18LibDraw: Introduce (formerly known as SharedGraphics.)Andreas Kling
2019-07-18WindowServer: Rename (files) WSMenuBarKeeper => WSMenuManager.Andreas Kling
2019-07-18WindowServer: Rename WSMenuBarKeeper => WSMenuManager.Andreas Kling
2019-07-18SharedBuffer: Split the creation and share stepsRobin Burchell
2019-07-18CProcessStatisticsReader: Be consistent about terminology from the kernel downRobin Burchell
2019-07-17AudioServer: Use Vector::append(Vector&&) for pending mix buffers.Andreas Kling
2019-07-17Rename new IPC headers & classesRobin Burchell
2019-07-17WSEventLoop: Remove inheritance from CEventLoopRobin Burchell
2019-07-17Port WSClientConnection to CIPCServerSideClientRobin Burchell
2019-07-17Introduce CIPCServerSideClientRobin Burchell
2019-07-17ABuffer: clamp -> clipRobin Burchell
2019-07-17ABuffer: move it and groove itRobin Burchell
2019-07-17Work on AudioServerRobin Burchell
2019-07-16WindowServer: Spawn a SystemDialog when activating the shutdown menu.Andreas Kling
2019-07-14WSEventLoop: Move message processing into WSClientConnectionRobin Burchell
2019-07-14WindowServer: Add a custom window type for LauncherRobin Burchell
2019-07-14WSEventLoop: Treat invalid window types the same as unknown window typesRobin Burchell
2019-07-13AudioServer: Assorted infrastructure workRobin Burchell