| Commit message (Expand) | Author | Age | Files | Lines |
* | data/scope.sh: change shebang to #!/usr/bin/env bash | hut | 2013-02-03 | 1 | -1/+1 |
* | Image preview: clear images without full redraw | Emanuel Guevel | 2013-02-03 | 2 | -2/+18 |
* | Allow to pass custom options to w3mimgdisplay | Emanuel Guevel | 2013-02-03 | 1 | -2/+3 |
* | gui.ui: shift column levels by 1 when pressing "i" | hut | 2013-02-03 | 2 | -0/+13 |
* | widgets.pager: no unnecessary redrawing of images | hut | 2013-02-03 | 1 | -2/+4 |
* | widgets.pager: draw the image at the very end | hut | 2013-02-03 | 2 | -10/+11 |
* | widgets.browserview: don't collapse preview when drawing images | hut | 2013-02-03 | 1 | -7/+10 |
* | fsobject.file: remove is_image(), use existing "image" attribute | hut | 2013-02-03 | 3 | -6/+3 |
* | Merge remote-tracking branch 'potato/img-preview' | hut | 2013-02-03 | 7 | -12/+152 |
|\ |
|
| * | Add 'preview_images' setting | Emanuel Guevel | 2013-02-02 | 3 | -3/+4 |
| * | Display image preview using w3mimgdisplay | Emanuel Guevel | 2013-02-02 | 5 | -12/+72 |
| * | ext: add img_display | Emanuel Guevel | 2013-02-02 | 1 | -0/+79 |
* | | widgets.statusbar: removed space between size and size unit | hut | 2013-02-01 | 1 | -1/+3 |
|/ |
|
* | core.tab: fix incorrect pointer on tab change | hut | 2013-01-28 | 1 | -1/+7 |
* | widgets.browsercolumn: fix hidden infostring with python2 | hut | 2013-01-27 | 1 | -1/+1 |
* | Merge branch 'master' of https://github.com/tonycpsu/ranger | hut | 2013-01-22 | 3 | -2/+6 |
|\ |
|
| * | Add option to draw status bar above the browser window with "status_bar_on_to... | root | 2013-01-20 | 3 | -2/+6 |
* | | gui.displayable: turn "out of bounds" crashes into warnings | hut | 2013-01-22 | 1 | -12/+6 |
|/ |
|
* | widgets.console: fix pasting of CJK characters | hut | 2013-01-15 | 1 | -6/+14 |
* | core.main: Fix plugins when using custom color schemes | hut | 2013-01-12 | 1 | -0/+4 |
* | config.commands: Throw error when running :delete w/ arguments | hut | 2013-01-10 | 1 | -7/+3 |
* | widgets.console: more documentation | hut | 2013-01-10 | 1 | -0/+13 |
* | config.command: fix default answers for :delete | hut | 2013-01-10 | 1 | -1/+1 |
* | config.commands: use new prompting mechanism for :delete | hut | 2013-01-10 | 1 | -5/+9 |
* | widgets.console: more documentation | hut | 2013-01-10 | 1 | -9/+9 |
* | widgets.console: remove debug code | hut | 2013-01-10 | 1 | -1/+0 |
* | widgets.console: implement question prompts | hut | 2013-01-10 | 2 | -31/+107 |
* | config/commands: Added commands 'mark_tag' and 'unmark_tag' | hut | 2013-01-01 | 1 | -0/+35 |
* | core.actions: fix another case in tab_open | hut | 2012-12-17 | 1 | -1/+4 |
* | widgets.statusbar: avoid an exception on bad current path | hut | 2012-12-17 | 1 | -1/+5 |
* | core.actions: fix incorrect tab creation in tab_open | hut | 2012-12-17 | 1 | -5/+4 |
* | core.tab: fix %s macro in empty directories | hut | 2012-12-15 | 1 | -1/+3 |
* | config/rc.conf: fix "ot"/"oT" keybindings | hut | 2012-12-14 | 1 | -2/+2 |
* | config/rc.conf: prettier "or" keybinding | hut | 2012-12-14 | 1 | -1/+1 |
* | core.actions: make macros %F/%S work with new tab system | hut | 2012-12-14 | 1 | -3/+3 |
* | core.tab: make tab.get_selection() cursor-agnostic | hut | 2012-12-14 | 1 | -1/+4 |
* | core.loader: ensure that loaders are stopped on error | hut | 2012-12-11 | 1 | -4/+8 |
* | core.actions: more debug output | hut | 2012-12-11 | 1 | -0/+2 |
* | container.settingobject: added setting "update_tmux_title" | hut | 2012-12-10 | 3 | -0/+7 |
* | scope.sh: wrap highlight to treat exit code 141 as success | Cheer Xiao | 2012-12-10 | 1 | -0/+2 |
* | remove quoted path setlocal example in config/rc.conf | Abdó Roig-Maranges | 2012-12-09 | 1 | -1/+0 |
* | api.commands: removed unneeded statement in shift() | hut | 2012-12-09 | 1 | -1/+0 |
* | api.commands: fix "alias" command to work with extra arguments | hut | 2012-12-09 | 1 | -1/+1 |
* | added setlocal command to handle local settings | Abdó Roig-Maranges | 2012-12-09 | 3 | -3/+39 |
* | Implement local per-directory settings | Abdó Roig-Maranges | 2012-12-09 | 3 | -25/+78 |
* | config/rc.conf: Added setting "confirm_on_delete" | hut | 2012-12-06 | 3 | -2/+11 |
* | Merge branch 'fix_selectfile' of https://github.com/PotatoesMaster/ranger | hut | 2012-12-04 | 1 | -3/+3 |
|\ |
|
| * | core.main: fix --selectfile argument | Emanuel Guevel | 2012-11-20 | 1 | -3/+3 |
* | | core.main: only import own commands if commands.py exists | hut | 2012-12-04 | 1 | -5/+6 |
* | | container.settingsobject: added warning about commands.py | hut | 2012-12-04 | 1 | -3/+5 |