summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | colorschemes.jungle: updated jungle colorschemehut2010-10-021-1/+1
| * | | | | colorschemes.snow: updated snow colorschemehut2010-10-021-1/+4
| * | | | | ranger.__init__: cleaned uphut2010-10-022-24/+13
| * | | | | a little restructurationhut2010-10-0224-277/+276
| * | | | | fsobject.fsobject: Fixed order in natural sorthut2010-10-021-3/+3
| * | | | | fsobject.fsobject: changed "numerical" sort to "natural" sorthut2010-10-013-16/+22
| * | | | | fsobject.directory: added numerical sorthut2010-10-012-3/+21
| * | | | | gui.ui: Disable mouse when console is openhut2010-10-011-2/+2
| * | | | | Revert 5 commits concerning utf (due to very poor performance)hut2010-09-305-104/+77
| * | | | | ext.utfwidth: Compatibility with both py2.6 and py3.1hut2010-09-304-50/+94
| * | | | | gui.curses_shortcuts: bugfix, simplificationhut2010-09-301-27/+9
| * | | | | ext.utfwidth: updated algorithmshut2010-09-303-39/+20
| * | | | | ext.utfwidth: stuffhut2010-09-303-13/+12
| * | | | | ranger.__init__: fixed import for python3hut2010-09-291-1/+1
| * | | | | gui.bar: improved titlebar shortening for utf file/dirnameshut2010-09-292-7/+28
| * | | | | gui.bar: New algorithm for trimming title barhut2010-09-292-12/+16
| * | | | | Prevent garbage-collecting used directorieshut2010-09-291-1/+1
| * | | | | Cosmetic changeshut2010-09-292-2/+1
| * | | | | Small simplification of ranger.pyhut2010-09-292-3/+3
| * | | | | Don't write any bytecode with --clean optionhut2010-09-292-3/+10
| * | | | | core.actions: Minor bug in move_parent()hut2010-09-271-0/+2
| * | | | | defaults.apps: open empty files with unknown mimetype in vimhut2010-09-271-1/+1
| * | | | | defaults.apps: small fix of a previous patchhut2010-09-271-1/+1
| * | | | | defaults.apps: Use mimeopen if installed and apps.py failshut2010-09-231-0/+4
| * | | | | apps.py Add mimeopen supportSergey Mironov2010-09-231-0/+8
| * | | | | Forbid to run "python /usr/lib/.../ranger", use ranger.py insteadhut2010-09-231-10/+0
| * | | | | ranger.__main__: typohut2010-09-231-1/+0
| * | | | | ranger.py: Return 0 on success in embedded scripthut2010-09-221-1/+1
| * | | | | simplify ranger.pyhut2010-09-221-25/+11
| * | | | | ranger.__init__: improved __init__.pyhut2010-09-212-24/+31
| * | | | | Merge branch 'stable'hut2010-09-161-0/+3
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | CHANGELOG updatedhut2010-09-161-0/+3
* | | | | | foohut2010-09-212-24/+30
* | | | | | Merge branch 'master' into cphut2010-09-16127-8224/+1767
|\| | | | |
| * | | | | Merge branch 'stable'hut2010-09-161-1/+1
| |\| | | |
| | * | | | core.actions: Fixed yy/pp bug when yanking multiple directories v1.2.1hut2010-09-164-4/+4
| * | | | | More intuitive statusbar contenthut2010-09-151-6/+10
| * | | | | Incremented version number to 1.3 (testing)hut2010-09-133-3/+3
| |/ / / /
| * | | | Beware of low-flying butterflies v1.2.0hut2010-09-135-4/+25
| * | | | ranger.main: no file previews when user == roothut2010-09-132-1/+5
| * | | | README: Usage Tips sectionhut2010-09-131-0/+6
| * | | | fsobject.directory: removed unused attributehut2010-09-131-2/+0
| * | | | fsobject.file: Don't preview socketshut2010-09-131-1/+3
| * | | | ranger.py Fixed embedded shellscript (quotes for bash)hut2010-09-111-2/+2
| * | | | Makefile, setup.py: Fixed `make doc`hut2010-09-112-24/+24
| * | | | ranger.py: fixed escape in embedded shellscripthut2010-09-111-1/+1
| * | | | chmodhut2010-09-111-0/+0
| * | | | README: added ranger starting function examplehut2010-09-111-0/+14
| * | | | defaults.commands: Removed "quick" method from :cdhut2010-09-111-12/+0
| * | | | Sort settings in ranger/shared/settings.pyhut2010-08-301-20/+20
='#n800'>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 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018