summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)Author
2020-01-27speed up creation of Filesrabite
2020-01-27don't draw preview dir twicerabite
2020-01-27use faster unstable sortingrabite
2020-01-27changed sized_string() to return string slice instaed of allocatingrabite
2020-01-27minimize allocations in render_fnrabite
2020-01-26fix crash when completingrabite
2020-01-26fix media preview config loadingrabite
2020-01-26fix blocking when entering/leaving large directoryrabite
2020-01-26add builder for ListView<Files>rabite
2020-01-25don't destroy widgets when taking their filesrabite
2020-01-25speed up construction of Filesrabite
2020-01-25speed up rendering a bitrabite
2020-01-25remove backtraces from HErrorrabite
2020-01-24fix regression/crash when directory becomes emptyrabite
2020-01-24fix build when building with with graphics, but no videorabite
2020-01-23speedup: make hunter handle directories with 1M filesrabite
2020-01-23fix updates ignoring sort/filter/etc settings when renderingrabite
2020-01-23fix lag in mediaview by moving availability check to configrabite
2020-01-23clean up minibuffer code a bitrabite
2020-01-23save number of visible files instead of recalculating it every timerabite
2020-01-22remove limit on number of files updated at oncerabite
Since calculating the hash tables is the costliest part of updating a directory it makes little sense to limit the number of files being processed at once. That only means the hash tables have to be created more often and updates take much more time in total. Since it's all done in an asynchronous worker thread anyway it makes more sense to process as much as possible in one go, even if it takes a second longer.
2020-01-22fix crash when "running" first section in actionsrabite
2020-01-22fix hang when substituting too many files 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 help messagerabite
2019-12-15fix warnings on recent compilersrabite
2019-12-09update dependencies and fix buildrabite
2019-08-02config updater (auto and manual)rabite
2019-08-02improved subprocess killing with process groupsrabite
2019-07-29fix printing error to screen when hunter-media doesn't support videorabite
2019-07-29fix default left/right movement bindingrabite
2019-07-25add custom keybindingsrabite
2019-07-25check if /tmp/hunter-previews exists before deletingrabite
2019-07-17big fat update to graphics mode (performance, features, etc)rabite
2019-07-08fix setting sixel configrabite
2019-07-08fix messed up manual merge in hboxrabite
2019-07-08Merge pull request #60 from petrusboniatus/masterrabite0
Added configurable refresh rate
2019-07-08initial support for SIXEL/kitty graphicsrabite
2019-07-08remove unnecessary impl Sync from FsCacherabite
2019-07-08remove preview-gen.rsrabite
2019-07-07Added configurable refresh ratepetrusboniatus
2019-07-05Fixed setting media_previewer in config (#59)ath3
2019-07-03Customizable column ratios (#58)ath3
* Customizable column ratios * Allow ratios sum to be different from 99 * Moved the ratio logic to HBox, column ratios are not based on 0-99 anymore, improved parsing from config file
2019-07-02got binary building to work properlyv1.3.4rabite
2019-07-01added custom quick action creator based on quick actionsrabite
2019-06-30fix compilationrabite
2019-06-30filter by file selectionrabite
2019-06-29modularize media preview generator into own workspacerabite
2019-06-19added missing file config_installer.rsrabite