summary refs log tree commit diff stats
path: root/ranger
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | 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-304-102/+72
* | | | | | | | | | | 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-302-34/+20
* | | | | | | | | | | ext.utfwidth: stuffhut2010-09-302-13/+10
* | | | | | | | | | | 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-291-0/+1
* | | | | | | | | | | Don't write any bytecode with --clean optionhut2010-09-291-3/+0
* | | | | | | | | | | 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.__init__: improved __init__.pyhut2010-09-212-24/+31
| |_|_|_|_|/ / / / / |/| | | | | | | | |
* | | | | | | | | | Merge branch 'stable'hut2010-09-161-1/+1
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| * | | | | | | | | core.actions: Fixed yy/pp bug when yanking multiple directories v1.2.1hut2010-09-162-2/+2
* | | | | | | | | | More intuitive statusbar contenthut2010-09-151-6/+10
* | | | | | | | | | Incremented version number to 1.3 (testing)hut2010-09-131-1/+1
|/ / / / / / / / /
* | | | | | | | | Beware of low-flying butterflies v1.2.0hut2010-09-132-2/+5
* | | | | | | | | ranger.main: no file previews when user == roothut2010-09-132-1/+5
* | | | | | | | | fsobject.directory: removed unused attributehut2010-09-131-2/+0
* | | | | | | | | fsobject.file: Don't preview socketshut2010-09-131-1/+3
* | | | | | | | | defaults.commands: Removed "quick" method from :cdhut2010-09-111-12/+0
* | | | | | | | | Sort settings in ranger/shared/settings.pyhut2010-08-301-20/+20
* | | | | | | | | defaults.keys: key pL to create relative symlinkshut2010-08-294-5/+50
* | | | | | | | | Tuned versioning scheme to be more intuitive, back to 1.1.2hut2010-08-282-2/+2
* | | | | | | | | Changed version number to 1.2 (testing) to adhere with versioning schemehut2010-08-282-2/+9
* | | | | | | | | Fixed new history implementationhut2010-08-284-9/+22
* | | | | | | | | Changed default config dir to $XDG_CONFIG_HOME/rangerhut2010-08-288-11/+14
* | | | | | | | | cleaned up and fine tuned :find commandhut2010-08-281-11/+7
* | | | | | | | | Integrated new container.history implementationhut2010-08-282-6/+9
* | | | | | | | | Changed implementation of container.historyhut2010-08-281-59/+72
* | | | | | | | | Fixed historyhut2010-08-266-27/+37
* | | | | | | | | widgets.console: removed duplicate importhut2010-08-261-1/+0
* | | | | | | | | widgets.console: removed unused Console.init() methodhut2010-08-261-4/+0
* | | | | | | | | more documentation updateshut2010-08-261-14/+21
* | | | | | | | | core.actions: 12? now opens help chapter 1 subchapter 2hut2010-08-261-2/+16
* | | | | | | | | Updated documentation for the consolehut2010-08-262-138/+61
* | | | | | | | | widgets/console: Simplified consolehut2010-08-268-494/+295
* | | | | | | | | widgets.console: improved delete_word()hut2010-08-251-8/+9
* | | | | | | | | defaults.keys: added keys gl and gL to resolve linkshut2010-08-252-1/+6
* | | | | | | | | Fixed exception when using %f macros in special caseshut2010-08-161-2/+4