about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* cleaned up code/keys.rbhut2009-07-201-9/+3
|
* added Array#sh, cleaned up code/extensions/basic.rbhut2009-07-201-14/+10
|
* fine tuning @ status barhut2009-07-201-1/+1
|
* modified TODOhut2009-07-201-1/+3
|
* debugfile is only created/opened when it's neededhut2009-07-201-17/+22
| | | | additionally debug *has* to be initialized with a hash.
* debug level is 0 by default.hut2009-07-192-2/+2
|
* display owner and group next to rightshut2009-07-191-2/+4
|
* a couple of cleanupshut2009-07-192-26/+4
|
* replaced EVIL with Option.evil, moved explanation to scheduler.rbhut2009-07-192-9/+10
|
* done #7. restructured keys.rbhut2009-07-191-80/+126
| | | | there now is a seperate function for the gigantic case statement.
* bugfix, click in first row didn't select pointed filehut2009-07-191-1/+1
|
* wrap up many File calls into one File.stathut2009-07-192-22/+21
|
* implemented name in code/debug.rbhut2009-07-192-3/+4
|
* configurable debug_level and debug_filehut2009-07-192-2/+9
|
* added doubleclick, with configurable mouseintervalhut2009-07-194-8/+23
|
* fixed mouse behaviourhut2009-07-191-1/+0
|
* new keys [i], [I] are like [l], [L] without a-flaghut2009-07-192-3/+5
| | | | | that means, [i] will always run the currently highlighted file only, whereas [l] will run marked files instead, if there are any marked files.
* commit 632d6ae done right (refresh dirs when entering)hut2009-07-192-1/+5
|
* fixed #23 (key combination rAr does not work)hut2009-07-193-2/+6
|
* modified TODO, added some bugs and ideashut2009-07-191-0/+4
|
* refresh dirs when entering themhut2009-07-191-0/+1
|
* modified TODO, added ideashut2009-07-191-0/+2
|
* bug 0 fixed itself. can't reproducehut2009-07-191-2/+0
|
* fixed bug 17 (drawing things while external programs run)hut2009-07-192-3/+3
|
* bugfix: list_dir_first was ignored in previews sometimeshut2009-07-192-3/+5
|
* bugfixes, todohut2009-07-193-3/+5
|
* fixed error when sorting by mimetypehut2009-07-191-1/+1
|
* fixed bad errormessages in some caseshut2009-07-191-1/+1
|
* fixed bug 16 (incorrect sorting pointer)hut2009-07-195-26/+48
|
* modified TODOhut2009-07-191-13/+14
|
* improved sorting a bit, (DRY, threadsafe)hut2009-07-181-6/+5
|
* fixed bug 14 (sorting didn't always work)hut2009-07-182-3/+3
|
* fixed bugs 5 (use of system()) and 12 (sync @marked)hut2009-07-185-33/+25
|
* restructured configuration filehut2009-07-182-10/+45
|
* better help and hints with sortinghut2009-07-182-3/+3
|
* renamed option "dir_first" to "list_dir_first"hut2009-07-184-4/+4
| | | | this is more obvious :-)
* show 'lost+found' folder if &show_hidden is onhut2009-07-181-1/+1
|
* bugfix: debug level was always set to 3hut2009-07-181-1/+0
|
* modified TODOhut2009-07-181-7/+4
|
* testing: clear the keybuffer when pressing a keyhut2009-07-181-0/+1
| | | | i'm not sure whether this should be done
* bugfix concerning multithreadinghut2009-07-181-8/+9
| | | | | Directory#files sometimes contained illegal values: an array of strings rather than an array of entries.
* fixed detail in the default colorschemehut2009-07-181-1/+1
| | | | | | @currentfile was white foreground on default background that's a bad combination because white is often used as the default background too.
* clear keybuffer after Action.run()hut2009-07-183-2/+7
|
* modified TODOhut2009-07-181-0/+5
|
* fixed ugly display errors in screenshothut2009-07-181-0/+0
|
* new screenshothut2009-07-182-11/+10
|
* modified TODO and added commentshut2009-07-182-0/+5
|
* fixed Action.wait_for_enterhut2009-07-181-1/+1
| | | | | | if you supply an argument to the executable and use the function gets, ruby seems to read from the file given in the first argument rather than from stdin. in this case, that's not what i want.
* just some formatting in TODOhut2009-07-171-11/+11
|
* "Required for next Release" in todo listhut2009-07-171-2/+14
|