index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
Age
Commit message (
Expand
)
Author
2019-07-23
LibGUI: Exit the main event loop when the last window is deleted.
Andreas Kling
2019-07-23
LibDraw: Add LogStream operator<< overload for Color.
Andreas Kling
2019-07-23
CEventLoop: Avoid undefined evaluation order in register_timer().
Andreas Kling
2019-07-22
GDirectoryModel: Don't forget to drain the watch descriptor.
Andreas Kling
2019-07-22
GDirectoryModel: Automagically update on filesystem changes.
Andreas Kling
2019-07-22
Kernel: Add a mechanism for listening for changes to an inode.
Andreas Kling
2019-07-21
Kernel+LibC: Add a dbgputstr() syscall for sending strings to debug output.
Andreas Kling
2019-07-21
Libraries: Fix wrong paths to "Root" in the various install.sh scripts.
Andreas Kling
2019-07-21
Libraries: Remove unused "install" targets.
Andreas Kling
2019-07-21
Kernel+LibC: Add a dbgputch() syscall and use it for userspace dbgprintf().
Andreas Kling
2019-07-21
Userspace: Deal with select() returning EINTR on a signal interruption
Robin Burchell
2019-07-21
CEventLoop: Skip over null events in the queue.
Andreas Kling
2019-07-21
Kernel+LibC: Add a dump_backtrace() syscall.
Andreas Kling
2019-07-20
GWidget: Add set_preferred_size(width, height) overload.
Andreas Kling
2019-07-20
GSplitter: Implement using the orientation-based geometry helpers.
Andreas Kling
2019-07-20
LibDraw: Add orientation-based size helpers to Size as well.
Andreas Kling
2019-07-20
GSlider: Add support for vertical sliders.
Andreas Kling
2019-07-20
LibDraw: Add orientation-based offset/size manipulation helpers.
Andreas Kling
2019-07-20
LibDraw: Move the Orientation enum to its own LibDraw header file.
Andreas Kling
2019-07-20
CEventLoop: Use Vector::prepend(Vector&&) to shuffle events to outer loop.
Andreas Kling
2019-07-20
CEventLoop: Remove some no-longer-used virtuals.
Andreas Kling
2019-07-19
Kernel: Only allow superuser to halt() the system (#342)
Jesse
2019-07-19
Kernel+Userland: Addd reboot syscall (#334)
Jesse
2019-07-18
StylePainter: Tweak surface highlight color to match the system warm gray.
Andreas Kling
2019-07-18
GFilePicker: OKCancel MsgBox for overwriting files
rhin123
2019-07-18
AWavLoader: Share code between 24/16/8 bit reading
Robin Burchell
2019-07-18
AWavLoader: Support 24 bit wav files (mono & stereo)
Robin Burchell
2019-07-18
LibDraw: Introduce (formerly known as SharedGraphics.)
Andreas Kling
2019-07-18
SharedBuffer: Split the creation and share steps
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
LibGUI: Revert GWindowServerConnection to being a singleton
Robin Burchell
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
Port WSClientConnection to CIPCServerSideClient
Robin Burchell
2019-07-17
Introduce CIPCServerSideClient
Robin Burchell
2019-07-17
LibC: Fix MALLOC_DEBUG to work
Robin Burchell
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-16
LibGUI: Add input types to GMessageBox.
Andreas Kling
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
CNotifier: Provide a way to unregister a notifier temporarily
Robin Burchell
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
GFilePicker: Changed file_exists MessageBox to warning
rhin123
2019-07-15
TextEditorWidget: Added improved save feature.
rhin123
[next]