Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | | | core.actions.paste(): use select for parallel listening for stderr | hut | 2010-04-20 | 1 | -2/+7 | |
| * | | | | | | | | | | | | | | core.actions: use `cp` for copying | hut | 2010-04-20 | 1 | -12/+9 | |
* | | | | | | | | | | | | | | | new version: 1.3.1, merge with cp+preview branch | hut | 2010-10-12 | 3 | -3/+3 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | core.main: Fixed object initialization order | hut | 2010-10-12 | 1 | -2/+2 | |
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | gui.colorscheme: removed fallback scheme, should never be used anyway | hut | 2010-10-10 | 1 | -13/+2 | |
* | | | | | | | | | | | | | gui.colorscheme: polished up (docs, error handling) | hut | 2010-10-10 | 1 | -10/+7 | |
* | | | | | | | | | | | | | defaults.commands: polishing | hut | 2010-10-10 | 1 | -1/+1 | |
* | | | | | | | | | | | | | defaults.keys: show bookmarks when typing "um" | hut | 2010-10-10 | 1 | -1/+2 | |
* | | | | | | | | | | | | | core.helper: fixed debug functions | hut | 2010-10-09 | 1 | -0/+2 | |
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | core.loader: forgot cleaning up @ last commit | hut | 2010-10-08 | 1 | -1/+0 | |
| |_|_|_|_|_|/ / / / / |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | core.loader: simplified throbber logic | hut | 2010-10-08 | 1 | -9/+5 | |
* | | | | | | | | | | | gui.widgets.statusbar: Added filter notifier in statusbar | hut | 2010-10-06 | 2 | -1/+6 | |
* | | | | | | | | | | | gui.widgets.statusbar: Fixed minor bug in statusbar | hut | 2010-10-06 | 1 | -1/+1 | |
* | | | | | | | | | | | defaults.commands: Fixed :cd command without argument | hut | 2010-10-05 | 1 | -3/+2 | |
* | | | | | | | | | | | gui.widgets.titlebar: truncate dirnames in tab titles | hut | 2010-10-04 | 1 | -3/+9 | |
* | | | | | | | | | | | gui.color: fixed ranger.gui.color.remove_attr | hut | 2010-10-04 | 1 | -1/+1 | |
* | | | | | | | | | | | defaults.commands: new commands :{load,save}_copy_buffer | hut | 2010-10-03 | 1 | -0/+36 | |
* | | | | | | | | | | | gui.widgets.browsercolumn: more robust check for copied files | hut | 2010-10-03 | 1 | -1/+3 | |
* | | | | | | | | | | | defaults.commands: avoid overwriting the builtin set class | hut | 2010-10-03 | 1 | -1/+2 | |
* | | | | | | | | | | | core.fm: Don't check bookmarks when not needed | hut | 2010-10-02 | 3 | -4/+6 | |
* | | | | | | | | | | | api.commands, api.keys: added dummies that allow pydoc to be generated | hut | 2010-10-02 | 2 | -0/+13 | |
* | | | | | | | | | | | widgets.browsercolumn: display "~" when truncating filenames | hut | 2010-10-02 | 1 | -7/+19 | |
* | | | | | | | | | | | colorschemes.jungle: updated jungle colorscheme | hut | 2010-10-02 | 1 | -1/+1 | |
* | | | | | | | | | | | colorschemes.snow: updated snow colorscheme | hut | 2010-10-02 | 1 | -1/+4 | |
* | | | | | | | | | | | ranger.__init__: cleaned up | hut | 2010-10-02 | 2 | -24/+13 | |
* | | | | | | | | | | | a little restructuration | hut | 2010-10-02 | 24 | -277/+276 | |
* | | | | | | | | | | | fsobject.fsobject: Fixed order in natural sort | hut | 2010-10-02 | 1 | -3/+3 | |
* | | | | | | | | | | | fsobject.fsobject: changed "numerical" sort to "natural" sort | hut | 2010-10-01 | 3 | -16/+22 | |
* | | | | | | | | | | | fsobject.directory: added numerical sort | hut | 2010-10-01 | 2 | -3/+21 | |
* | | | | | | | | | | | gui.ui: Disable mouse when console is open | hut | 2010-10-01 | 1 | -2/+2 | |
* | | | | | | | | | | | Revert 5 commits concerning utf (due to very poor performance) | hut | 2010-09-30 | 5 | -104/+77 | |
* | | | | | | | | | | | ext.utfwidth: Compatibility with both py2.6 and py3.1 | hut | 2010-09-30 | 4 | -50/+94 | |
* | | | | | | | | | | | gui.curses_shortcuts: bugfix, simplification | hut | 2010-09-30 | 1 | -27/+9 | |
* | | | | | | | | | | | ext.utfwidth: updated algorithms | hut | 2010-09-30 | 3 | -39/+20 | |
* | | | | | | | | | | | ext.utfwidth: stuff | hut | 2010-09-30 | 3 | -13/+12 | |
* | | | | | | | | | | | ranger.__init__: fixed import for python3 | hut | 2010-09-29 | 1 | -1/+1 | |
* | | | | | | | | | | | gui.bar: improved titlebar shortening for utf file/dirnames | hut | 2010-09-29 | 2 | -7/+28 | |
* | | | | | | | | | | | gui.bar: New algorithm for trimming title bar | hut | 2010-09-29 | 2 | -12/+16 | |
* | | | | | | | | | | | Prevent garbage-collecting used directories | hut | 2010-09-29 | 1 | -1/+1 | |
* | | | | | | | | | | | Cosmetic changes | hut | 2010-09-29 | 2 | -2/+1 | |
* | | | | | | | | | | | Small simplification of ranger.py | hut | 2010-09-29 | 2 | -3/+3 | |
* | | | | | | | | | | | Don't write any bytecode with --clean option | hut | 2010-09-29 | 2 | -3/+10 | |
* | | | | | | | | | | | core.actions: Minor bug in move_parent() | hut | 2010-09-27 | 1 | -0/+2 | |
* | | | | | | | | | | | defaults.apps: open empty files with unknown mimetype in vim | hut | 2010-09-27 | 1 | -1/+1 | |
* | | | | | | | | | | | defaults.apps: small fix of a previous patch | hut | 2010-09-27 | 1 | -1/+1 | |
* | | | | | | | | | | | defaults.apps: Use mimeopen if installed and apps.py fails | hut | 2010-09-23 | 1 | -0/+4 | |
* | | | | | | | | | | | apps.py Add mimeopen support | Sergey Mironov | 2010-09-23 | 1 | -0/+8 | |
* | | | | | | | | | | | Forbid to run "python /usr/lib/.../ranger", use ranger.py instead | hut | 2010-09-23 | 1 | -10/+0 | |
* | | | | | | | | | | | ranger.__main__: typo | hut | 2010-09-23 | 1 | -1/+0 | |
* | | | | | | | | | | | ranger.py: Return 0 on success in embedded script | hut | 2010-09-22 | 1 | -1/+1 |