summary refs log tree commit diff stats
path: root/ranger
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | config/rc.conf: typohut2013-02-211-1/+1
* | | | | | config/rc.conf: update comment of "colorscheme" settinghut2013-02-211-2/+1
* | | | | | config/rc.conf: added comment to "preview_images" settinghut2013-02-211-0/+2
* | | | | | core.shared: silence "missing preview script" message @ starthut2013-02-211-1/+1
* | | | | | widgets/pager: simpler Pager.destroy()hut2013-02-191-2/+1
* | | | | | widgets.pager: fix crash when not using img_displayhut2013-02-191-1/+1
| |_|_|_|/ |/| | | |
* | | | | gui.ui: clear image when opening taskview/pagerhut2013-02-191-0/+2
* | | | | widgets.browserview: clear image when drawing bookmarks etchut2013-02-191-0/+3
* | | | | widgets.browserview: shorter implementation of f4e5ce0hut2013-02-192-5/+4
* | | | | core.loader: handle race condition when process quits unexpectedlyhut2013-02-191-2/+10
* | | | | widgets.browserview: clear image when (un)collapsing previewhut2013-02-191-0/+5
* | | | | widgets.pager: fix redrawing when scrollinghut2013-02-181-0/+2
* | | | | widgets.pager: clear image on exithut2013-02-181-0/+7
* | | | | gui.ui: first destroy children, then itselfhut2013-02-181-1/+1
| |_|_|/ |/| | |
* | | | README: removed bash dependencyhut2013-02-182-2/+2
* | | | ranger.1: update list of ranger optionshut2013-02-181-5/+5
* | | | api.commands: make DELETE_WARNING deprecatedhut2013-02-181-1/+1
* | | | ranger.__init__: change [path/filename] to [path] in USAGEhut2013-02-181-1/+1
* | | | config/commands: remove "--color=always" from :grephut2013-02-181-1/+1
* | | | config/commands: update docstring of :travelhut2013-02-171-3/+5
* | | | core.main: made --mode and --flag deprecatedhut2013-02-171-4/+6
* | | | core.main: made --fail-unless-cd deprecatedhut2013-02-171-7/+11
* | | | config/commands: remove :narrow commandhut2013-02-171-49/+0
* | | | config/commands: make :travel independent of :narrowhut2013-02-171-3/+35
* | | | core.loader: actually kill the process when using kill_on_pausehut2013-02-171-0/+1
* | | | core.loader: Fix passing stdin to commands in python3hut2013-02-171-3/+8
* | | | config/commands: cleaner implementation of travel.execute()hut2013-02-161-2/+2
* | | | config/commands: allow going into hidden directories with :narrowhut2013-02-161-1/+4
* | | | config/commands.py: removed obsolete reference to fm.envhut2013-02-161-1/+1
| |_|/ |/| |
* | | widgets.pager: draw images in a background processhut2013-02-161-1/+8
* | | ext.img_display: moved code to generate input to separate functionhut2013-02-161-5/+12
* | | core.loader: Added input and kill_on_pause options to CommandLoaderhut2013-02-161-4/+23
* | | fsobject.file: preview images even when preview_script is offhut2013-02-161-1/+3
* | | core.fm: create $confdir when using --copy-confighut2013-02-161-0/+10
| |/ |/|
* | gui.bar: extra safety checkhut2013-02-151-1/+1
* | ext.widestring: fix f*kups on WideString(<unicode object>)hut2013-02-151-1/+9
* | core.actions: Don't break "uq" key on fm.reset()hut2013-02-151-1/+0
* | Added :travel and :narrow commandshut2013-02-151-0/+75
* | Revert "config/commands: added :scout command for faster ":find"ing"hut2013-02-151-59/+0
* | Revert "api.commands: add updated_line handler"hut2013-02-153-9/+2
* | fsobject.directory: check for temporary_filterhut2013-02-151-0/+3
* | fsobject.directory.accept_file: pass directory, not dirnamehut2013-02-151-2/+2
* | fsobject.directory: removed useless code in accept_filehut2013-02-151-7/+2
* | widgets.console: Fix commands that open console in quick()hut2013-02-131-3/+4
* | config/commands: :filter as you typehut2013-02-131-0/+2
* | config/commands: added :scout command for faster ":find"inghut2013-02-131-0/+59
* | api.commands: add updated_line handlerhut2013-02-133-2/+8
* | ext.widestring: catch a wild UnicodeEncodeErrorhut2013-02-131-1/+8
* | config/rc.conf: Fix comment about avoid loading of default rc.confhut2013-02-131-4/+2
* | container.settingobject: sort keys of ALLOWED_SETTINGShut2013-02-121-2/+2
|/
>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 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975