index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
LibGUI
/
GFileSystemModel.cpp
Age
Commit message (
Expand
)
Author
2019-06-03
StringViewize a bunch of things -- mostly LibGUI
Robin Burchell
2019-05-27
LibCore: Add CDirIterator, and use it in everything rather than readdir
Robin Burchell
2019-05-09
LibGUI: Remove GModel activations to GAbstractView.
Andreas Kling
2019-04-20
Sprinkle use of AK::Vector in various places.
Andreas Kling
2019-03-30
GFileSystemModel: Don't reload icons every time they are requested.
Andreas Kling
2019-03-30
FileManager: Make the tree view follow the directory view navigations.
Andreas Kling
2019-03-30
FileManager: Make the directory view follow the tree view selection.
Andreas Kling
2019-03-30
GFileSystemModel: Add a special icon for the selected folder.
Andreas Kling
2019-03-29
GTreeView: Add basic selection support.
Andreas Kling
2019-03-29
LibGUI: Draw a 1px line tree alongside the GTreeView icons.
Andreas Kling
2019-03-29
GFileSystemModel: Add a "DirectoriesOnly" mode.
Andreas Kling
2019-03-29
LibGUI: Start working on a GFileSystemModel and hook that up in FileManager.
Andreas Kling