about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* updated mouse code in code/cli.rbhut2009-07-161-26/+39
|
* things to dohut2009-07-161-1/+4
|
* only descend 1 dir when using right mouse on first rowhut2009-07-151-1/+2
| | | | i think thats more intuitive
* removed debug stuffhut2009-07-151-5/+0
|
* added mouse supporthut2009-07-152-0/+48
|
* fixed minor bughut2009-07-151-2/+1
|
* mouse support in cli.rbhut2009-07-151-1/+82
|
* little fixeshut2009-07-152-4/+4
|
* donehut2009-07-121-1/+0
|
* fixed "dfd" combohut2009-07-102-3/+3
|
* cleanuphut2009-07-061-11/+6
|
* document tar keycombohut2009-07-061-0/+1
|
* use Fm.externally instead of starti/closei in keys.rbhut2009-07-061-17/+16
|
* Fm.externally works without blocks too now.hut2009-07-061-3/+1
|
* fixed E keyhut2009-07-062-5/+6
|
* allow to set a preferred application at runcontextshut2009-07-061-3/+3
|
* Fm.externally(&block) for wrapping code in closei/startihut2009-07-061-0/+8
|
* rely less on system calls for mkdir/touchhut2009-07-061-6/+8
|
* added Option.bookmark_filehut2009-07-062-1/+2
|
* removed unused functionhut2009-07-061-17/+0
|
* request a confirmation on deletionhut2009-07-043-36/+68
|
* ask for confirmation on deletehut2009-07-041-0/+3
|
* more sorting in keys.rbhut2009-07-041-144/+91
|
* donehut2009-07-041-1/+0
|
* small fixhut2009-07-041-2/+1
|
* restructuredhut2009-07-041-159/+171
|
* sorted key commandshut2009-07-041-120/+126
|
* removed useless commandhut2009-07-041-4/+0
|
* ideahut2009-07-041-0/+1
|
* small changeshut2009-07-032-3/+4
|
* option to show ascii only and replace non-ascii with *hut2009-07-035-5/+18
|
* --cd switchhut2009-07-035-7/+50
| | | | | allows to cd to the last dir in the parent shell. type ?z inside ranger for more infos
* ideashut2009-07-031-1/+2
|
* supress warnings when reloading type definitionshut2009-07-031-0/+3
|
* dynamically reload file types when typing ^Rhut2009-07-032-2/+7
|
* ideahut2009-07-031-0/+1
|
* removed unused codehut2009-07-031-2/+0
|
* monochrome colorschemehut2009-07-031-0/+12
|
* put options where they belong. in a config filehut2009-07-036-41/+53
|
* removed unused ERROR_STREAMhut2009-07-031-3/+0
|
* added :file option to debug setuphut2009-07-032-4/+7
|
* todohut2009-07-031-0/+4
|
* correct free space display for drives with long mount point nameshut2009-07-031-1/+1
|
* stuffhut2009-06-291-7/+5
|
* commentshut2009-06-291-2/+21
|
* new option 'wide_bar' toggles wide bar in selected columnhut2009-06-293-2/+10
|
* improved colorschemehut2009-06-291-0/+8
| | | | set Selected.* to SelectedCurrentRow.* minus bold
* new option 'preview'. better alignment of rows.hut2009-06-293-11/+31
|
* padding of main column by 3 charactershut2009-06-291-1/+6
|
* bars fixedhut2009-06-296-6/+13
| | | | | | 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