| Commit message (Expand) | Author | Age | Files | Lines |
* | defaults/rc.conf: fixed typos | hut | 2011-10-01 | 1 | -2/+2 |
* | core.actions: killed hidden ninja bug | hut | 2011-10-01 | 1 | -1/+1 |
* | api.commands: fixed missing narg when command has no arguments | hut | 2011-10-01 | 1 | -1/+1 |
* | defaults/rc.conf: added introduction | hut | 2011-10-01 | 1 | -0/+20 |
* | defaults/rc.conf: map Q to quit! instead of quit | hut | 2011-10-01 | 1 | -1/+1 |
* | gui.ui: fixed hint box when typing in numbers | hut | 2011-10-01 | 1 | -1/+2 |
* | defaults/rc.conf: added some scrolling keys for pager | hut | 2011-10-01 | 1 | -0/+9 |
* | widgets.browserview: removed old code (for bookmark drawing) | hut | 2011-10-01 | 1 | -34/+1 |
* | defaults/rc.conf: fixed pager bindings | hut | 2011-10-01 | 1 | -13/+13 |
* | defaults/rc.conf: cleaned rc.conf | hut | 2011-10-01 | 1 | -3/+3 |
* | ext.widestring: fixed input of unicode in console for python2 | hut | 2011-10-01 | 1 | -0/+1 |
* | ext.keybindings: Fix unicode keybindings in python3 | hut | 2011-10-01 | 1 | -0/+5 |
* | ext.widestring: Fixes | hut | 2011-10-01 | 2 | -8/+9 |
* | gui.bar: renamed attribute (width_of_first_letter -> min_size) | hut | 2011-10-01 | 1 | -6/+6 |
* | gui.bar: fixing unicode in bars... | hut | 2011-10-01 | 3 | -11/+22 |
* | ext.widestring: fix for python2 verisons | hut | 2011-10-01 | 1 | -6/+11 |
* | widgets.console: more detailed error message when command not found | hut | 2011-10-01 | 1 | -1/+2 |
* | ext.widestring: removed obsolete code | hut | 2011-10-01 | 1 | -146/+8 |
* | trying to fix utf shit... | hut | 2011-10-01 | 4 | -135/+36 |
* | core.actions: renamed Actions.mark to mark_files to avoid collision | hut | 2011-10-01 | 2 | -5/+5 |
* | gui.widgets.browserview: improved hint/bookmark list | hut | 2011-10-01 | 4 | -8/+12 |
* | ext.keybindings: hide bookmarks properly | hut | 2011-10-01 | 1 | -0/+1 |
* | gui.widgets.browserview: new bookmark list | hut | 2011-10-01 | 1 | -51/+29 |
* | Fixed minor issue in ranger.py | hut | 2011-10-01 | 1 | -3/+3 |
* | defaults/rc.conf: simplified "<any> keybinding | hut | 2011-10-01 | 2 | -6/+7 |
* | container.tags: sanity checks | hut | 2011-10-01 | 1 | -0/+3 |
* | defaults/rc.conf: added keys for marking (space, v) | hut | 2011-10-01 | 1 | -2/+6 |
* | gui.widgets.browserview: draw hints for keychains | hut | 2011-10-01 | 4 | -3/+33 |
* | gui.widgets.browsercolumn: moved import out of loop | hut | 2011-09-30 | 1 | -1/+1 |
* | defaults/commands.py: fixed "cmd not found" bug in python 3.2 | hut | 2011-09-30 | 1 | -0/+1 |
* | defaults/rc.conf: fixed arrow keys | hut | 2011-09-30 | 1 | -2/+2 |
* | container.settingobject: fix settingobject (?) | hut | 2011-09-30 | 1 | -0/+2 |
* | core.helper: dont try to turn fm.settings into a command | hut | 2011-09-30 | 1 | -1/+3 |
* | added defaults/rc.conf in setup.py | hut | 2011-09-30 | 1 | -1/+1 |
* | implemented numeral arguments to keybindings | hut | 2011-09-30 | 5 | -12/+19 |
* | core.main: fixed --list-unused-keys | hut | 2011-09-30 | 1 | -5/+4 |
* | delete old keys.py file | hut | 2011-09-30 | 1 | -443/+0 |
* | added E keybinding | hut | 2011-09-30 | 1 | -0/+1 |
* | added pager keybindings | hut | 2011-09-30 | 2 | -12/+36 |
* | core.actions: remove useless checks | hut | 2011-09-30 | 1 | -14/+3 |
* | ext.keybindings: implemented %any macro | hut | 2011-09-30 | 17 | -161/+71 |
* | core.helper: fixed --clean flag | hut | 2011-09-30 | 1 | -0/+2 |
* | Extended rc.conf | hut | 2011-09-30 | 10 | -36/+407 |
* | implemented a new keybinding parser | hut | 2011-09-30 | 14 | -592/+161 |
* | define keybindings in rc.conf (list of commands, loaded on startup) | hut | 2011-09-30 | 8 | -18/+151 |
* | core.actions: fixed cycling by atime and mtime | hut | 2011-09-29 | 2 | -1/+7 |
* | defaults/commands: fixed indentation | hut | 2011-09-29 | 1 | -1/+1 |
* | Fixed setup.py (by removing ranger/help entry) | hut | 2011-09-29 | 1 | -2/+1 |
* | updated Makefile | hut | 2011-09-29 | 1 | -1/+2 |
* | gui.ui: de-bloating | hut | 2011-09-29 | 2 | -11/+3 |