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-03-02
LibBareMetal: Add IOAddress class
Liav A
2020-03-02
LibBareMetal: Add support for kernel log stream
Liav A
2020-03-02
AK: Move the wildcard-matching implementation to StringUtils
howar6hill
2020-03-01
AK: Remove unnecessary casts to size_t, after Vector changes
Andreas Kling
2020-02-29
LibMarkdown: Fix breakage from Vector using size_t
Andreas Kling
2020-02-29
LibELF: Use MAP_PRIVATE for file-backed mmaps in ELFDynamicLoader
Andrew Kaster
2020-02-28
LibC: Move shbuf_* implementations to serenity.cpp
Andreas Kling
2020-02-28
Kernel: Merge the shbuf_get_size() syscall into shbuf_get()
Andreas Kling
2020-02-28
LibC: Move shbuf_* API's to <serenity.h>
Andreas Kling
2020-02-28
Kernel+LibC: Rename shared buffer syscalls to use a prefix
Andreas Kling
2020-02-27
LibGUI: Disable the ColumnsView subview in MultiView for now
Andreas Kling
2020-02-27
LibBareMetal: Remove unnecessary include
Liav A
2020-02-27
WavLoader: Add missing AK/OwnPtr.h include
William McPherson
2020-02-26
LibCore: Allow ConfigFile::read_num_entry to handle negative numbers
Jesse Buhagiar
2020-02-26
DateTime: Fix a typo
howar6hill
2020-02-25
LibGUI: Mouse events didn't hit table headers when vertically scrolled
Andreas Kling
2020-02-25
LibM: Implement floating point variants of various math functions
Valtteri Koskivuori
2020-02-25
Build: Only look at SUBDIRS with Makefiles
joshua stein
2020-02-25
LibGUI: Fix ColumnsView.cpp build
Andreas Kling
2020-02-25
LibGUI: Make descendants of AbstractView define their own select_all() (#1201)
DAlperin
2020-02-25
LibGfx: SystemTheme is a struct, not a class
joshua stein
2020-02-25
AK: Make Vector use size_t for its size and capacity
Andreas Kling
2020-02-25
LibGUI: Actually store the column in MultiView::set_model_column()
Andreas Kling
2020-02-25
AK, LibGfx, LibGUI: Initialize various variables to zero.
Emanuel Sprung
2020-02-25
LibThread: Fix destroying background actions
Sergey Bugaev
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
[next]