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
/
LibGUI
Age
Commit message (
Expand
)
Author
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-01
AK: Remove unnecessary casts to size_t, after Vector changes
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-25
LibGUI: Mouse events didn't hit table headers when vertically scrolled
Andreas Kling
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
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-24
LibGUI: Show the columns view action in the toolbar (but disable it)
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
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
LibGUI: Make GUI::Frame have the 2px sunken container look by default
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
LibGUI: Add some missing widget classes to Forward.h
Andreas Kling
2020-02-22
LibGUI: Remove debug spam when resizing table columns
Andreas Kling
2020-02-22
LibGUI: Take scroll offset into account when manipulating table headers
Andreas Kling
2020-02-21
LibGUI: Improve TreeView keyboard navigation
Tibor Nagy
2020-02-20
LibGfx+LibGUI: Allow theming the focus outline of AbstractButton
Tibor Nagy
2020-02-20
LibGfx+LibGUI: Allow theming the text cursor
Tibor Nagy
2020-02-19
WindowServer+LibGUI: Force full window repaints after theme change
Andreas Kling
2020-02-19
LibGUI: Update TextEditor to use ruler colors from the system theme
Tibor Nagy
2020-02-19
WindowServer+LibGUI+LibHTML: Fix build with -std=c++2a
Andreas Kling
2020-02-17
LibGUI: Expose GUI::Menu::menu_id() and also allow forced realization
Andreas Kling
2020-02-17
LibGUI: Add Yes/No and Yes/No/Cancel MessageBoxes
thatlittlegit
2020-02-16
LibGUI: Generate NotificationServer IPC messages during build
Andreas Kling
2020-02-16
LibGUI: Generate NotificationServerEndpoint.h if needed
Andreas Kling
2020-02-16
NotificationServer: Add a system service for desktop notifications
Andreas Kling
2020-02-16
LibGUI: Add mouse wheel event and step property to Slider
Tibor Nagy
2020-02-16
LibGUI: ItemView painting was not respecting the frame thickness
Andreas Kling
2020-02-16
LibGUI: Add forwarding header
Andreas Kling
2020-02-16
LibGUI: Render ScrollBar buttons as pressed when they are being pressed
Tibor Nagy
2020-02-16
LibGUI: Make ResizeCorner theme-aware
Tibor Nagy
2020-02-15
LibGUI: Unfocused TextEditors should use inactive selection colors
Tibor Nagy
2020-02-15
LibGUI: Use inactive selection colors from palette instead of hardcoding them
Tibor Nagy
[next]