summaryrefslogtreecommitdiff
path: root/LibGUI/GDirectoryModel.cpp
AgeCommit message (Expand)Author
2019-07-03AK: Add String::number() for creating a String from a number.Andreas Kling
2019-06-21AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.Andreas Kling
2019-06-07LibGUI: Run clang-format on everything.Andreas Kling
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-05-09LibGUI: Start working on a file picker dialog (GFilePicker).Andreas Kling