Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | 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. | |||||
* | clear keybuffer after Action.run() | 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. | |||||
* | removed double click | hut | 2009-07-17 | 1 | -10/+29 | |
| | ||||||
* | 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 | |
| | ||||||
* | 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 | 1 | -0/+46 | |
| | ||||||
* | 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 | 1 | -3/+3 | |
| | ||||||
* | 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 | 1 | -5/+2 | |
| | ||||||
* | 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 | 1 | -1/+1 | |
| | ||||||
* | removed unused function | hut | 2009-07-06 | 1 | -17/+0 | |
| | ||||||
* | request a confirmation on deletion | hut | 2009-07-04 | 2 | -24/+50 | |
| | ||||||
* | ask for confirmation on delete | hut | 2009-07-04 | 1 | -0/+3 | |
| | ||||||
* | more sorting in keys.rb | hut | 2009-07-04 | 1 | -144/+91 | |
| | ||||||
* | small fix | hut | 2009-07-04 | 1 | -2/+1 | |
| | ||||||
* | restructured | hut | 2009-07-04 | 1 | -159/+171 | |
| | ||||||
* | sorted key commands | hut | 2009-07-04 | 1 | -120/+126 | |
| | ||||||
* | removed useless command | hut | 2009-07-04 | 1 | -4/+0 | |
| | ||||||
* | small changes | hut | 2009-07-03 | 1 | -2/+3 | |
| | ||||||
* | option to show ascii only and replace non-ascii with * | hut | 2009-07-03 | 4 | -5/+17 | |
| | ||||||
* | --cd switch | hut | 2009-07-03 | 4 | -7/+47 | |
| | | | | | allows to cd to the last dir in the parent shell. type ?z inside ranger for more infos | |||||
* | supress warnings when reloading type definitions | hut | 2009-07-03 | 1 | -0/+3 | |
| | ||||||
* | dynamically reload file types when typing ^R | hut | 2009-07-03 | 1 | -0/+7 | |
| | ||||||
* | removed unused code | hut | 2009-07-03 | 1 | -2/+0 | |
| | ||||||
* | put options where they belong. in a config file | hut | 2009-07-03 | 4 | -40/+26 | |
| | ||||||
* | added :file option to debug setup | hut | 2009-07-03 | 1 | -3/+6 | |
| | ||||||
* | correct free space display for drives with long mount point names | hut | 2009-07-03 | 1 | -1/+1 | |
| | ||||||
* | stuff | hut | 2009-06-29 | 1 | -7/+5 | |
| | ||||||
* | comments | hut | 2009-06-29 | 1 | -2/+21 | |
| | ||||||
* | new option 'wide_bar' toggles wide bar in selected column | hut | 2009-06-29 | 3 | -2/+10 | |
| | ||||||
* | new option 'preview'. better alignment of rows. | hut | 2009-06-29 | 3 | -11/+31 | |
| | ||||||
* | padding of main column by 3 characters | hut | 2009-06-29 | 1 | -1/+6 | |
| | ||||||
* | bars fixed | hut | 2009-06-29 | 4 | -5/+10 | |
| | | | | | | 1. colors wouldn't display correctly, because used color_at instead of attr_at. 2. x did not terminate the bar process because of a call to a nonexistant method. 3. added proper colorscheme support | |||||
* | feature: gn | hut | 2009-06-22 | 1 | -0/+4 | |
| |