index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
LibGUI
/
GAbstractView.h
Age
Commit message (
Expand
)
Author
2019-07-04
Libraries: Create top level directory for libraries.
Andreas Kling
2019-06-30
GTableView: Support per-index context menus.
Andreas Kling
2019-06-23
LibGUI+VisualBuilder: Support custom editing widgets for property values.
Andreas Kling
2019-06-22
GAbstractView: Add on_selection callback.
Andreas Kling
2019-06-21
AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.
Andreas Kling
2019-05-28
Add clang-format file
Robin Burchell
2019-05-09
LibGUI: Remove GModel activations to GAbstractView.
Andreas Kling
2019-04-19
LibGUI: Move editing logic from GTableView up to GAbstractView.
Andreas Kling
2019-04-18
LibGUI: Move the editing widget along with the content when scrolling.
Andreas Kling
2019-04-18
LibGUI: Start working on GTableView inline editing.
Andreas Kling
2019-03-30
FileManager: Make the tree view follow the directory view navigations.
Andreas Kling
2019-03-23
LibGUI: Add a GItemView class.
Andreas Kling
2019-03-23
LibGUI: Add GAbstractView base class for GTableView.
Andreas Kling