summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI
AgeCommit message (Expand)Author
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-01AK: Remove unnecessary casts to size_t, after Vector changesAndreas 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-25LibGUI: Mouse events didn't hit table headers when vertically scrolledAndreas Kling
2020-02-25LibGUI: Fix ColumnsView.cpp buildAndreas Kling
2020-02-25LibGUI: Make descendants of AbstractView define their own select_all() (#1201)DAlperin
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-24LibGUI: Show the columns view action in the toolbar (but disable it)Andreas 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-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-23LibGUI: Make GUI::Frame have the 2px sunken container look by defaultAndreas 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-23LibGUI: Add some missing widget classes to Forward.hAndreas Kling
2020-02-22LibGUI: Remove debug spam when resizing table columnsAndreas Kling
2020-02-22LibGUI: Take scroll offset into account when manipulating table headersAndreas Kling
2020-02-21LibGUI: Improve TreeView keyboard navigationTibor Nagy
2020-02-20LibGfx+LibGUI: Allow theming the focus outline of AbstractButtonTibor Nagy
2020-02-20LibGfx+LibGUI: Allow theming the text cursorTibor Nagy
2020-02-19WindowServer+LibGUI: Force full window repaints after theme changeAndreas Kling
2020-02-19LibGUI: Update TextEditor to use ruler colors from the system themeTibor Nagy
2020-02-19WindowServer+LibGUI+LibHTML: Fix build with -std=c++2aAndreas Kling
2020-02-17LibGUI: Expose GUI::Menu::menu_id() and also allow forced realizationAndreas Kling
2020-02-17LibGUI: Add Yes/No and Yes/No/Cancel MessageBoxesthatlittlegit
2020-02-16LibGUI: Generate NotificationServer IPC messages during buildAndreas Kling
2020-02-16LibGUI: Generate NotificationServerEndpoint.h if neededAndreas Kling
2020-02-16NotificationServer: Add a system service for desktop notificationsAndreas Kling
2020-02-16LibGUI: Add mouse wheel event and step property to SliderTibor Nagy
2020-02-16LibGUI: ItemView painting was not respecting the frame thicknessAndreas Kling
2020-02-16LibGUI: Add forwarding headerAndreas Kling
2020-02-16LibGUI: Render ScrollBar buttons as pressed when they are being pressedTibor Nagy
2020-02-16LibGUI: Make ResizeCorner theme-awareTibor Nagy
2020-02-15LibGUI: Unfocused TextEditors should use inactive selection colorsTibor Nagy
2020-02-15LibGUI: Use inactive selection colors from palette instead of hardcoding themTibor Nagy