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