summaryrefslogtreecommitdiffstats
path: root/src/listview.rs
AgeCommit message (Expand)Author
2020-05-23fix tag togglingrabite
2020-05-23fix file name length cutoff due to icons spacerabite
2020-05-23reduce flicker due to tickerrabite
2020-03-02fix selection when toggling display of hidden filesrabite0
2020-03-01improved navigation/turbo-cdrabite0
2020-02-18add option to separate icon and file name with a spacerabite
2020-02-15lowered cpu usage while browsing using binary searchrabite
2020-02-14tame rouge io-threadsrabite
2020-02-12reduce latency by not running in unnecessary thread poolrabite
2020-02-11the fastest file manager in the galaxyrabite
2020-02-07fix rendering with icons enabledrabite
2020-02-07fix calculation of the number of files when toggling hidden filesrabite
2020-02-05buggy super-fast crazy stuffbuggy-speedrabite
2020-01-27process files in parallelrabite
2020-01-27further speed up creation of Filesrabite
2020-01-27remove unused coderabite
2020-01-27fix crash when tagging filerabite
2020-01-27don't draw preview dir twicerabite
2020-01-27minimize allocations in render_fnrabite
2020-01-26add builder for ListView<Files>rabite
2020-01-25speed up rendering a bitrabite
2020-01-25remove backtraces from HErrorrabite
2020-01-24fix regression/crash when directory becomes emptyrabite
2020-01-23speedup: make hunter handle directories with 1M filesrabite
2020-01-23save number of visible files instead of recalculating it every timerabite
2019-12-23fixed hangs when updating large directories (>10k files)rabite
2019-12-20improved Files interface by returning Iterator instead of Vec<&File>rabite
2019-07-25add custom keybindingsrabite
2019-06-30fix compilationrabite
2019-06-30filter by file selectionrabite
2019-06-18add clear all selectionsrabite
2019-05-28add quick actionsrabite
2019-05-23move methods from Widget trait to WidgetCorerabite
2019-05-22fixed warning about undefined keyv1.2.0rabite
2019-05-09add icons to file listrabite
2019-05-08add incremental search/filterrabite
2019-05-07add some extra key bindsrabite
2019-05-06fix crash when filtering down to 1 filerabite
2019-04-14create placeholder when folder is empty when hiding filesrabite
2019-04-13map toggle_hidden to "H"rabite
2019-04-09Merge branch 'master' into evilv1.0.3-evilrabite
2019-04-09fix crash when over-filteringrabite
2019-04-06Merge branch 'master' into evilrabite
2019-04-04show fs space usage and too much other stuffrabite
2019-04-03configurable hidden files/animationrabite
2019-04-02search in reverse directionrabite
2019-03-25load metadata and file-count asynchronouslyrabite
2019-03-21evil keybinds ;)rabite
2019-03-21better searchingrabite
2019-03-20filtering by namerabite