summaryrefslogtreecommitdiff
path: root/LibGUI/GFileSystemModel.cpp
AgeCommit message (Expand)Author
2019-06-03StringViewize a bunch of things -- mostly LibGUIRobin Burchell
2019-05-27LibCore: Add CDirIterator, and use it in everything rather than readdirRobin Burchell
2019-05-09LibGUI: Remove GModel activations to GAbstractView.Andreas Kling
2019-04-20Sprinkle use of AK::Vector in various places.Andreas Kling
2019-03-30GFileSystemModel: Don't reload icons every time they are requested.Andreas Kling
2019-03-30FileManager: Make the tree view follow the directory view navigations.Andreas Kling
2019-03-30FileManager: Make the directory view follow the tree view selection.Andreas Kling
2019-03-30GFileSystemModel: Add a special icon for the selected folder.Andreas Kling
2019-03-29GTreeView: Add basic selection support.Andreas Kling
2019-03-29LibGUI: Draw a 1px line tree alongside the GTreeView icons.Andreas Kling
2019-03-29GFileSystemModel: Add a "DirectoriesOnly" mode.Andreas Kling
2019-03-29LibGUI: Start working on a GFileSystemModel and hook that up in FileManager.Andreas Kling