summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
| * gui.ansi: Added doctesthut2011-10-081-3/+34
| * ext.signals: fixed signals for python3.2hut2011-10-081-4/+4
| * ext.iter_tools: Added doctesthut2011-10-081-0/+15
| * Makefile: Fixed doctests for python3.2hut2011-10-081-1/+1
| * ext.direction: Added doctesthut2011-10-071-13/+25
| * ext.lazy_property: added doctesthut2011-10-071-6/+15
| * ext.signals: Fixed hidden bugs, added doctestshut2011-10-071-15/+175
| * Makefile: added `make test' back in.hut2011-10-071-1/+9
| * moved DELETE_WARNING constant from api to api.commandshut2011-10-072-2/+2
| * core.actions: Fixed crash when %f/%F macros are undefinedhut2011-10-071-6/+30
| * widgets.browserview: Try to fix crashhut2011-10-071-0/+5
| * merged ext.keybindings.py into ext.keybindings_parser.pyhut2011-10-073-200/+176
| * defaults/options: default sorting method is now "natural"hut2011-10-071-1/+1
| * api.apps: fix bug with undefined appshut2011-10-051-1/+1
| * core.runner: print more debug outputhut2011-10-051-1/+1
| * manpage: updatehut2011-10-052-32/+34
| * Makefile: updatehut2011-10-051-4/+8
| * removed doc/TODO; use "make todo"hut2011-10-056-118/+8
| * README: polished, removed INSTALLhut2011-10-053-76/+46
| * defaults/commands: added cunmap, punmap, tunmaphut2011-10-053-5/+97
| * gui.ui: Add "loading..." indicator on startuphut2011-10-051-0/+2
| * Makefile: added "make todo" and added some notes in codehut2011-10-053-1/+6
| * widgets.console: Fixed drawing of wide charactershut2011-10-051-7/+4
| * widgets.console: fixed crash when typing special keyshut2011-10-051-1/+3
| * defaults/rc.conf: Fixed bad keybindingshut2011-10-051-2/+2
| * ext.keybindings: more meaningful error messageshut2011-10-052-8/+10
| * ranger.py: made the argument optional in embedded bash scripthut2011-10-041-15/+16
| * defaults/rc.conf: use copyXmap to simplify rc.confhut2011-10-031-91/+84
| * defaults/commands: Added copypmap, copytmap, copycmaphut2011-10-033-3/+29
| * core.actions: Added wrappers for common pager/taskview methodshut2011-10-031-0/+18
| * defaults.commands: added alias command, overhauled alias systemhut2011-10-034-16/+24
| * defaults.commands: Added unmap commandhut2011-10-033-12/+43
| * defaults.commands: Added copymap commandhut2011-10-032-5/+36
| * core.actions: added %rangerdir macrohut2011-10-031-0/+2
| * fsobject.directory: Fix infinite recursion loophut2011-10-031-0/+1
| * core.actions: Fix another garbage collection bughut2011-10-031-1/+1
| * defaults.apps: safer sxiv handlerhut2011-10-031-1/+4
| * core.actions: expanduser in source_commandlist()hut2011-10-031-0/+1
| * core.environment: fixed crash induced by previous commithut2011-10-032-3/+4
| * core.environment: trying to fix garbage collection errorhut2011-10-031-5/+8
| * core.actions: REALLY fix that decoding errorhut2011-10-021-1/+8
| * defaults/rc.conf: key "v" toggles instead of sets markinghut2011-10-021-1/+1
| * core.actions: smarter open() in get_previewhut2011-10-021-1/+1
| * core.actions: fix decoding error when previewing some fileshut2011-10-021-1/+3
| * api.apps: fixed error messagehut2011-10-021-0/+2
| * core.actions: sanitize input of {set,enter,unset}_bookmarkhut2011-10-021-4/+4
| * Changed version to 1.5.0hut2011-10-024-13/+4
| * Merge branch 'stable'hut2011-10-023-6/+19
| |\
| * | api.apps: removed the need to use tup() in app definitionshut2011-10-023-41/+56
| * | defaults/apps.py: added sxivhut2011-10-021-7/+23
#n585'>585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 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