summary refs log tree commit diff stats
path: root/ranger
Commit message (Collapse)AuthorAgeFilesLines
* core.actions: fix hintshut2010-04-161-1/+3
|
* Merge branch 'master' into develhut2010-04-161-4/+2
|\
| * widgets.statusbar: cleanupshut2010-04-161-4/+2
| |
* | Merge branch 'master' into develhut2010-04-162-1/+3
|\|
| * added ruby mimetypehut2010-04-161-0/+2
| |
| * defaults.apps: removed unnecessary escape characterhut2010-04-161-1/+1
| |
* | ranger.container.keymap: added some documentationhut2010-04-162-2/+20
| |
* | moved container.keymap.KeyBuffer into seperate modulehut2010-04-164-163/+181
| |
* | keymap: make lines shorterhut2010-04-161-11/+11
| |
* | keymap: replace to_string and is_ascii_digit with builtin methodshut2010-04-161-13/+4
| |
* | keymap: moved simulate_press to where it belongs: tc_newkeyshut2010-04-161-9/+0
| |
* | use utf8 encoding in keys.pyhut2010-04-161-0/+1
| |
* | keymap: remove unused codehut2010-04-161-7/+0
| |
* | keymap: move translate_keys to ranger.ext.keybinding_parserhut2010-04-162-84/+105
| |
* | Removed ranger/defaults/oldkeys.pyhut2010-04-141-555/+0
| |
* | Merge branch 'newkey' into develhut2010-04-1420-737/+1620
|\ \
| * \ Merge branch 'dirarg' into newkeyhut2010-04-143-16/+40
| |\ \
| | * | dirarg: improvedhut2010-04-142-13/+10
| | | |
| | * | dirarg: cleanuphut2010-04-142-6/+3
| | | |
| | * | dirarg: fully functioning nowhut2010-04-142-14/+21
| | | |
| | * | Merge branch 'newkey' into dirarghut2010-04-147-23/+21
| | |\ \
| | * | | dirarg: tmphut2010-04-131-8/+9
| | | | |
| | * | | dirarg: added unit test and almost working implementaitonhut2010-04-131-1/+5
| | | | |
| | * | | Started implementing dirarghut2010-04-132-10/+28
| | | | |
| * | | | defaults.keys: minor cleanuphut2010-04-141-2/+2
| | |/ / | |/| |
| * | | Merge branch 'devel' into newkeyhut2010-04-146-21/+19
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ranger/__main__.py ranger/defaults/keys.py ranger/gui/widgets/console.py
| * | | | synchronize key combinations with master branchhut2010-04-141-2/+2
| | |/ / | |/| |
| * | | container.keymap: Extended KeyManagerhut2010-04-131-4/+11
| | | |
| * | | Merge branch 'master' into newkeyhut2010-04-134-6/+30
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: ranger/defaults/keys.py
| * | | | Don't use tab 0 by defaulthut2010-04-132-3/+2
| | | | |
| * | | | gui.bar: Fixed Zero Division Errorhut2010-04-131-1/+2
| | | | |
| * | | | gui.bar: clean uphut2010-04-132-15/+11
| | | | |
| * | | | Abbreviate HOME with ~ in the titlebarhut2010-04-134-5/+18
| | | | |
| * | | | fix alt key for xtermhut2010-04-123-2/+13
| | | | |
| * | | | added Direction.select()hut2010-04-121-0/+7
| | | | |
| * | | | Merge branch 'master' into newkeyhut2010-04-1215-56/+68
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ranger/defaults/keys.py ranger/gui/widgets/console.py
| * | | | | defaults.keys: improvedhut2010-04-091-2/+13
| | | | | |
| * | | | | Merge branch 'master' into newkeyhut2010-04-097-21/+107
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ranger/defaults/keys.py
| * | | | | | tc_newkeys: fixed all but one testhut2010-04-093-52/+83
| | | | | | |
| * | | | | | defaults.apps: edit xml files with editorhut2010-04-091-1/+3
| | | | | | |
| * | | | | | partially fix tc_newkeyshut2010-04-093-35/+44
| | | | | | |
| * | | | | | Merge branch 'devel' into newkeyhut2010-04-089-41/+27
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ranger/defaults/keys.py
| * | | | | | | clean uphut2010-04-081-2/+1
| | | | | | | |
| * | | | | | | defaults.keys: remove useless key definitionhut2010-04-081-1/+0
| | | | | | | |
| * | | | | | | integrated new keyparser in pager + taskviewhut2010-04-073-31/+43
| | | | | | | |
| * | | | | | | more keys, fixed hinthut2010-04-072-6/+54
| | | | | | | |
| * | | | | | | start to integrate keybindingshut2010-04-074-53/+241
| | | | | | | |
| * | | | | | | added KeyManagerhut2010-04-0711-538/+650
| | | | | | | |
| * | | | | | | gui.ui: improvements in handling of special keyshut2010-04-072-4/+24
| | | | | | | |
| * | | | | | | Implement alt keys in corehut2010-04-074-19/+28
| | | | | | | |