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-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
2019-07-13
WindowServer: Don't deliver the same mouse event twice.
Andreas Kling
2019-07-13
Kernel: First cut of a sb16 driver
Robin Burchell
2019-07-12
WSWindowManager: Ensure that we pick a single window to deliver a full stream...
Robin Burchell
2019-07-10
WindowServer: Use CProcessStatisticsReader in WSCPUMonitor.
Andreas Kling
2019-07-04
WindowServer: Convert dbgprintf() in WSWindowManager to dbg().
Andreas Kling
2019-07-03
AK: Rename the common integer typedefs to make it obvious what they are.
Andreas Kling
2019-06-30
WindowServer: Add a separator before "close" in window menus.
Andreas Kling
2019-06-30
Meta: Removed all gitignore in the source tree only keeping the root one
VAN BOSSUYT Nicolas
2019-06-30
GUI: Use Win2K-like "warm gray" color instead of the older colder gray.
Andreas Kling
2019-06-29
WindowServer: Allow changing window opacity with Logo+MouseWheel.
Andreas Kling
2019-06-29
Kernel: Change the format of /proc/all to JSON.
Andreas Kling
2019-06-28
WindowServer: Make use of the new Vector(initializer_list).
Andreas Kling
2019-06-22
Userland: Fix many compiler warnings.
Andreas Kling
2019-06-22
WindowServer: Fix compiler warnings.
Andreas Kling
2019-06-21
AK: Rename RetainPtr.h => RefPtr.h, Retained.h => NonnullRefPtr.h.
Andreas Kling
2019-06-21
Change "retain" to "ref" in various comments.
Andreas Kling
2019-06-21
AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.
Andreas Kling
2019-06-21
AK: Rename Retainable => RefCounted.
Andreas Kling
2019-06-21
WindowServer: Move some event code from WSWindowManager to WSMenuBarKeeper.
Andreas Kling
2019-06-21
WindowServer: Make most of WSMenuBarKeeper private.
Andreas Kling
2019-06-21
WindowServer+Taskbar: Let WindowServer manage the "window menus".
Andreas Kling
[prev]
[next]