summary refs log tree commit diff stats
path: root/ranger/api
Commit message (Expand)AuthorAgeFilesLines
* core.actions: added dump_settings and dump_commandshut2011-10-081-6/+11
* moved DELETE_WARNING constant from api to api.commandshut2011-10-072-2/+2
* api.apps: fix bug with undefined appshut2011-10-051-1/+1
* Makefile: added "make todo" and added some notes in codehut2011-10-051-0/+1
* defaults.commands: added alias command, overhauled alias systemhut2011-10-031-10/+5
* api.apps: fixed error messagehut2011-10-021-0/+2
* api.apps: removed the need to use tup() in app definitionshut2011-10-022-7/+22
* api.commands: fixed narg stuffhut2011-10-021-8/+11
* widgets.pager: fixed some problems with pager/embedded_pagerhut2011-10-011-4/+11
* api.commands: fixed missing narg when command has no argumentshut2011-10-011-1/+1
* implemented numeral arguments to keybindingshut2011-09-301-1/+6
* ext.keybindings: implemented %any macrohut2011-09-302-131/+1
* Extended rc.confhut2011-09-301-0/+50
* implemented a new keybinding parserhut2011-09-301-1/+5
* define keybindings in rc.conf (list of commands, loaded on startup)hut2011-09-301-0/+49
* Custom tagsDavid Pugnasse2011-08-101-0/+1
* api.commands: implemented command.cancel()hut2011-05-201-0/+3
* defaults.commands: include bookmarks in tab completion of :cdhut2011-02-181-0/+1
* api.commands, api.keys: added dummies that allow pydoc to be generatedhut2010-10-022-0/+13
* a little restructurationhut2010-10-022-2/+2
* widgets/console: Simplified consolehut2010-08-262-4/+1
* api.apps: give Applications.generic less precedence than manual app definitionshut2010-05-191-1/+2
* api.commands: fixed :ehut2010-05-101-3/+4
* api.commands: bugfix (renamed Command.quick_open to Command.quick)hut2010-04-301-1/+1
* api.apps: more stuffhut2010-04-271-9/+13
* api.apps: simplified generic app handlerhut2010-04-271-18/+9
* api.apps: added generic app handlershut2010-04-271-0/+25
* api.apps: Removed unnecessary (?) docstringhut2010-04-261-4/+0
* api.options: removed unused importhut2010-04-261-1/+0
* ranger.api: import common variableshut2010-04-195-0/+6
* Clean uphut2010-04-191-1/+0
* api.commands: fixed python3 compatibiliy errorhut2010-04-191-4/+4
* removed code for backwards compatibiltyhut2010-04-181-12/+0
* defaults.commands: reduced it to only what's necessaryhut2010-04-181-0/+182
* Started implementing dirarghut2010-04-131-5/+17
* Merge branch 'master' into newkeyhut2010-04-121-3/+4
|\
| * cleanuphut2010-04-121-3/+4
* | Merge branch 'master' into newkeyhut2010-04-091-1/+0
|\|
| * removed debugging codehut2010-04-091-1/+0
* | tc_newkeys: fixed all but one testhut2010-04-091-1/+1
* | Merge branch 'devel' into newkeyhut2010-04-081-2/+2
|\ \
| * | made accumualtor use ext.directory.Directoryhut2010-04-081-2/+2
| |/
* | Merge branch 'devel' into newkeyhut2010-04-071-0/+1
|\|
| * new option: colorscheme_overlayhut2010-03-281-0/+1
* | Merge branch 'master' into newkeyhut2010-03-242-5/+25
|\|
| * colorschemes: more efficient and simple color importing.hut2010-03-171-1/+13
| * fixed #69: tab completion breaks with Apps subclasshut2010-03-171-2/+6
| * removed the need for simple app definitionshut2010-03-171-0/+4
| * slightly modified keybinding syntaxhut2010-03-121-28/+0
| * working on the configuration system / main methodhut2010-03-121-2/+2