| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | 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 |
* | | updated man page, improved hooks | hut | 2012-12-04 | 3 | -9/+31 |
* | | 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 options, plugins and examples | hut | 2012-12-04 | 1 | -4/+3 |
* | | removed options.py, improved plugins. *UPDATE YOUR COMMANDS.PY* | hut | 2012-12-04 | 10 | -276/+217 |
* | | fixed ansi color parsing | Abdó Roig-Maranges | 2012-12-01 | 1 | -10/+45 |
|/ |
|
* | rifle.conf: fix opening doc/docx files with ooffice variants | Emanuel Guevel | 2012-11-18 | 1 | -9/+6 |
* | ext.popen_forked: get rid of zombies | Emanuel Guevel | 2012-11-18 | 1 | -0/+2 |
* | widgets.browsercolumn: check if file was copied or cut when drawing | hut | 2012-11-10 | 1 | -1/+2 |
* | gui.ui: more portable terminal title support | hut | 2012-11-09 | 1 | -6/+5 |
* | core.actions: fixed ci key | hut | 2012-11-09 | 1 | -1/+1 |
* | core.actions: fixed cm/ca keys | hut | 2012-11-09 | 1 | -1/+2 |
* | widgets.browserview: catch an error in _draw_borders | hut | 2012-11-05 | 1 | -5/+8 |
* | gui.ansi: Fix crash https://savannah.nongnu.org/bugs/?37346 | hut | 2012-10-03 | 1 | -0/+3 |
* | Revert "config/rifle.conf: Fix handling of mkv files" | hut | 2012-08-20 | 1 | -13/+0 |
* | ext.rifle: Use python mimetypes module again, file as fallback. | hut | 2012-08-20 | 1 | -4/+21 |
* | ext.rifle: Fixed rifle when running as standalone program | hut | 2012-08-16 | 1 | -1/+1 |