| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | ext.signals: fixed memory leak | hut | 2010-11-22 | 2 | -6/+22 |
| * | ext.signal_dispatcher: optimization of signal_emit | hut | 2010-11-22 | 1 | -6/+6 |
| * | fsobject: The lazy lookup of .image attribute was *too* lazy | hut | 2010-11-22 | 1 | -0/+4 |
| * | widgets.statusbar: Fixed crash after deleting current file | hut | 2010-11-22 | 1 | -1/+4 |
| * | widgets.statusbar: Reload permissions of current file on change | hut | 2010-11-22 | 1 | -2/+3 |
| * | fsobject.fsobject: Use ctime, not mtime, for identifying changes | hut | 2010-11-22 | 2 | -9/+10 |
| * | fsobject.directory: Fixed sorting by type | hut | 2010-11-22 | 1 | -1/+1 |
| * | ext.keybinding_parser: fixed python3 incompatibility | hut | 2010-11-22 | 1 | -1/+1 |
| * | ext.keybinding_parser: allow mapping alt+special keys | hut | 2010-11-22 | 1 | -4/+12 |
| * | Tea, Earl Grey, Hot. v1.2.2 | hut | 2010-10-10 | 4 | -11/+19 |
| * | defaults.keys: show bookmarks when typing "um" | hut | 2010-10-10 | 1 | -1/+2 |
| * | defaults.commands: Fixed :cd command without argument | hut | 2010-10-10 | 1 | -3/+2 |
| * | gui.color: fixed ranger.gui.color.remove_attr | hut | 2010-10-10 | 1 | -1/+1 |
| * | api.commands, api.keys: added dummies that allow pydoc to be generated | hut | 2010-10-10 | 2 | -0/+13 |
| * | colorschemes.jungle: updated jungle colorscheme | hut | 2010-10-10 | 1 | -1/+1 |
| * | colorschemes.snow: updated snow colorscheme | hut | 2010-10-10 | 1 | -1/+4 |
| * | gui.ui: Disable mouse when console is open | hut | 2010-10-10 | 1 | -2/+2 |
| * | Prevent garbage-collecting used directories | hut | 2010-10-10 | 1 | -1/+1 |
| * | Cosmetic changes | hut | 2010-10-10 | 2 | -2/+1 |
| * | core.actions: Minor bug in move_parent() | hut | 2010-10-10 | 1 | -0/+2 |
| * | defaults.apps: open empty files with unknown mimetype in vim | hut | 2010-10-10 | 1 | -1/+1 |
| * | ranger.__main__: typo | hut | 2010-10-10 | 1 | -1/+0 |
* | | gui.bar: Fixed malpositioning of tab in some cases | hut | 2010-12-22 | 1 | -1/+1 |
* | | core.actions: Don't attempt do show directory in pager (key i) | hut | 2010-12-21 | 1 | -1/+5 |
* | | widgets.pager: Fixed horizontal scrolling | hut | 2010-12-21 | 1 | -0/+2 |
* | | core.environment: make Actions.reset refresh current directory | hut | 2010-12-21 | 1 | -1/+2 |
* | | widget.browserview: fixed padding_right option | hut | 2010-12-21 | 2 | -0/+6 |
* | | Commited missing line of last commit | hut | 2010-12-21 | 1 | -1/+0 |
* | | widgets.console: Fixed position of cursor with unicode chars (py3) | hut | 2010-12-21 | 2 | -2/+8 |
* | | core.actions: Fixed get_preview() | hut | 2010-12-18 | 2 | -2/+3 |
* | | defaults.commands: Added search_inc(remental) | hut | 2010-12-13 | 3 | -9/+14 |
* | | defaults.commands: let open_with use selection, not just 1 file | hut | 2010-12-11 | 1 | -1/+1 |
* | | fsobject.fsobject: Update previews when file changes | hut | 2010-12-11 | 1 | -0/+1 |
* | | updated README | hut | 2010-12-10 | 1 | -3/+6 |
* | | ext.human_readable: added doctest | hut | 2010-11-22 | 1 | -3/+7 |
* | | core.actions: simplified tag functions | hut | 2010-11-22 | 1 | -24/+18 |
* | | ext.signals: fixed memory leak | hut | 2010-11-22 | 2 | -6/+22 |
* | | fsobject: The lazy lookup of .image attribute was *too* lazy | hut | 2010-11-20 | 1 | -0/+4 |
* | | widgets.statusbar: Fixed crash after deleting current file | hut | 2010-11-17 | 1 | -1/+4 |
* | | core.actions: added update_preview() | hut | 2010-11-17 | 1 | -0/+7 |
* | | widgets.console: Fixed input of unicode chars on py3 | hut | 2010-11-13 | 2 | -20/+54 |
* | | widgets.statusbar: Reload permissions of current file on change | hut | 2010-11-06 | 1 | -2/+3 |
* | | fsobject.fsobject: Use ctime, not mtime, for identifying changes | hut | 2010-11-06 | 2 | -9/+10 |
* | | fsobject.directory: Fixed sorting by type | hut | 2010-11-01 | 1 | -1/+1 |
* | | fsobject.fsobject: fixed natural sort with python3 | hut | 2010-11-01 | 1 | -4/+4 |
* | | core.main: add debug info | hut | 2010-11-01 | 1 | -1/+7 |
* | | widgets.browsercolumn: Run files with right mouse click | hut | 2010-11-01 | 1 | -1/+5 |
* | | Added option 'padding_right' (default: True) | hut | 2010-11-01 | 3 | -3/+16 |
* | | defaults.keys: added yp, yn, yd shortcuts + doc | hut | 2010-10-23 | 2 | -0/+6 |
* | | Fixed "po" binding | hut | 2010-10-23 | 1 | -2/+2 |