about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Fixed the sxiv workaround to handle spaces and be more POSIX compliant.Pierre Neidhardt2013-03-051-7/+21
* core.runner: dont switch to console when using "s" flaghut2013-03-041-0/+1
* core.fm: removed unnecessary importhut2013-03-041-1/+0
* HACKING: remove part about tabs; ranger uses spaces nowhut2013-03-031-2/+0
* vcs extension: fix vcs file status detectionAbdo Roig-Maranges2013-03-034-29/+43
* setup.py: updated website URLhut2013-03-011-1/+1
* setup.py: removed fsobject packagehut2013-03-011-1/+0
* gui.color: improved get_colorhut2013-03-011-5/+4
* gui.color: remove "remove_attr" functionhut2013-03-011-6/+0
* ranger.fsobject: added BAD_INFO constanthut2013-03-011-1/+1
* config/rifle.conf: fix pager labelhut2013-03-011-1/+1
* renamed container.settingobject to container.settingshut2013-03-015-10/+9
* removed compatibility for "hidden_filter" option being a regexhut2013-03-012-8/+2
* settingobject: remove complexity of shorten_title settinghut2013-03-013-6/+6
* simplify sanitizing of settings and core.shared modulehut2013-03-013-61/+51
* core.tab: consistent return value in get_selection()hut2013-03-011-3/+1
* added compatibility layer for ranger.fsobject modulehut2013-03-011-0/+5
* moved fsobject.* to container.*hut2013-03-018-18/+11
* doc/ranger.1: removed obsolete reference to fm.envhut2013-03-012-2/+2
* rifle: added --version optionhut2013-03-012-2/+4
* doc/ranger.1: documented :scout commandhut2013-03-013-2/+70
* Added version info to exampleshut2013-03-0111-0/+22
* Makefile: Fix regex of 'make clean'hut2013-03-011-1/+1
* doc/ranger.1: Fixed --copy-config documentationhut2013-02-282-3/+3
* config/rc.conf: added smart case options to search commandshut2013-02-271-2/+2
* fsobject.fsobject: fix crash with vcs_aware=truehut2013-02-271-1/+1
* make vcs information display for subdirectories of a repoAbdo Roig-Maranges2013-02-252-8/+8
* commands.scout: removed unused AUTO_OPEN_DIRS constanthut2013-02-251-1/+0
* config/commands: replace commands with aliases to :scouthut2013-02-252-172/+8
* commands.scout: added PERM_FILTER flaghut2013-02-251-0/+7
* fsobject.directory: turn self.filter into a regexhut2013-02-253-5/+8
* commands.scout: added UNMARK, SMART_CASE, use set_search_methodhut2013-02-251-5/+14
* commands.scout: better handling of "."hut2013-02-251-0/+3
* config/commands: fix blocking in :scout, remove debug codehut2013-02-251-7/+5
* api.commands: fix quick/tab/cancel for aliased commandshut2013-02-251-1/+14
* config/commands: added :scout commandhut2013-02-251-0/+143
* api.commands: added parse_flags()hut2013-02-251-0/+37
* widgets.browsercolumn: made aroig's changes conform with PEP8hut2013-02-251-20/+31
* widgets.browsercolumn: Fix wrong trimming of infostringhut2013-02-251-1/+4
* widgets.statusbar: reverted aroig's addition of whitespacehut2013-02-241-1/+1
* vcs: fix indentation in gui.contexthut2013-02-241-4/+4
* removed unused lib ranger.ext.run_forkedhut2013-02-241-25/+0
* vcs: move vcs import into load_vcshut2013-02-241-2/+1
* vcs: move some code from load_bit_by_bit to load_vcshut2013-02-242-28/+42
* fsobject.directory: dont load_vcs when not neededhut2013-02-241-2/+3
* Merge branch 'vcs'hut2013-02-2419-83/+1674
|\
| * Merge branch 'master' into vcshut2013-02-2268-218/+242
| |\
| * \ Merge branch 'master' into vcshut2013-02-1910-6/+393
| |\ \
| * \ \ Merge branch 'master' into vcshut2013-02-1811-147/+166
| |\ \ \
| * | | | document config options for vcs on the man pageAbdo Roig-Maranges2013-02-172-8/+16
3' href='#n533'>533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 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 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 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870