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
/
GTreeView.cpp
Age
Commit message (
Expand
)
Author
2019-05-09
LibGUI: Remove GModel activations to GAbstractView.
Andreas Kling
2019-04-10
LibGUI: Move frame painting from GFrame to StylePainter.
Andreas Kling
2019-04-02
GTreeView: Support navigating the tree with the up/down keys.
Andreas Kling
2019-03-30
GTreeView: Notify the GScrollableWidget about content size changes.
Andreas Kling
2019-03-30
GTreeView: Remove test model I was using during bringup.
Andreas Kling
2019-03-30
GTreeView: Handle the item expand/collapse toggles separately.
Andreas Kling
2019-03-30
GTreeView: On model selection change, open the selected index.
Andreas Kling
2019-03-30
FileManager: Make the tree view follow the directory view navigations.
Andreas Kling
2019-03-30
GTreeView: Tweak line tree back and forth a bit.
Andreas Kling
2019-03-29
GTreeView: Add basic selection support.
Andreas Kling
2019-03-29
GTreeView: Add expand/collapse buttons to items with children.
Andreas Kling
2019-03-29
LibGUI: Draw a 1px line tree alongside the GTreeView icons.
Andreas Kling
2019-03-29
GTreeView: More implementation work.
Andreas Kling
2019-03-29
GTreeView: Factor paint traversal into a shared function.
Andreas Kling
2019-03-29
LibGUI: Start working on a GFileSystemModel and hook that up in FileManager.
Andreas Kling
2019-03-29
Rename Painter::set_clip_rect() to add_clip_rect().
Andreas Kling
2019-03-29
GTreeView: A bunch of work on the tree view.
Andreas Kling
2019-03-29
LibGUI: Expand GModelIndex a bit, adding internal data and model pointers.
Andreas Kling
2019-03-29
LibGUI: Start working on a GTreeView class.
Andreas Kling