summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* moved container.keymap.KeyBuffer into seperate modulehut2010-04-165-163/+182
* 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-162-14/+14
* 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-163-86/+108
* Removed ranger/defaults/oldkeys.pyhut2010-04-141-555/+0
* Merge branch 'newkey' into develhut2010-04-1425-842/+2222
|\
| * Merge branch 'dirarg' into newkeyhut2010-04-144-16/+47
| |\
| | * 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-149-24/+41
| | |\
| | * | dirarg: tmphut2010-04-131-8/+9
| | * | dirarg: added unit test and almost working implementaitonhut2010-04-132-1/+12
| | * | Started implementing dirarghut2010-04-132-10/+28
| * | | defaults.keys: minor cleanuphut2010-04-141-2/+2
| | |/ | |/|
| * | Merge branch 'devel' into newkeyhut2010-04-148-22/+39
| |\ \
| * | | synchronize key combinations with master branchhut2010-04-141-2/+2
| | |/ | |/|
| * | container.keymap: Extended KeyManagerhut2010-04-131-4/+11
| * | Merge branch 'master' into newkeyhut2010-04-135-7/+31
| |\ \
| * | | 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
| * | | Fixed suggested cd-after-exit-script for zshhut2010-04-132-2/+2
| * | | fix alt key for xtermhut2010-04-123-2/+13
| * | | ranger.py: removed whitespacehut2010-04-121-4/+0
| * | | added Direction.select()hut2010-04-121-0/+7
| * | | Merge branch 'master' into newkeyhut2010-04-1215-56/+68
| |\ \ \
| * | | | defaults.keys: improvedhut2010-04-091-2/+13
| * | | | Merge branch 'master' into newkeyhut2010-04-098-21/+121
| |\ \ \ \
| * | | | | tc_newkeys: fixed all but one testhut2010-04-094-58/+107
| * | | | | defaults.apps: edit xml files with editorhut2010-04-091-1/+3
| * | | | | partially fix tc_newkeyshut2010-04-094-61/+72
| * | | | | tc_direction: fixedhut2010-04-081-1/+1
| * | | | | Merge branch 'devel' into newkeyhut2010-04-0810-41/+29
| |\ \ \ \ \
| * | | | | | tc_newkey: added 2 failing test cases. Fix it!hut2010-04-081-13/+53
| * | | | | | clean uphut2010-04-082-3/+3
| * | | | | | defaults.keys: remove useless key definitionhut2010-04-081-1/+0
| * | | | | | removed ABOUT_THIS_BRANCH filehut2010-04-071-14/+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-0713-540/+689
| * | | | | | gui.ui: improvements in handling of special keyshut2010-04-072-4/+24
| * | | | | | Implement alt keys in corehut2010-04-074-19/+28
| * | | | | | tc_newkey: added commenthut2010-04-071-0/+1
| * | | | | | container.keymap: support for Alt keyhut2010-04-072-1/+8
' href='#n728'>728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844