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-04
LibGUI: Ignore keyboard and mouse events in disabled widgets
Andreas Kling
2020-03-04
LibGUI: Remove unused GUI::Widget::click_event()
Andreas Kling
2020-03-04
LibGUI: TextEditor should paint text with disabled color when disabled
Andreas Kling
2020-03-04
LibGUI: Don't use Core::Object::add() to instantiate dialogs
Andreas Kling
2020-03-04
LibBareMetal: Don't try to print characters from a null pointer
Andreas Kling
2020-03-04
LibCore: Make Core::Object::add<ChildType> return a ChildType&
Andreas Kling
2020-03-04
LibGUI: Use GUI::Window::set_main_widget<WidgetType>() in clients
Andreas Kling
2020-03-04
LibGUI: Use set_layout<LayoutType>() in lots of client code
Andreas Kling
2020-03-03
LibGUI: Some more convenience functions for constructing widgets
Andreas Kling
2020-03-03
LibGUI: Save some more state from AbstractButton
Andreas Kling
2020-03-03
LibGUI: Remove Button& parameter from Button::on_click hook
Andreas Kling
2020-03-03
AK: Make quick_sort() a little more ergonomic
Andreas Kling
2020-03-02
LibGUI: Fix broken TreeView rendering with more than two columns
Andreas Kling
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
[next]