summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* | ranger.1: more exhaustive documentation for :open_withhut2013-06-212-4/+14
* | data/scope.sh: fix extension matching on uppercase extensionhut2013-06-161-1/+1
* | scope.sh: typohut2013-06-161-1/+1
* | commands.py: typoshut2013-06-161-4/+4
* | container.file: typohut2013-06-111-1/+1
* | doc/colorschemes.txt: updatehut2013-06-101-3/+3
* | core.fm: fix shell escaping when using feh + "open_all_images"hut2013-06-071-1/+1
* | config/rc.conf: added ^L keys for pager and taskviewhut2013-06-071-0/+2
* | Change name back to "ranger-master" in --version outputhut2013-05-241-1/+1
* | RANGER! RANGER! HIGH VOLTAGE! v1.6.1hut2013-05-246-6/+14
* | core.actions: update preview when changing file in pagerhut2013-05-011-0/+3
* | doc/ranger.1: put a list of resources at the tophut2013-04-302-25/+41
|/
* core.actions: reduce code dupliactionhut2013-04-242-12/+9
* core.actions: pressing "i" opens ui.pager, not ui.browser.pagerhut2013-04-242-3/+11
* core.action: make pager_move work in log too (key W)hut2013-04-241-1/+4
* container.settings: fix "setintag" with certain settingshut2013-04-211-8/+12
* container.tags: added TODO entryhut2013-04-201-0/+2
* config/commands: implemented :setintag <tags> <option>=<value>hut2013-04-203-7/+32
* Fix plugin names in log viewEmanuel Guevel2013-04-131-1/+1
* core.fm: disable garbage collecting old directorieshut2013-04-121-4/+4
* ext.vcs.vcs: use more traditional syntax in dict expressionhut2013-04-081-1/+1
* core.fm: only apply open_all_files to cmds with $@hut2013-04-071-1/+2
* Revert "Added bumblebee-like "make uninstall""hut2013-04-021-7/+0
* Added bumblebee-like "make uninstall"hut2013-04-011-0/+7
* ext.img_display: allow using W3MIMGDISPLAY_PATH env varhut2013-03-243-3/+15
* Fix Issue #80 that crashed ranger when resized too smallAbdo Roig-Maranges2013-03-241-21/+27
* container.directory: fix pointer in refilter, not in sorthut2013-03-241-6/+2
* container.directory: move refilter() to the right placehut2013-03-241-2/+2
* fix missing quotes in shell macrosAbdo Roig-Maranges2013-03-211-1/+1
* widgets.browserview: resize when toggling draw_bordershut2013-03-171-0/+6
* gui.ui: remove curses.setupterm() instructionhut2013-03-171-1/+0
* update examples (s/ranger.fsobject/ranger.container/)hut2013-03-172-5/+5
* settings: sanitize in separate signal with higher priorityhut2013-03-161-12/+11
* added doc/config directory with symlinks to configshut2013-03-158-9/+11
* settings: use regexes for local settingshut2013-03-151-4/+13
* settings: fix maximum line widthhut2013-03-151-3/+6
* settings: make setlocal work with all settingshut2013-03-151-0/+5
* ext.img_display.clear: adjust widthhut2013-03-151-1/+1
* rc.conf: added keybinding to get to /usr/share/doc/rangerhut2013-03-141-0/+1
* widgets.browsercolumn: don't use list.clear(), py2 incompatiblehut2013-03-141-2/+2
* container.settings: added notice that "show_cursor" aint workinghut2013-03-121-1/+1
* container.fsobject: make it "SettingsAware"hut2013-03-123-6/+4
* api.commands: make SETTINGS_RE privatehut2013-03-121-2/+2
* container.directory: remove "signal" argument for refilterhut2013-03-121-1/+1
* container.directory: remove unnecessary refilter()hut2013-03-101-1/+0
* container.directory: fix wrong check for Nonehut2013-03-101-1/+1
* simplified previous commithut2013-03-092-6/+2
* config/commands.py: faster filteringhut2013-03-093-19/+35
* directory: typohut2013-03-091-1/+1
* manpage: renamed example/ to /usr/share/doc/ranger/hut2013-03-093-10/+12
'>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