summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
2020-03-02LibBareMetal: Add IOAddress classLiav A
2020-03-02LibBareMetal: Add support for kernel log streamLiav A
2020-03-02AK: Move the wildcard-matching implementation to StringUtilshowar6hill
2020-03-01AK: Remove unnecessary casts to size_t, after Vector changesAndreas Kling
2020-02-29LibMarkdown: Fix breakage from Vector using size_tAndreas Kling
2020-02-29LibELF: Use MAP_PRIVATE for file-backed mmaps in ELFDynamicLoaderAndrew Kaster
2020-02-28LibC: Move shbuf_* implementations to serenity.cppAndreas Kling
2020-02-28Kernel: Merge the shbuf_get_size() syscall into shbuf_get()Andreas Kling
2020-02-28LibC: Move shbuf_* API's to <serenity.h>Andreas Kling
2020-02-28Kernel+LibC: Rename shared buffer syscalls to use a prefixAndreas Kling
2020-02-27LibGUI: Disable the ColumnsView subview in MultiView for nowAndreas Kling
2020-02-27LibBareMetal: Remove unnecessary includeLiav A
2020-02-27WavLoader: Add missing AK/OwnPtr.h includeWilliam McPherson
2020-02-26LibCore: Allow ConfigFile::read_num_entry to handle negative numbersJesse Buhagiar
2020-02-26DateTime: Fix a typohowar6hill
2020-02-25LibGUI: Mouse events didn't hit table headers when vertically scrolledAndreas Kling
2020-02-25LibM: Implement floating point variants of various math functionsValtteri Koskivuori
2020-02-25Build: Only look at SUBDIRS with Makefilesjoshua stein
2020-02-25LibGUI: Fix ColumnsView.cpp buildAndreas Kling
2020-02-25LibGUI: Make descendants of AbstractView define their own select_all() (#1201)DAlperin
2020-02-25LibGfx: SystemTheme is a struct, not a classjoshua stein
2020-02-25AK: Make Vector use size_t for its size and capacityAndreas Kling
2020-02-25LibGUI: Actually store the column in MultiView::set_model_column()Andreas Kling
2020-02-25AK, LibGfx, LibGUI: Initialize various variables to zero.Emanuel Sprung
2020-02-25LibThread: Fix destroying background actionsSergey Bugaev
2020-02-24LibGUI: Show the columns view action in the toolbar (but disable it)Andreas Kling
2020-02-24LibThread: Post the completion callbacks to the *current* event loopAndreas Kling
2020-02-24LibGUI: Complain in SortingProxyModel::data() if map_to_target() failsAndreas Kling
2020-02-24LibGUI: Use MultiView in FilePickerAndreas Kling
2020-02-24LibGUI: Add a MultiView widget, based on FileManager's "DirectoryView"Andreas Kling
2020-02-24LibGUI: Make AbstractView::set_model() take a RefPtr<Model>Andreas Kling
2020-02-24WindowServer+LibGUI: Allow changing a window's base size and incrementAndreas Kling
2020-02-24LibGUI: Scroll selected treeview entries into viewTibor Nagy
2020-02-24AK: Add offset_in_page() method in PhysicalAddress classLiav A
2020-02-24LibGUI: Implement keyboard and mouse wheel events for SpinBoxTibor Nagy
2020-02-24LibGUI: Fix silly nullptr dereference in MessageBox::show()Andreas Kling
2020-02-23LibGUI: Add helper for constructing new TabWidget tabsAndreas Kling
2020-02-23LibGUI: Remove parent parameter to GUI::Widget constructorAndreas Kling
2020-02-23LibGfx: Fix accidentally hardcoded font height in Font::clone()Tibor Nagy
2020-02-23LibGUI: Make GUI::Frame have the 2px sunken container look by defaultAndreas Kling
2020-02-23Userspace: Use Core::Object::add() when building interfacesAndreas Kling
2020-02-23LibGUI: Reduce header dependencies of ComboBoxAndreas Kling
2020-02-23LibGUI: Use Core::Object::add() a whole bunchAndreas Kling
2020-02-23LibGUI: Don't require passing a parent to widget constructorsAndreas Kling
2020-02-23LibCore: Add Core::Object::add<T> helper for creating child objectsAndreas Kling
2020-02-23LibGUI: Add some missing widget classes to Forward.hAndreas Kling
2020-02-23LibGfx: Add a way to construct an empty Font with arbitrary metricsAndreas Kling
2020-02-22LibC: Implement strchrnul()Shannon Booth
2020-02-22LibGUI: Remove debug spam when resizing table columnsAndreas Kling
2020-02-22LibCore: Log a more helpful message when Socket::connect() failsAndreas Kling