summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
| * fsobject.directory: Fixed sorting by typehut2010-11-221-1/+1
| * ext.keybinding_parser: fixed python3 incompatibilityhut2010-11-221-1/+1
| * ext.keybinding_parser: allow mapping alt+special keyshut2010-11-221-4/+12
| * Tea, Earl Grey, Hot. v1.2.2hut2010-10-104-11/+19
| * defaults.keys: show bookmarks when typing "um"hut2010-10-101-1/+2
| * defaults.commands: Fixed :cd command without argumenthut2010-10-101-3/+2
| * gui.color: fixed ranger.gui.color.remove_attrhut2010-10-101-1/+1
| * api.commands, api.keys: added dummies that allow pydoc to be generatedhut2010-10-102-0/+13
| * colorschemes.jungle: updated jungle colorschemehut2010-10-101-1/+1
| * colorschemes.snow: updated snow colorschemehut2010-10-101-1/+4
| * gui.ui: Disable mouse when console is openhut2010-10-101-2/+2
| * Prevent garbage-collecting used directorieshut2010-10-101-1/+1
| * Cosmetic changeshut2010-10-102-2/+1
| * core.actions: Minor bug in move_parent()hut2010-10-101-0/+2
| * defaults.apps: open empty files with unknown mimetype in vimhut2010-10-101-1/+1
| * ranger.__main__: typohut2010-10-101-1/+0
* | gui.bar: Fixed malpositioning of tab in some caseshut2010-12-221-1/+1
* | core.actions: Don't attempt do show directory in pager (key i)hut2010-12-211-1/+5
* | widgets.pager: Fixed horizontal scrollinghut2010-12-211-0/+2
* | core.environment: make Actions.reset refresh current directoryhut2010-12-211-1/+2
* | widget.browserview: fixed padding_right optionhut2010-12-212-0/+6
* | Commited missing line of last commithut2010-12-211-1/+0
* | widgets.console: Fixed position of cursor with unicode chars (py3)hut2010-12-212-2/+8
* | core.actions: Fixed get_preview()hut2010-12-182-2/+3
* | defaults.commands: Added search_inc(remental)hut2010-12-133-9/+14
* | defaults.commands: let open_with use selection, not just 1 filehut2010-12-111-1/+1
* | fsobject.fsobject: Update previews when file changeshut2010-12-111-0/+1
* | updated READMEhut2010-12-101-3/+6
* | ext.human_readable: added doctesthut2010-11-221-3/+7
* | core.actions: simplified tag functionshut2010-11-221-24/+18
* | ext.signals: fixed memory leakhut2010-11-222-6/+22
* | fsobject: The lazy lookup of .image attribute was *too* lazyhut2010-11-201-0/+4
* | widgets.statusbar: Fixed crash after deleting current filehut2010-11-171-1/+4
* | core.actions: added update_preview()hut2010-11-171-0/+7
* | widgets.console: Fixed input of unicode chars on py3hut2010-11-132-20/+54
* | widgets.statusbar: Reload permissions of current file on changehut2010-11-061-2/+3
* | fsobject.fsobject: Use ctime, not mtime, for identifying changeshut2010-11-062-9/+10
* | fsobject.directory: Fixed sorting by typehut2010-11-011-1/+1
* | fsobject.fsobject: fixed natural sort with python3hut2010-11-011-4/+4
* | core.main: add debug infohut2010-11-011-1/+7
* | widgets.browsercolumn: Run files with right mouse clickhut2010-11-011-1/+5
* | Added option 'padding_right' (default: True)hut2010-11-013-3/+16
* | defaults.keys: added yp, yn, yd shortcuts + dochut2010-10-232-0/+6
* | Fixed "po" bindinghut2010-10-231-2/+2
* | Polished ranger.pyhut2010-10-161-3/+3
* | ext.keybinding_parser: fixed python3 incompatibilityhut2010-10-151-1/+1
* | ext.signals: forgot to "git add" a file ...hut2010-10-151-0/+103
* | gui.ansi: handle blink-code for doubled bitrate of background colorshut2010-10-152-0/+3
* | core.environment: update importhut2010-10-151-1/+1
* | core.main: disable preview script for root by defaulthut2010-10-151-0/+1
' href='#n582'>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