summaryrefslogtreecommitdiff
path: root/LibGUI/GTreeView.h
AgeCommit message (Expand)Author
2019-04-02GTreeView: Support navigating the tree with the up/down keys.Andreas Kling
2019-03-30GTreeView: Notify the GScrollableWidget about content size changes.Andreas Kling
2019-03-30GTreeView: Handle the item expand/collapse toggles separately.Andreas Kling
2019-03-30FileManager: Make the tree view follow the directory view navigations.Andreas Kling
2019-03-30GTreeView: Tweak line tree back and forth a bit.Andreas Kling
2019-03-29GTreeView: Add expand/collapse buttons to items with children.Andreas Kling
2019-03-29GTreeView: More implementation work.Andreas Kling
2019-03-29GTreeView: Factor paint traversal into a shared function.Andreas Kling
2019-03-29GTreeView: A bunch of work on the tree view.Andreas Kling
2019-03-29LibGUI: Start working on a GTreeView class.Andreas Kling