Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed bad errormessages in some cases | hut | 2009-07-19 | 1 | -1/+1 |
| | |||||
* | fixed bug 16 (incorrect sorting pointer) | hut | 2009-07-19 | 5 | -26/+48 |
| | |||||
* | modified TODO | hut | 2009-07-19 | 1 | -13/+14 |
| | |||||
* | improved sorting a bit, (DRY, threadsafe) | hut | 2009-07-18 | 1 | -6/+5 |
| | |||||
* | fixed bug 14 (sorting didn't always work) | hut | 2009-07-18 | 2 | -3/+3 |
| | |||||
* | fixed bugs 5 (use of system()) and 12 (sync @marked) | hut | 2009-07-18 | 5 | -33/+25 |
| | |||||
* | restructured configuration file | hut | 2009-07-18 | 2 | -10/+45 |
| | |||||
* | better help and hints with sorting | hut | 2009-07-18 | 2 | -3/+3 |
| | |||||
* | renamed option "dir_first" to "list_dir_first" | hut | 2009-07-18 | 4 | -4/+4 |
| | | | | this is more obvious :-) | ||||
* | show 'lost+found' folder if &show_hidden is on | hut | 2009-07-18 | 1 | -1/+1 |
| | |||||
* | bugfix: debug level was always set to 3 | hut | 2009-07-18 | 1 | -1/+0 |
| | |||||
* | modified TODO | hut | 2009-07-18 | 1 | -7/+4 |
| | |||||
* | testing: clear the keybuffer when pressing a key | hut | 2009-07-18 | 1 | -0/+1 |
| | | | | i'm not sure whether this should be done | ||||
* | bugfix concerning multithreading | hut | 2009-07-18 | 1 | -8/+9 |
| | | | | | Directory#files sometimes contained illegal values: an array of strings rather than an array of entries. | ||||
* | fixed detail in the default colorscheme | hut | 2009-07-18 | 1 | -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() | hut | 2009-07-18 | 3 | -2/+7 |
| | |||||
* | modified TODO | hut | 2009-07-18 | 1 | -0/+5 |
| | |||||
* | fixed ugly display errors in screenshot | hut | 2009-07-18 | 1 | -0/+0 |
| | |||||
* | new screenshot | hut | 2009-07-18 | 2 | -11/+10 |
| | |||||
* | modified TODO and added comments | hut | 2009-07-18 | 2 | -0/+5 |
| | |||||
* | fixed Action.wait_for_enter | hut | 2009-07-18 | 1 | -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 TODO | hut | 2009-07-17 | 1 | -11/+11 |
| | |||||
* | "Required for next Release" in todo list | hut | 2009-07-17 | 1 | -2/+14 |
| | |||||
* | extended todo list | hut | 2009-07-17 | 1 | -14/+35 |
| | |||||
* | removed double click | hut | 2009-07-17 | 2 | -11/+32 |
| | |||||
* | allow to add comments in help definitions | hut | 2009-07-16 | 1 | -1/+2 |
| | |||||
* | added documentation of mouse functions | hut | 2009-07-16 | 1 | -0/+20 |
| | |||||
* | updated mouse code in code/cli.rb | hut | 2009-07-16 | 1 | -26/+39 |
| | |||||
* | things to do | hut | 2009-07-16 | 1 | -1/+4 |
| | |||||
* | only descend 1 dir when using right mouse on first row | hut | 2009-07-15 | 1 | -1/+2 |
| | | | | i think thats more intuitive | ||||
* | removed debug stuff | hut | 2009-07-15 | 1 | -5/+0 |
| | |||||
* | added mouse support | hut | 2009-07-15 | 2 | -0/+48 |
| | |||||
* | fixed minor bug | hut | 2009-07-15 | 1 | -2/+1 |
| | |||||
* | mouse support in cli.rb | hut | 2009-07-15 | 1 | -1/+82 |
| | |||||
* | little fixes | hut | 2009-07-15 | 2 | -4/+4 |
| | |||||
* | done | hut | 2009-07-12 | 1 | -1/+0 |
| | |||||
* | fixed "dfd" combo | hut | 2009-07-10 | 2 | -3/+3 |
| | |||||
* | cleanup | hut | 2009-07-06 | 1 | -11/+6 |
| | |||||
* | document tar keycombo | hut | 2009-07-06 | 1 | -0/+1 |
| | |||||
* | use Fm.externally instead of starti/closei in keys.rb | hut | 2009-07-06 | 1 | -17/+16 |
| | |||||
* | Fm.externally works without blocks too now. | hut | 2009-07-06 | 1 | -3/+1 |
| | |||||
* | fixed E key | hut | 2009-07-06 | 2 | -5/+6 |
| | |||||
* | allow to set a preferred application at runcontexts | hut | 2009-07-06 | 1 | -3/+3 |
| | |||||
* | Fm.externally(&block) for wrapping code in closei/starti | hut | 2009-07-06 | 1 | -0/+8 |
| | |||||
* | rely less on system calls for mkdir/touch | hut | 2009-07-06 | 1 | -6/+8 |
| | |||||
* | added Option.bookmark_file | hut | 2009-07-06 | 2 | -1/+2 |
| | |||||
* | removed unused function | hut | 2009-07-06 | 1 | -17/+0 |
| | |||||
* | request a confirmation on deletion | hut | 2009-07-04 | 3 | -36/+68 |
| | |||||
* | ask for confirmation on delete | hut | 2009-07-04 | 1 | -0/+3 |
| | |||||
* | more sorting in keys.rb | hut | 2009-07-04 | 1 | -144/+91 |
| |