index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Servers
Age
Commit message (
Expand
)
Author
2019-08-12
Kernel: Use established device name and number for framebuffer
Conrad Pankoff
2019-08-08
WindowServer: Use range-for with InlineLinkedList
Andreas Kling
2019-08-03
IPCCompiler+AudioServer: Accept "//"-style comments in IPC defintions
Andreas Kling
2019-08-03
AudioServer: Port to the new generated IPC mechanism
Andreas Kling
2019-08-03
AudioServer: Link against LibIPC
Andreas Kling
2019-08-03
AudioServer: The EnqueueBuffer response needs a success boolean
Andreas Kling
2019-08-03
IPCCompiler: Start working on a simple IPC definition language
Andreas Kling
2019-08-01
SystemServer: Remove always-true "if (pid == 0)" check
Andreas Kling
2019-07-31
WindowServer: Fix bad assertion when setting wallpaper
Andreas Kling
2019-07-31
WindowServer: Allow moving the Launcher window type.
Andreas Kling
2019-07-31
WindowServer: Control WSClientConnection's window list teardown better
Andreas Kling
2019-07-29
AudioServer: Begin work on a new IPC API style.
Andreas Kling
2019-07-29
AudioServer: Add a "main mix volume" and a simple program to get/set it
Andreas Kling
2019-07-28
AudioServer+LibAudio: Make mixing queue-based instead of buffer-based.
Andreas Kling
2019-07-28
AudioServer: Add a buffer queue so we can buffer some sound.
Andreas Kling
2019-07-28
WindowServer+LibGUI: Remove old "icon path" way of doing things.
Andreas Kling
2019-07-28
WindowServer+LibGUI: Pass window icons as shared buffers rather than paths.
Andreas Kling
2019-07-27
AudioServer: Let ASMixer notify ASClientConnection about finished buffers.
Andreas Kling
2019-07-27
WindowServer+AudioServer: Add some missing C_OBJECT macros.
Andreas Kling
2019-07-27
AudioServer: Remove some outdated comments.
Andreas Kling
2019-07-27
Audio: Make ABuffer sit on top of a SharedBuffer.
Andreas Kling
2019-07-27
AudioServer: Avoid two heap allocations per mixing iteration.
Andreas Kling
2019-07-27
Audio: Make basic streaming WAV playback work.
Andreas Kling
2019-07-27
LibCore: Port CoreIPCServer to using CLocalServer.
Andreas Kling
2019-07-27
WindowServer: Add missing WSAPITypes.h include in WSClientConnection.h
Andreas Kling
2019-07-25
LibCore: Introduce a C_OBJECT macro.
Andreas Kling
2019-07-24
AK: Make HashMap::get(Key) return an Optional<Value>.
Andreas Kling
2019-07-24
WindowServer: Convert Vector<OwnPtr> to NonnullOwnPtrVector.
Andreas Kling
2019-07-24
Convert HashMap<Key, OwnPtr<T>> to HashMap<Key, NonnullOwnPtr<T>>.
Andreas Kling
2019-07-21
Userspace: Deal with select() returning EINTR on a signal interruption
Robin Burchell
2019-07-21
WindowServer: Disable the global menubar while a modal window is active.
Andreas Kling
2019-07-18
WindowServer: Fix build after renaming WSMenuBarKeeper => WSMenuManager.
Andreas Kling
2019-07-18
LibDraw: Introduce (formerly known as SharedGraphics.)
Andreas Kling
2019-07-18
WindowServer: Rename (files) WSMenuBarKeeper => WSMenuManager.
Andreas Kling
2019-07-18
WindowServer: Rename WSMenuBarKeeper => WSMenuManager.
Andreas Kling
2019-07-18
SharedBuffer: Split the creation and share steps
Robin Burchell
2019-07-18
CProcessStatisticsReader: Be consistent about terminology from the kernel down
Robin Burchell
2019-07-17
AudioServer: Use Vector::append(Vector&&) for pending mix buffers.
Andreas Kling
2019-07-17
Rename new IPC headers & classes
Robin Burchell
2019-07-17
WSEventLoop: Remove inheritance from CEventLoop
Robin Burchell
2019-07-17
Port WSClientConnection to CIPCServerSideClient
Robin Burchell
2019-07-17
Introduce CIPCServerSideClient
Robin Burchell
2019-07-17
ABuffer: clamp -> clip
Robin Burchell
2019-07-17
ABuffer: move it and groove it
Robin Burchell
2019-07-17
Work on AudioServer
Robin Burchell
2019-07-16
WindowServer: Spawn a SystemDialog when activating the shutdown menu.
Andreas Kling
2019-07-14
WSEventLoop: Move message processing into WSClientConnection
Robin Burchell
2019-07-14
WindowServer: Add a custom window type for Launcher
Robin Burchell
2019-07-14
WSEventLoop: Treat invalid window types the same as unknown window types
Robin Burchell
2019-07-13
AudioServer: Assorted infrastructure work
Robin Burchell
[next]