about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | core.actions: use `cp` for copyinghut2010-04-201-12/+9
* | | | | | | | | | | | | | | new version: 1.3.1, merge with cp+preview branchhut2010-10-123-3/+3
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | core.main: Fixed object initialization orderhut2010-10-121-2/+2
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | gui.colorscheme: removed fallback scheme, should never be used anywayhut2010-10-101-13/+2
* | | | | | | | | | | | | gui.colorscheme: polished up (docs, error handling)hut2010-10-101-10/+7
* | | | | | | | | | | | | defaults.commands: polishinghut2010-10-101-1/+1
* | | | | | | | | | | | | defaults.keys: show bookmarks when typing "um"hut2010-10-101-1/+2
* | | | | | | | | | | | | core.helper: fixed debug functionshut2010-10-091-0/+2
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | core.loader: forgot cleaning up @ last commithut2010-10-081-1/+0
| |_|_|_|_|_|/ / / / / |/| | | | | | | | | |
* | | | | | | | | | | core.loader: simplified throbber logichut2010-10-081-9/+5
* | | | | | | | | | | gui.widgets.statusbar: Added filter notifier in statusbarhut2010-10-062-1/+6
* | | | | | | | | | | gui.widgets.statusbar: Fixed minor bug in statusbarhut2010-10-061-1/+1
* | | | | | | | | | | defaults.commands: Fixed :cd command without argumenthut2010-10-051-3/+2
* | | | | | | | | | | gui.widgets.titlebar: truncate dirnames in tab titleshut2010-10-041-3/+9
* | | | | | | | | | | gui.color: fixed ranger.gui.color.remove_attrhut2010-10-041-1/+1
* | | | | | | | | | | defaults.commands: new commands :{load,save}_copy_bufferhut2010-10-031-0/+36
* | | | | | | | | | | gui.widgets.browsercolumn: more robust check for copied fileshut2010-10-031-1/+3
* | | | | | | | | | | defaults.commands: avoid overwriting the builtin set classhut2010-10-031-1/+2
* | | | | | | | | | | core.fm: Don't check bookmarks when not neededhut2010-10-023-4/+6
* | | | | | | | | | | api.commands, api.keys: added dummies that allow pydoc to be generatedhut2010-10-022-0/+13
* | | | | | | | | | | widgets.browsercolumn: display "~" when truncating filenameshut2010-10-021-7/+19
* | | | | | | | | | | 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