| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | 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 |
|/ |
|
* | Makefile: Add python3.3 to the list of python versions | hut | 2013-01-28 | 1 | -2/+2 |
* | Makefile: "make dist" instead of "make snapshot" | hut | 2013-01-28 | 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 | 3 | -1/+58 |
* | 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 | 5 | -1/+15 |
* | 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 | 5 | -5/+54 |
* | 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 | 5 | -3/+23 |
* | 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 |
* | | doc/ranger.1: typo | hut | 2012-12-04 | 2 | -2/+2 |
* | | doc/ranger.1: add a warning about overwriting hooks | hut | 2012-12-04 | 2 | -4/+10 |
* | | added examples/rifle_different_file_opener.conf | hut | 2012-12-04 | 1 | -0/+7 |
* | | added examples/plugin_hello_world.py | hut | 2012-12-04 | 1 | -0/+21 |
* | | updated man page, improved hooks | hut | 2012-12-04 | 6 | -87/+183 |
* | | ext.rifle: add xterm as a fallback terminal | hut | 2012-12-04 | 1 | -0/+2 |
* | | core.shared: remove obsolete settingobject code | hut | 2012-12-04 | 2 | -16/+1 |
* | | update documentation for commands | hut | 2012-12-04 | 2 | -47/+156 |
* | | update documentation for options, plugins and examples | hut | 2012-12-04 | 3 | -172/+127 |