index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2019-07-18
WindowServer: Fix build after renaming WSMenuBarKeeper => WSMenuManager.
Andreas Kling
2019-07-18
Kernel: Remove unnecessary use of LibDraw.
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
JsonValue: Add to_uint(), to_int() and as_double().
Andreas Kling
2019-07-18
ps: Widen state field to fit "Condition" and other fields
Robin Burchell
2019-07-18
ps: Port to using CProcessStatisticsReader and /proc/all
Robin Burchell
2019-07-18
CProcessStatisticsReader: Be consistent about terminology from the kernel down
Robin Burchell
2019-07-17
TextEditor: Show window icon
rhin123
2019-07-17
LibGUI: Revert GWindowServerConnection to being a singleton
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
Port LibGUI to use CIPCClientSideConnection
Robin Burchell
2019-07-17
Make AClientConnection generic
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
Kernel: Initial FDC Device Driver (#315)
Jesse
2019-07-17
Kernel: Split SCHEDULER_DEBUG into a new SCHEDULER_RUNNABLE_DEBUG
Robin Burchell
2019-07-17
Kernel: Fix a nasty lock bug with exec()
Robin Burchell
2019-07-17
LibC: Fix MALLOC_DEBUG to work
Robin Burchell
2019-07-17
top: Widen "state" field slightly to accomodate "Condition".
Andreas Kling
2019-07-17
AClientConnection: Fix double exit
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-17
Kernel: Remove unused Alarm.h
Andreas Kling
2019-07-16
LibGUI: Add input types to GMessageBox.
Andreas Kling
2019-07-16
WindowServer: Spawn a SystemDialog when activating the shutdown menu.
Andreas Kling
2019-07-16
SystemDialog: Add a new app for showing system dialogs.
Andreas Kling
2019-07-16
Piano: Create the connection after the event loop
Robin Burchell
2019-07-16
CNotifier: Turn into a CObject and Use the event queue to deliver events
Robin Burchell
2019-07-16
LibCore: Add a way to mark a socket as blocking (or not)
Robin Burchell
2019-07-16
SharedBuffer: Fix deadlock on destroy
Robin Burchell
2019-07-16
SharedBuffer: fix nullptr dereference on seal
Robin Burchell
2019-07-16
CNotifier: Provide a way to unregister a notifier temporarily
Robin Burchell
2019-07-16
Kernel: Remove use of [[gnu::pure]].
Andreas Kling
2019-07-16
IDEDiskDevice: Remove superstitious memory_barrier().
Andreas Kling
2019-07-16
CSocket: Also call on_connected for local socket connections
Robin Burchell
2019-07-16
LibCore: Always call on_connected whether the connection was synchronous or not
Robin Burchell
2019-07-16
AK: Add a new TestSuite.h from my own work, adapted to match the existing one...
Robin Burchell
2019-07-16
Kernel: SharedBuffer sharing cleanup
Robin Burchell
2019-07-16
BufferStream: Add a function to fully reset state
Robin Burchell
2019-07-16
BufferStream: Add signed int overloads for read/write
Robin Burchell
2019-07-16
TextEditorWidget: Stop dbgprintf from printing null
rhin123
2019-07-16
GFilePicker: Changed file_exists MessageBox to warning
rhin123
2019-07-16
TextEditor: Show window after text_widget loads
rhin123
2019-07-15
LogStream: Add a simple-ish mechanism for colorizing and styling output.
Andreas Kling
[next]