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-14
GTableView: Add a way to customize cell painting per-column
Andreas Kling
2019-08-14
StylePainter: Move progress bar painting from GProgressBar to here
Andreas Kling
2019-08-14
GJsonArrayModel: Add hook for customizing the GModel::Role::Custom data
Andreas Kling
2019-08-14
Libraries: Add LibPCIDB for reading PCI device information from pci.ids
Conrad Pankoff
2019-08-13
LibVT: Shave down VT::Attribute from 8 bytes to 3 bytes
Andreas Kling
2019-08-13
LibVT: Rename VT::BufferPosition to VT::Position and move to own file
Andreas Kling
2019-08-12
Kernel+LibC+crash: Add mprotect() syscall
Andreas Kling
2019-08-12
GButton: Allow non-checkable buttons to render as checked
Andreas Kling
2019-08-12
LibVT: Factor out terminal emulation from Terminal to make it reusable
Andreas Kling
2019-08-12
GJsonArrayModel: Add hook to customize what comes out of GModel::Sort
Andreas Kling
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
[next]