Bob Wen
|
27cc03bca1
|
remove unnecessary trailing semicolon
|
2021-03-01 15:45:45 +08:00 |
|
Bob Wen
|
e2dda3e3a1
|
fix E0599
|
2021-03-01 15:43:57 +08:00 |
|
Bob Wen
|
f4df2b9db9
|
Update files.rs
|
2021-03-01 15:05:45 +08:00 |
|
Bob Wen
|
26ab54fe74
|
fix E0599
error[E0599]: no method named remove_item found for struct Vec<files::File> in the current scope
|
2021-03-01 14:59:24 +08:00 |
|
rabite
|
355d9a3101
|
fix size calculation of HBox widgets
|
2020-05-25 20:05:34 +02:00 |
|
rabite
|
a20fd73168
|
fix video progress bar position in unicode mode
|
2020-05-25 19:43:26 +02:00 |
|
rabite
|
a13a427a68
|
fix deadlock when pausing video
|
2020-05-25 16:45:24 +02:00 |
|
rabite
|
44baece00f
|
count lines in TextView from 1
|
2020-05-25 14:56:57 +02:00 |
|
rabite
|
34ee65600f
|
start loading metadata during animation
|
2020-05-25 14:42:47 +02:00 |
|
rabite
|
a735747a27
|
switch to parking_lot's Mutex/RwLock
|
2020-05-25 02:05:39 +02:00 |
|
rabite
|
16948dcec4
|
fix tag toggling
|
2020-05-23 14:17:40 +02:00 |
|
rabite
|
f58982d96d
|
fix file name length cutoff due to icons space
|
2020-05-23 14:15:11 +02:00 |
|
rabite
|
9e41b78907
|
reduce flicker due to ticker
|
2020-05-23 13:58:57 +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 |
|