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
2020-02-24
LibGUI: Show the columns view action in the toolbar (but disable it)
Andreas Kling
2020-02-24
LibThread: Post the completion callbacks to the *current* event loop
Andreas Kling
2020-02-24
LibGUI: Complain in SortingProxyModel::data() if map_to_target() fails
Andreas Kling
2020-02-24
LibGUI: Use MultiView in FilePicker
Andreas Kling
2020-02-24
LibGUI: Add a MultiView widget, based on FileManager's "DirectoryView"
Andreas Kling
2020-02-24
LibGUI: Make AbstractView::set_model() take a RefPtr<Model>
Andreas Kling
2020-02-24
WindowServer+LibGUI: Allow changing a window's base size and increment
Andreas Kling
2020-02-24
LibGUI: Scroll selected treeview entries into view
Tibor Nagy
2020-02-24
AK: Add offset_in_page() method in PhysicalAddress class
Liav A
2020-02-24
LibGUI: Implement keyboard and mouse wheel events for SpinBox
Tibor Nagy
2020-02-24
LibGUI: Fix silly nullptr dereference in MessageBox::show()
Andreas Kling
2020-02-23
LibGUI: Add helper for constructing new TabWidget tabs
Andreas Kling
2020-02-23
LibGUI: Remove parent parameter to GUI::Widget constructor
Andreas Kling
2020-02-23
LibGfx: Fix accidentally hardcoded font height in Font::clone()
Tibor Nagy
2020-02-23
LibGUI: Make GUI::Frame have the 2px sunken container look by default
Andreas Kling
2020-02-23
Userspace: Use Core::Object::add() when building interfaces
Andreas Kling
2020-02-23
LibGUI: Reduce header dependencies of ComboBox
Andreas Kling
2020-02-23
LibGUI: Use Core::Object::add() a whole bunch
Andreas Kling
2020-02-23
LibGUI: Don't require passing a parent to widget constructors
Andreas Kling
2020-02-23
LibCore: Add Core::Object::add<T> helper for creating child objects
Andreas Kling
2020-02-23
LibGUI: Add some missing widget classes to Forward.h
Andreas Kling
2020-02-23
LibGfx: Add a way to construct an empty Font with arbitrary metrics
Andreas Kling
2020-02-22
LibC: Implement strchrnul()
Shannon Booth
2020-02-22
LibGUI: Remove debug spam when resizing table columns
Andreas Kling
2020-02-22
LibCore: Log a more helpful message when Socket::connect() fails
Andreas Kling
2020-02-22
LibCore: Fix wrong return value in Core::Socket::destination_address()
Andreas Kling
2020-02-22
LibGUI: Take scroll offset into account when manipulating table headers
Andreas Kling
2020-02-22
LibELF: Avoid unnecessarily recomputing loop boundaries over and over
Andreas Kling
2020-02-21
LibGUI: Improve TreeView keyboard navigation
Tibor Nagy
2020-02-21
Toolchain: Build demangling into LibC except during toolchain build
Andreas Kling
2020-02-21
LibELF: Use the ELF_STRTAB string constant instead of hard-coding
Andreas Kling
2020-02-20
LibGfx+LibGUI: Allow theming the focus outline of AbstractButton
Tibor Nagy
2020-02-20
LibGfx+LibGUI: Allow theming the text cursor
Tibor Nagy
2020-02-20
AK: Use size_t for ByteBuffer sizes
Andreas Kling
2020-02-20
LibC: Implement crappy version of pread()
Andreas Kling
2020-02-20
LibC: Stub out getpass()
Andreas Kling
2020-02-20
LibC: Add h_errno and stub out getservbyname()
Andreas Kling
2020-02-20
LibC: Add inet_ntoa()
Andreas Kling
2020-02-20
Kernel+LibC: Add SO_REUSEADDR macro
Andreas Kling
2020-02-20
LibC: Add an empty <netinet/tcp.h>
Andreas Kling
2020-02-20
LibC: Add some missing macros to inttypes.h
Andreas Kling
2020-02-19
LibC: Don't assert on fflush(nullptr)
Andreas Kling
2020-02-19
LibC: Add hack implementation of gmtime_r() matching gmtime()
Andreas Kling
2020-02-19
LibELF: Short-circuit symbolication when there are no symbols
Andreas Kling
2020-02-19
LibC: Always inline the printf character helpers
Andreas Kling
2020-02-19
WindowServer+LibGUI: Force full window repaints after theme change
Andreas Kling
2020-02-19
LibC: Fix big endian definitions
Liav A
2020-02-19
LibGUI: Update TextEditor to use ruler colors from the system theme
Tibor Nagy
2020-02-19
LibGfx: Add ColorRoles for rulers
Tibor Nagy
2020-02-19
WindowServer+LibGUI+LibHTML: Fix build with -std=c++2a
Andreas Kling
[next]