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-08-03
AudioServer: Port to the new generated IPC mechanism
Andreas Kling
2019-08-03
IPCCompiler: More work towards AudioServer bringup
Andreas Kling
2019-08-03
IPCCompiler: Generate getters for message ID's and message names
Andreas Kling
2019-08-03
LibIPC: Start fleshing out a separate IPC library
Andreas Kling
2019-08-03
GWidget: Implement set_backcolor() and set_forecolor()
Andreas Kling
2019-08-03
GVariant: Try to do color string parsing in GVariant::to_color()
Andreas Kling
2019-08-03
LibDraw: Add Color::from_string(StringView)
Andreas Kling
2019-08-03
LibCore: Make get_current_user_home_path() return String & close passwd
Andreas Kling
2019-08-02
LibGUI: Allow setting window icon before show().
rhin123
2019-08-02
LibAudio: Explicitly ignore IPC postprocessing requests
Andreas Kling
2019-08-02
Kernel: mount system call (#396)
Jesse
2019-08-02
CEventLoop: Devirtualize take_pending_events_from(CEventLoop)
Andreas Kling
2019-08-01
LibHTML: Make some use of Vector::empend().
Andreas Kling
2019-08-01
GDirectoryModel: Fix redundant identical comparison.
Andreas Kling
2019-08-01
LibCore: Initialize pid/id variables in CoreIPC{Client,Server}
Andreas Kling
2019-08-01
Painter: Scaling RGBA32 bitmaps treated the source as alpha-less RGB32
Andreas Kling
2019-08-01
Kernel+LibC: A lot of the signal handling code was off-by-one.
Andreas Kling
2019-08-01
LibC: In fgetc(), fread() will never return < 0.
Andreas Kling
2019-08-01
CEventLoop: Add a missing initializer to EventLoopTimer.
Andreas Kling
2019-08-01
CIODevice: printf() thought it was calling ::write() but it was write()
Andreas Kling
2019-07-31
GDirectoryModel: Tweak default width of permission bits column
Andreas Kling
2019-07-31
GTableView: Elide cell content so it doesn't overflow the cell rect
Andreas Kling
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
[next]