summaryrefslogtreecommitdiffstats
path: root/src/files.rs
AgeCommit message (Expand)Author
2020-02-05buggy super-fast crazy stuffbuggy-speedrabite
2020-02-05more prallel processingrabite
2020-01-27process files in parallelrabite
2020-01-27further speed up creation of Filesrabite
2020-01-27speed up creation of Filesrabite
2020-01-27use faster unstable sortingrabite
2020-01-27minimize allocations in render_fnrabite
2020-01-26fix blocking when entering/leaving large directoryrabite
2020-01-25speed up construction of Filesrabite
2020-01-24fix regression/crash when directory becomes emptyrabite
2020-01-23speedup: make hunter handle directories with 1M filesrabite
2020-01-23fix updates ignoring sort/filter/etc settings when renderingrabite
2020-01-23save number of visible files instead of recalculating it every timerabite
2020-01-22remove limit on number of files updated at oncerabite
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-12-15fix warnings on recent compilersrabite
2019-06-30filter by file selectionrabite
2019-06-29modularize media preview generator into own workspacerabite
2019-05-28fix crash in mime_guess when operating on non-regular filesrabite
2019-05-28improved mime detection for extension-less filesrabite
2019-05-21merge in media-preview stuffrabite
2019-05-11use async_value libraryrabite
2019-05-09add icons to file listrabite
2019-05-08add incremental search/filterrabite
2019-04-20use libraryized pathbuftoolsrabite
2019-04-20remove unused importrabite
2019-04-20Merge branch 'master' of https://github.com/rabite0/hunterrabite
2019-04-20Merge pull request #24 from cpdean/fix-lscolorsrabite0
2019-04-16use libraryized osstrtoolsrabite
2019-04-14create placeholder when folder is empty when hiding filesrabite
2019-04-13fix lscolors config if environment variable not setConrad Dean
2019-04-09add/remove placeholder when dir becomes empty/populatedv1.0.3rabite
2019-04-09fix crash when sortingrabite
2019-04-04show fs space usage and too much other stuffrabite
2019-04-03configurable hidden files/animationrabite
2019-04-03also import tagsrabite
2019-04-02move widgets/files around instead of cachingrabite
2019-03-31finally fixed memory leakrabite
2019-03-30some bugs fixedrabite
2019-03-29global file cache/event dispatchrabite
2019-03-26fixed possibler race conditionrabite
2019-03-26some bugfixes and stuffrabite
2019-03-25make async clonablerabite
2019-03-25load metadata and file-count asynchronouslyrabite
2019-03-21start stuff in the backgroundrabite
2019-03-20filtering by namerabite
2019-03-20faster read permission checkingrabite
2019-03-20use osstring for filenames/pathsrabite
2019-03-17shorten HOME and show indicator for linksrabite