summaryrefslogtreecommitdiffstats
path: root/src/icon
AgeCommit message (Collapse)Author
2022-02-20mention rebinding :panel_left & :panel_right in docCanop
Fix #510
2021-05-02spill some blood for the Clippy godCanop
2021-04-30fix shifted match highlighting on regex patterns when showing iconsCanop
Fix #376
2021-02-22use ahash of some of the hashmaps with big keysCanop
2020-12-13keep selection visible on unfilteringCanop
The selection was sometimes scrolled away on unfiltering. Also change some formatting.
2020-12-01progressive display of file sums (size, counts, date)Canop
More generally, all "pending tasks" (tasks that can be done after the first result) are done one per done, with screen redrawn at each step.
2020-11-30better cache management for dir size computationCanop
Makes it faster in 2 common cases: - compute the root size when children already computed - going up one level in the tree
2020-11-17some code cleaningCanop