summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
2020-03-05LibGUI: Make Layout a Core::Object and add basic serializationAndreas Kling
2020-03-04LibGUI: Ignore keyboard and mouse events in disabled widgetsAndreas Kling
2020-03-04LibGUI: Remove unused GUI::Widget::click_event()Andreas Kling
2020-03-04LibGUI: TextEditor should paint text with disabled color when disabledAndreas Kling
2020-03-04LibGUI: Don't use Core::Object::add() to instantiate dialogsAndreas Kling
2020-03-04LibBareMetal: Don't try to print characters from a null pointerAndreas Kling
2020-03-04LibCore: Make Core::Object::add<ChildType> return a ChildType&Andreas Kling
2020-03-04LibGUI: Use GUI::Window::set_main_widget<WidgetType>() in clientsAndreas Kling
2020-03-04LibGUI: Use set_layout<LayoutType>() in lots of client codeAndreas Kling
2020-03-03LibGUI: Some more convenience functions for constructing widgetsAndreas Kling
2020-03-03LibGUI: Save some more state from AbstractButtonAndreas Kling
2020-03-03LibGUI: Remove Button& parameter from Button::on_click hookAndreas Kling
2020-03-03AK: Make quick_sort() a little more ergonomicAndreas Kling
2020-03-02LibGUI: Fix broken TreeView rendering with more than two columnsAndreas Kling
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