Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | done #7. restructured keys.rb | hut | 2009-07-19 | 1 | -80/+126 |
| | | | | there now is a seperate function for the gigantic case statement. | ||||
* | bugfix, click in first row didn't select pointed file | hut | 2009-07-19 | 1 | -1/+1 |
| | |||||
* | added doubleclick, with configurable mouseinterval | hut | 2009-07-19 | 1 | -5/+12 |
| | |||||
* | fixed mouse behaviour | hut | 2009-07-19 | 1 | -1/+0 |
| | |||||
* | new keys [i], [I] are like [l], [L] without a-flag | hut | 2009-07-19 | 1 | -3/+4 |
| | | | | | that means, [i] will always run the currently highlighted file only, whereas [l] will run marked files instead, if there are any marked files. | ||||
* | fixed #23 (key combination rAr does not work) | hut | 2009-07-19 | 1 | -1/+1 |
| | |||||
* | fixed bug 16 (incorrect sorting pointer) | hut | 2009-07-19 | 1 | -18/+21 |
| | |||||
* | fixed bug 14 (sorting didn't always work) | hut | 2009-07-18 | 1 | -1/+1 |
| | |||||
* | fixed bugs 5 (use of system()) and 12 (sync @marked) | hut | 2009-07-18 | 1 | -23/+19 |
| | |||||
* | renamed option "dir_first" to "list_dir_first" | hut | 2009-07-18 | 1 | -1/+1 |
| | | | | this is more obvious :-) | ||||
* | removed double click | hut | 2009-07-17 | 1 | -10/+29 |
| | |||||
* | 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 "dfd" combo | hut | 2009-07-10 | 1 | -2/+2 |
| | |||||
* | use Fm.externally instead of starti/closei in keys.rb | hut | 2009-07-06 | 1 | -17/+16 |
| | |||||
* | fixed E key | hut | 2009-07-06 | 1 | -5/+2 |
| | |||||
* | rely less on system calls for mkdir/touch | hut | 2009-07-06 | 1 | -6/+8 |
| | |||||
* | removed unused function | hut | 2009-07-06 | 1 | -17/+0 |
| | |||||
* | request a confirmation on deletion | hut | 2009-07-04 | 1 | -21/+46 |
| | |||||
* | 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 |
| | |||||
* | --cd switch | hut | 2009-07-03 | 1 | -5/+9 |
| | | | | | allows to cd to the last dir in the parent shell. type ?z inside ranger for more infos | ||||
* | put options where they belong. in a config file | hut | 2009-07-03 | 1 | -17/+14 |
| | |||||
* | new option 'wide_bar' toggles wide bar in selected column | hut | 2009-06-29 | 1 | -0/+3 |
| | |||||
* | new option 'preview'. better alignment of rows. | hut | 2009-06-29 | 1 | -0/+3 |
| | |||||
* | feature: gn | hut | 2009-06-22 | 1 | -0/+4 |
| | |||||
* | worked on commands | hut | 2009-06-22 | 1 | -29/+59 |
| | |||||
* | changed the place where default flags are specified | hut | 2009-06-22 | 1 | -1/+1 |
| | |||||
* | mv code/fm/* code/ | hut | 2009-06-21 | 1 | -0/+584 |
| | |||||
* | moved fm class to code/fm/ | hut | 2009-06-12 | 1 | -589/+0 |
| | |||||
* | mooo | hut | 2009-06-11 | 1 | -2/+2 |
| | |||||
* | wip | hut | 2009-06-11 | 1 | -0/+4 |
| | |||||
* | Initial commit | hut | 2009-06-04 | 1 | -27/+2 |
| | |||||
* | lots of changes. version 0.2.1 v0.2.1 | hut | 2009-05-09 | 1 | -41/+197 |
| | |||||
* | new minor version v0.2.0 | hut | 2009-04-10 | 1 | -95/+226 |
| | |||||
* | the first usable version. v0.1.0 | hut | 2009-04-08 | 1 | -0/+323 |
I was not using git yet, this was a simple backup |