summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* todo: updatedhut2010-03-281-0/+2
* closed #73, reason was it didn't move and coords didnt get updatedhut2010-03-272-2/+4
* closed #40 for nowhut2010-03-271-2/+2
* fixed bug in defaults.appshut2010-03-271-7/+10
* fixed #74 and closed #67 (was fixed earlier)hut2010-03-272-4/+8
* gui.ui: corrected docstringhut2010-03-271-1/+1
* ranger.__main__: setlocale fixhut2010-03-261-3/+4
* ranger.__init__: don't implicitly import ranger.__main__hut2010-03-262-4/+1
* make test: reduce verbosityhut2010-03-261-1/+1
* defaults.keys: additional keys/aliaseshut2010-03-251-6/+8
* fixed make cleanhut2010-03-251-1/+1
* fm: removed trailing whitespacehut2010-03-241-1/+1
* added J/K hotkeys for faster movementhut2010-03-241-2/+2
* main: updatedhut2010-03-242-9/+17
* make clean: safer method of cleaninghut2010-03-221-1/+1
* make compile: create pyc files toohut2010-03-221-1/+2
* core.fm: use local variables in main loop for faster lookuphut2010-03-221-13/+21
* fixes small bug introduced in fe14923hut2010-03-221-1/+1
* widgets.browsercolumn: don't load preview when its turned offhut2010-03-221-1/+2
* make test: don't use "clean" before "test"hut2010-03-211-1/+1
* TODO: added bug #74hut2010-03-211-0/+1
* widgets.console: allow unicode input. (if flushinput == False)hut2010-03-211-1/+5
* updated TODO and pydochut2010-03-2121-52/+88
* gui.widgets.console: removed warning after typing >cdhut2010-03-211-19/+15
* gui.widgets.bordercolumn: added tgz to preview-blacklisthut2010-03-211-1/+1
* defaults.keys: fixed hinthut2010-03-211-1/+1
* fixed borders with the embedded pagerhut2010-03-191-8/+14
* added option "draw_borders" for borders around the columnshut2010-03-196-6/+82
* gui.widgets.pager: increase the width of the pager by 1hut2010-03-191-1/+1
* Added option "preview_directories"hut2010-03-194-0/+10
* gui.ui: replace your home directory with "~" in the titlehut2010-03-191-0/+2
* widgets.titlebar: get the username/hostname from environmenthut2010-03-191-9/+3
* core.environment: new attributes: username, hostname, hone_pathhut2010-03-191-2/+12
* Added option "shorten_title"hut2010-03-193-0/+9
* gui.ui: import os in the top level of the modulehut2010-03-191-3/+3
* help.fileop: document Task Viewhut2010-03-191-0/+21
* defaults.keys: added <space> hotkey to scroll (almost) a page downhut2010-03-191-0/+1
* ui: Guess if terminal supports title (by looking at $TERM)hut2010-03-182-12/+13
* commands.rename: don't try to rename without argumenthut2010-03-181-0/+2
* colorschemes: more efficient and simple color importing.hut2010-03-174-43/+54
* ranger.gui.colorscheme: define a basic colorscheme to fall back onhut2010-03-171-4/+13
* fsobject: slight performance improvement.hut2010-03-171-5/+5
* use the builtin mimetype supporthut2010-03-175-2570/+15
* keys: added a warning notice about the "map" objecthut2010-03-171-0/+3
* fixed #69: tab completion breaks with Apps subclasshut2010-03-172-3/+7
* doc/colorschemes: ugh, its no logical but bitwise OR!hut2010-03-171-1/+1
* help.fileop: updated dochut2010-03-171-1/+1
* help.movement: corrected mix-uphut2010-03-171-2/+2
* removed the need for simple app definitionshut2010-03-172-1/+6
* apps: added zathurahut2010-03-171-1/+5
f='#n522'>522 523 524 525 526 527 528 529 530 531 532 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 871 872 873 874 875 876 877 878