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-08
GTableView: Debug-log the current column width while resizing
Andreas Kling
2019-08-06
LibCore: Initialise m_port as zero in CSocketAddress
Conrad Pankoff
2019-08-05
GComboBox: Make set_only_allow_values_from_model() actually take effect
Andreas Kling
2019-08-05
GComboBox: Include the selected index with the on_change notification
Andreas Kling
2019-08-05
LibGUI: Allow specifying the model column for GListView and GComboBox
Andreas Kling
2019-08-05
GComboBox: Constrain the list popup window height to the desktop rect
Andreas Kling
2019-08-05
CEventLoop: Create the wake pipe with O_CLOEXEC
Sergey Bugaev
2019-08-05
Kernel+LibC: Support passing O_CLOEXEC to pipe()
Sergey Bugaev
2019-08-05
LibCore: Add CTCPServer
Conrad Pankoff
2019-08-04
LibCore: Move CHttpJob and CNetworkJob output to the right places
Andreas Kling
2019-08-04
CSocket: Close the underlying socket on destruction
Andreas Kling
2019-08-04
CHttpJob: Drive response download via on_ready_read instead of blocking
Andreas Kling
2019-08-04
LibC: Define SIZE_MAX
Conrad Pankoff
2019-08-04
CHttpJob: Collect the payload as a list of buffers during download
Andreas Kling
2019-08-04
CHttpJob: If no "Content-Length" header was received, read until EOF
Andreas Kling
2019-08-04
LibDraw: Add Font::default_bold_fixed_width_font()
Andreas Kling
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
[next]