summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* dirarg: added unit test and almost working implementaitonhut2010-04-132-1/+12
* Started implementing dirarghut2010-04-132-10/+28
* container.keymap: Extended KeyManagerhut2010-04-131-4/+11
* Merge branch 'master' into newkeyhut2010-04-135-7/+31
|\
| * Todo: closed #79 (tab 0)hut2010-04-131-1/+1
| * 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
| * widget.console: removed Directory importhut2010-04-121-1/+0
| * Merge branch 'master' of ssh://repo.or.cz/srv/git/rangerhut2010-04-122-4/+25
| |\
| | * Fixed little tab completion bughut2010-04-112-4/+25
* | | 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
|\| |
| * | Grey out copied/cut files.hut2010-04-125-1/+15
| * | cleanuphut2010-04-127-46/+43
| * | Fixed handling of directories with GC'd subdirshut2010-04-122-7/+9
| |/
| * widgets.browserview: fixed collapse_previewhut2010-04-101-1/+1
* | defaults.keys: improvedhut2010-04-091-2/+13
* | Merge branch 'master' into newkeyhut2010-04-098-21/+121
|\|
| * defaults.apps: edit xml files with editorhut2010-04-091-1/+3
| * ext.shutil_generatorized: silently ignore permission exceptionshut2010-04-091-4/+8
| * removed debugging codehut2010-04-091-1/+0
| * added doc/print_keys.pyhut2010-04-081-0/+14
| * defaults.commands: better commenthut2010-04-081-2/+2
| * Fixed "=" seperator in set commandhut2010-04-081-5/+9
| * changed {/}/[/] keyshut2010-04-081-2/+12
| * added :set <name>=<value> commandhut2010-04-083-0/+61
| * shared.settings: allow to iterate over settingshut2010-04-081-0/+4
| * Fixed multiple signal bindings of the same functionhut2010-04-081-2/+3
| * added option 'mouse_enabled'hut2010-04-083-12/+25
* | 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
|\ \
| * | Merge branch 'master' into develhut2010-04-081-0/+2
| |\|
| | * todo: updatehut2010-04-081-0/+2
| * | Merge branch 'master' into develhut2010-04-081-2/+1
| |\|
| | * defaults.keys: corrected docstringhut2010-04-071-1/+1
| | * defaults.keys: removed duplicate key definitionhut2010-04-071-1/+0
| | * make clean: fixedhut2010-04-071-1/+1
ref='#n610'>610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 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