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-12
GTableView and friends: API improvements for 'Sortable' flag.
Ignas S
2019-08-12
GDirectoryModel: prevent sorting by icons.
Ignas S
2019-08-12
GTableView: add 'sortable' column header flag.
Ignas S
2019-08-11
GSortingProxyModel: Sort case insensitively by default (#441)
ignas-sa
2019-08-11
GScrollBar: highlight the scrubber while it's in use.
Ignas S
2019-08-10
LibCore: Use URL in CHttpRequest
Andreas Kling
2019-08-10
AK: Add a basic URL class to help us handle URL's
Andreas Kling
2019-08-10
GJsonArrayModel: Support fields that aren't tied to a single JSON value
Andreas Kling
2019-08-10
GJsonArrayModel: Add an optional "massage_for_display" fieldspec hook
Andreas Kling
2019-08-10
LibGUI: Add GJsonArrayModel, a simple JSON-data-file-as-GModel helper
Andreas Kling
2019-08-10
LibM: Implement sqrt()
Sergey Bugaev
2019-08-09
GLabel: Repaint immediately on icon change
Andreas Kling
2019-08-09
GFilePicker: Make double-clicking actually choose/pick the file
Andreas Kling
2019-08-09
Painter: Fix off-by-one in bounding rects for right-aligned text
Andreas Kling
2019-08-09
GTableView: Add a mode for automatically sizing column to fit content
Andreas Kling
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
[next]