| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | 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 |
* | | Polished ranger.py | hut | 2010-10-16 | 1 | -3/+3 |
* | | ext.keybinding_parser: fixed python3 incompatibility | hut | 2010-10-15 | 1 | -1/+1 |
* | | ext.signals: forgot to "git add" a file ... | hut | 2010-10-15 | 1 | -0/+103 |
* | | gui.ansi: handle blink-code for doubled bitrate of background colors | hut | 2010-10-15 | 2 | -0/+3 |
* | | core.environment: update import | hut | 2010-10-15 | 1 | -1/+1 |
* | | core.main: disable preview script for root by default | hut | 2010-10-15 | 1 | -0/+1 |
* | | core.main: Fixed return codes | hut | 2010-10-15 | 1 | -3/+3 |
* | | Renamed ranger/ext/signal_dispatcher to ranger/ext/signals | hut | 2010-10-14 | 6 | -108/+5 |
* | | ext.signal_dispatcher: optimization of signal_emit | hut | 2010-10-14 | 1 | -6/+6 |
* | | core.main: import stuff only when needed | hut | 2010-10-14 | 1 | -7/+5 |
* | | ext.keybinding_parser: extended examples in docstring | hut | 2010-10-14 | 1 | -1/+3 |
* | | defaults.keys: map <A-Left> and <A-Right> to switching tabs | hut | 2010-10-14 | 1 | -2/+2 |
* | | ext.keybinding_parser: allow mapping alt+special keys | hut | 2010-10-14 | 1 | -4/+12 |
* | | data/scope: typo | hut | 2010-10-14 | 1 | -1/+1 |
* | | core.actions: Fixed handling of scope.sh exit code 2 | hut | 2010-10-13 | 1 | -0/+2 |
* | | data/scope: added success function | hut | 2010-10-13 | 1 | -12/+15 |
* | | core.actions: fix previews of linked files | hut | 2010-10-12 | 1 | -2/+1 |
* | | core.actions: fixed bugs with copying | hut | 2010-10-12 | 1 | -5/+5 |
* | | data/scope: added mediainfo | hut | 2010-10-12 | 1 | -0/+6 |
* | | core.loader: small correction of last commit | hut | 2010-10-12 | 1 | -1/+1 |
* | | core.loader: decode stdout in >python3 in CommandLoader | hut | 2010-10-12 | 1 | -1/+12 |
* | | core.fm: chmod u+x when using --copy-config=scope | hut | 2010-10-12 | 1 | -0/+3 |
* | | gui.widgets.pager: bugfix: make sure max_width is defined | hut | 2010-10-12 | 1 | -0/+1 |
* | | core.main: extended --copy-config option | hut | 2010-10-12 | 5 | -12/+23 |
* | | defaults.options: enable use_preview_script by default | hut | 2010-10-12 | 1 | -2/+1 |
* | | Merge branch 'cp+preview' | hut | 2010-10-12 | 23 | -367/+553 |
|\ \ |
|
| * \ | Merge branch 'master' into cp+preview | hut | 2010-10-12 | 1 | -2/+2 |
| |\ \ |
|
| * | | | core.shared: added error message | hut | 2010-10-12 | 1 | -3/+11 |