summaryrefslogtreecommitdiff
path: root/LibGUI/GModel.h
AgeCommit message (Expand)Author
2019-03-29LibGUI: Draw a 1px line tree alongside the GTreeView icons.Andreas Kling
2019-03-29LibGUI: Start working on a GFileSystemModel and hook that up in FileManager.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-29GModel: Add GModelIndex argument to row_count() and column_count().Andreas Kling
2019-03-23LibGUI: Add a GItemView class.Andreas Kling
2019-03-23LibGUI: Add GAbstractView base class for GTableView.Andreas Kling
2019-03-23LibGUI: Rename GTableModel => GModel.Andreas Kling