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-31
LibGUI: Simplify GTreeView ancestor traversal
Conrad Pankoff
2019-07-31
LibGUI: Reify intermediate nodes during index traversal
Conrad Pankoff
2019-07-31
GDirectoryModel: Add "modification time" column.
Andreas Kling
2019-07-31
GVariant: Add Type::UnsignedInt.
Andreas Kling
2019-07-31
GDirectoryModel: Shrink the Permissions and Inode columns a little bit.
Andreas Kling
2019-07-30
LibCore: Rename CFileStreamReader => CIODeviceStreamReader.
Andreas Kling
2019-07-30
GFilePicker: Edit file name on opening window
rhin123
2019-07-29
AudioServer: Begin work on a new IPC API style.
Andreas Kling
2019-07-29
TextEditor: Include extension during SaveAs
rhin123
2019-07-29
AudioServer: Add a "main mix volume" and a simple program to get/set it
Andreas Kling
2019-07-29
Kernel+AK: Remove AK/StdLibExtras.cpp, moving kernel stuff to Kernel/.
Andreas Kling
2019-07-29
Kernel+ProcessManager: Let processes have an icon and show it in the table.
Andreas Kling
2019-07-28
LibAudio: Silence some debug spam in the WAV loader.
Andreas Kling
2019-07-28
LibAudio+aplay: Make the aplay output look a little funner.
Andreas Kling
2019-07-28
LibAudio: WAV: Don't emit the very last sample in each decoded batch.
Andreas Kling
2019-07-28
AudioServer+LibAudio: Make mixing queue-based instead of buffer-based.
Andreas Kling
2019-07-28
GFilePicker: Quality of life improvements (#370)
Rhin
2019-07-28
AudioServer: Add a buffer queue so we can buffer some sound.
Andreas Kling
2019-07-28
GTabWidget: Allow putting the tabs on the bottom of the widget.
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
LibAudio: Remove an unnecessary copy of sample buffers before sending them.
Andreas Kling
2019-07-27
TextEditor: Let's have line numbers starting at 1.
Andreas Kling
2019-07-27
LibAudio: Allow WAV files up to 1GB.
Andreas Kling
2019-07-27
LibAudio: WAV reading should stop when we run out of file. :^)
Andreas Kling
2019-07-27
Audio: Make ABuffer sit on top of a SharedBuffer.
Andreas Kling
2019-07-27
Audio: Make basic streaming WAV playback work.
Andreas Kling
2019-07-27
LibCore: Add CFileStreamReader, a simple streaming CFile reader.
Andreas Kling
2019-07-27
LibAudio: Use ByteBuffer::slice_view() to avoid double memory usage.
Andreas Kling
2019-07-27
LibAudio: Run clang-format on all of it to make editing easier.
Andreas Kling
2019-07-27
CIODevice: Try to preallocate the exact needed buffer size in read_all().
Andreas Kling
2019-07-27
LibDraw: Tweak the hover highlight color.
Andreas Kling
2019-07-27
LibCore: Remove CSocket's bind() and listen().
Andreas Kling
2019-07-27
LibCore: Port CoreIPCServer to using CLocalServer.
Andreas Kling
2019-07-27
LibCore: Use clang-format on CoreIPC{Client,Server}.
Andreas Kling
2019-07-27
CSocket: Add an on_ready_to_read callback.
Andreas Kling
2019-07-27
CIODevice: Add a virtual did_update_fd() no notify subclasses of fd change.
Andreas Kling
2019-07-27
LibCore: Add CLocalServer, a server-only local socket class.
Andreas Kling
2019-07-27
GSplitter: Explicitly set the size policies when resizing.
Andreas Kling
2019-07-27
GWidget: Remove unused is_widget() virtual.
Andreas Kling
2019-07-27
GWidget: Add set_size_policy(Orientation, Policy).
Andreas Kling
2019-07-27
LibCore: Add comment about child events for partially-constructed children.
Andreas Kling
2019-07-26
LibCore: Add CSocket::bind() (virtual) and CSocket::listen().
Andreas Kling
2019-07-26
LibGUI: GDialog should close its nested event loop on window close.
Andreas Kling
2019-07-26
CEventLoop: Convert dbgprintf() to dbg().
Andreas Kling
2019-07-26
LibHTML: A tiny bit of work towards block layout.
Andreas Kling
2019-07-25
LibCore: Introduce a C_OBJECT macro.
Andreas Kling
2019-07-25
CEventLoop: Don't re-process already processed events when un-nesting.
Andreas Kling
2019-07-25
LibC: Don't clobber errno in free().
Andreas Kling
2019-07-25
LibC: Make sure we always return the intended errno from execvpe().
Andreas Kling
[next]