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
/
TreeView.h
Age
Commit message (
Expand
)
Author
2020-11-30
LibGUI: Remove `AbstractView::did_update_model()'
AnotherTest
2020-10-27
LibGUI: Shrink the default selection rect of TreeView items
Andreas Kling
2020-09-18
LibGUI: Add TreeView::expand_all_parents_of(ModelIndex)
Andreas Kling
2020-09-16
LibGUI: Fix TreeView scrolling to top when clicking sub-items
Andreas Kling
2020-08-27
LibGUI: Add a cursor to AbstractView, separate from the selection
Andreas Kling
2020-08-27
LibGUI: Add AbstractView::move_cursor() and share some movement logic
Andreas Kling
2020-08-26
LibGUI: Make AbstractTableView row height configurable
Andreas Kling
2020-07-07
LibGUI: Add on_toggle function to TreeView
thankyouverycool
2020-06-10
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
Andreas Kling
2020-05-21
LibGUI: Allow expand/collapse subtrees in TreeView with Alt+Left/Right
Andreas Kling
2020-04-12
LibGUI: Add a way for models to update without invalidating indexes
Andreas Kling
2020-03-18
HackStudio: Expand project tree view by default
Oriko
2020-03-02
LibGUI: Fix broken TreeView rendering with more than two columns
Andreas Kling
2020-02-23
LibGUI: Remove parent parameter to GUI::Widget constructor
Andreas Kling
2020-02-23
LibGUI: Don't require passing a parent to widget constructors
Andreas Kling
2020-02-16
LibGUI: Add forwarding header
Andreas Kling
2020-02-06
LibGUI: Remove leading G from filenames
Andreas Kling