Age | Commit message (Expand) | Author |
---|---|---|
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: Handle the item expand/collapse toggles separately. | 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 expand/collapse buttons to items with children. | 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 | GTreeView: A bunch of work on the tree view. | Andreas Kling |
2019-03-29 | LibGUI: Start working on a GTreeView class. | Andreas Kling |