Commit Graph

404 Commits

Author SHA1 Message Date
rabite fa9f48ae8d add alloc.rs and iter.rs 2020-05-24 21:02:57 +02:00
rabite a101010fc1 looking good 2020-05-24 21:02:57 +02:00
rabite 5a176f8ac5 barely working but fast 2020-05-24 21:02:46 +02:00
rabite b9f6e9c486 fix tag toggling 2020-05-23 14:17:29 +02:00
rabite 92fe97740e fix file name length cutoff due to icons space 2020-05-23 14:14:30 +02:00
rabite 446b6731e2 reduce flicker due to ticker 2020-05-23 13:57:17 +02:00
rabite 3f66d7f7da print timing information 2020-05-23 13:55:51 +02:00
rabite 88515085cd add flamegraph.svg to .gitignore 2020-05-23 13:55:51 +02:00
rabite a0bc4be8f9 disable lto/enable debug for release builds on dev branch 2020-05-23 13:55:51 +02:00
rabite 10899245ad add test dir to .gitignore 2020-05-23 13:55:51 +02:00
rabite 67fde00a34 add preview zoom mode 2020-05-22 14:32:56 +02:00
rabite0 f434936e62
Merge pull request #84 from snpefk/patch-1
µRefactor PartialEq for WidgetCore
2020-05-21 20:36:06 +02:00
snpefk 2236876ac4
µrefactor PartialEq for WidgetCore 2020-03-12 13:33:17 +03:00
rabite0 b298bf3367 use safer cast instead of transmute 2020-03-02 23:13:00 +01:00
rabite0 1ddb7a1593 fix selection when toggling display of hidden files 2020-03-02 22:59:18 +01:00
rabite0 e4850e38b6 improved navigation/turbo-cd 2020-03-01 22:57:09 +01:00
rabite0 b163a9f4b4 fix/add back link indicators 2020-02-29 14:24:28 +01:00
rabite0 d18836d0bf fix garbage completion with partial directory name and trailing / 2020-02-29 03:09:16 +01:00
rabite0 853cf534a7 fix prepended "/" when completing directory 2020-02-29 02:34:11 +01:00
rabite 80678fb1f4 fix performance regression from last commit 2020-02-18 21:48:16 +01:00
rabite 63bee693ec more robust getdents handling for fs without d_type 2020-02-18 21:48:06 +01:00
rabite 963e0ae1cb another day, another boost: 30% faster on linux with getdents64 2020-02-18 21:47:41 +01:00
rabite f10f7d5e32 recalculate number of visible files when filter is updated 2020-02-18 21:47:25 +01:00
rabite 84d7773205 add option to separate icon and file name with a space 2020-02-18 00:51:08 +01:00
rabite edc2def611 extract tick function and tick for widgets too 2020-02-16 04:39:20 +01:00
rabite f1fbcf0c36 don't flush stdin because it causes problems with ctrl/alt + key 2020-02-15 21:05:51 +01:00
rabite 4b7d83f91a more efficient handling of tags 2020-02-15 21:05:41 +01:00
rabite cf2d04c04b lowered cpu usage while browsing using binary search 2020-02-15 21:04:32 +01:00
rabite d1e9acd099 reworked File iterators 2020-02-15 21:02:52 +01:00
rabite d143de245a kill media-previewer when image is deselected before it's done 2020-02-14 23:41:40 +01:00
rabite cab23957ce improved/fixed default config with working archive preview 2020-02-14 17:47:07 +01:00
rabite dbdd258129 tame rouge io-threads 2020-02-14 15:14:38 +01:00
rabite c233d0ca46 updated readme 2020-02-13 00:13:06 +01:00
rabite 0354400b66 fix pdf previews 2020-02-13 00:09:18 +01:00
rabite 02e767cf50 switch to nix for killing preview subprocess 2020-02-12 21:26:39 +01:00
rabite b3f1452a59 switch to tree_magic_fork (fixing memleak) 2020-02-12 21:19:57 +01:00
rabite 77fdb0a754 reduce latency by not running in unnecessary thread pool
reduce latency by not running in unnecessary thread pool
2020-02-12 19:16:31 +01:00
rabite 26017763ed use nix's lower level API to read in directories 2020-02-12 17:36:25 +01:00
rabite0 4b84d42439
Merge pull request #77 from tim77/master
Add Fedora installation instructions
2020-02-12 02:33:26 +01:00
rabite 74e43ee965 the fastest file manager in the galaxy 2020-02-11 23:46:14 +01:00
rabite 800592338d add back moving Files from main to left view 2020-02-11 23:46:00 +01:00
Artem Polishchuk a5fee0080e
Add Fedora installation instructions 2020-02-09 01:06:34 +02:00
rabite 2e1da40130 fix reverse sorting 2020-02-08 01:10:24 +01:00
rabite e3b4c997bf fix crash by catching tree_magic's panic and handle it gracefully 2020-02-08 00:17:56 +01:00
rabite 6afca62010 fix rendering with icons enabled 2020-02-07 22:41:17 +01:00
rabite 48a4a8bb14 fix calculation of the number of files when toggling hidden files 2020-02-07 22:31:33 +01:00
rabite 0f7be9e929 fix calculation of the number of shown files in a directory 2020-02-07 21:49:29 +01:00
rabite 13b927d07e add warning to README.md about the current optimization situation 2020-02-06 01:22:42 +01:00
rabite 353f6369c8 fixed bug in go_back 2020-02-05 22:46:10 +01:00
rabite a6c829e143 buggy super-fast crazy stuff 2020-02-05 21:45:51 +01:00