summaryrefslogtreecommitdiff
path: root/src/filetree.h
Commit message (Expand)AuthorAgeFilesLines
* Apply clang-format.Mikaƫl Capelle2023-07-091-13/+16
* fixed crash because items were sorted while being expandedisanae2020-07-191-0/+3
* error checking in dump()isanae2020-02-181-4/+0
* just disable recursive filtering when fully loadingisanae2020-02-071-0/+2
* item activationisanae2020-02-071-9/+11
* removed bad minimum column width in the data tabisanae2020-02-051-1/+0
* fixed warning when comparing empty stringsisanae2020-02-051-0/+3
* hidden unique_ptr into FileTreeItemisanae2020-02-041-1/+1
* shell menu for multiple filesisanae2020-02-041-1/+2
* shift+right click for shell menuisanae2020-02-041-1/+1
* renamed ToLower() to avoid confusion with in-place vs copyisanae2020-02-041-0/+1
* split item and modelisanae2020-02-041-170/+6
* initial implementation for updating file tree, buggyisanae2020-02-041-0/+26
* implemented dump to fileisanae2020-02-041-1/+5
* implemented explore origin, open mod info, hide and unhideisanae2020-02-041-1/+12
* added a few missing constsisanae2020-02-041-1/+45
* split IconFetcherisanae2020-02-041-4/+2
* now prunes empty directoriesisanae2020-02-041-3/+13
* tooltips, archive namesisanae2020-02-041-3/+8
* IconFetcherisanae2020-02-041-1/+7
* load items on demandisanae2020-02-041-2/+18
* split FileTreeModel, initial implementation, some stuff is brokenisanae2020-02-041-0/+110