| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | ranger.main: don't create ~/.ranger if --clean is specified | hut | 2010-03-12 | 1 | -10/+10 |
* | Renamed env.pwd to env.cwd ("Current Working Directory") | hut | 2010-03-12 | 9 | -77/+77 |
* | commands.delete: ask for confirmation (in some cases) | hut | 2010-03-12 | 1 | -1/+24 |
* | command_parser: fixed chunk() | hut | 2010-03-12 | 1 | -1/+1 |
* | mime.types: added audio/musepack | hut | 2010-03-12 | 2 | -888/+896 |
* | moved ranger.container.environment to ranger.core.environment | hut | 2010-03-12 | 2 | -1/+1 |
* | actions: correct preview after deleting | hut | 2010-03-12 | 2 | -0/+5 |
* | environment: changed misleading method name | hut | 2010-03-12 | 1 | -2/+2 |
* | fsobject: fixed crash on files which exist but can't be stated | hut | 2010-03-12 | 1 | -1/+1 |
* | slightly modified keybinding syntax | hut | 2010-03-12 | 3 | -196/+173 |
* | updated pydoc | hut | 2010-03-12 | 1 | -0/+4 |
* | mime.types: included div, divx and ogm extensions | hut | 2010-03-12 | 2 | -935/+946 |
* | moved ranger.actions and ranger.commands | hut | 2010-03-12 | 5 | -3/+3 |
* | removed copyright from one-line, docstring-only __init__.py files | hut | 2010-03-12 | 3 | -30/+1 |
* | ranger.__init__: set a default value for arg | hut | 2010-03-12 | 2 | -3/+5 |
* | defaults.options: fixed mistake | hut | 2010-03-12 | 1 | -1/+1 |
* | misc changes, make install | hut | 2010-03-12 | 2 | -2/+3 |
* | ranger.data.generate: added compatibility to python 2.6 | hut | 2010-03-12 | 1 | -1/+3 |
* | ranger.actions: fixed error messages | hut | 2010-03-12 | 1 | -1/+1 |
* | ranger.help.starting: reverted bad changes | hut | 2010-03-12 | 1 | -2/+2 |
* | ranger.commands: added e=edit alias to make :e unambiguous. | hut | 2010-03-12 | 1 | -0/+2 |
* | ranger.commands: fixed aliases | hut | 2010-03-12 | 1 | -1/+1 |
* | defaults.options: more extensive documentation | hut | 2010-03-12 | 1 | -18/+35 |
* | ranger.colorschemes: look for custom colorschemes! | hut | 2010-03-12 | 1 | -0/+4 |
* | added two new colorschemes using 88 colors | hut | 2010-03-12 | 3 | -8/+136 |
* | working on the configuration system / main method | hut | 2010-03-12 | 16 | -132/+200 |
* | openstruct: faster implementation, removed ReferencedOpenStruct | hut | 2010-03-12 | 2 | -21/+5 |
* | moved ranger.ext.debug into ranger.__init__ | hut | 2010-03-12 | 3 | -38/+16 |
* | misc changes | hut | 2010-03-12 | 5 | -31/+12 |
* | ranger.colorschemes.__init__: little optimization | hut | 2010-03-12 | 1 | -4/+6 |
* | minor changes | hut | 2010-03-08 | 1 | -1/+2 |
* | disabled title drawing by default (buggy?) | hut | 2010-03-08 | 1 | -1/+1 |
* | ui: fixed title drawing code | hut | 2010-03-08 | 1 | -2/+1 |
* | apps: indented part of docstring | hut | 2010-03-08 | 1 | -14/+14 |
* | added copyright info to config files and test cases | hut | 2010-03-08 | 3 | -0/+45 |
* | apps: improved feh invocation | hut | 2010-03-08 | 1 | -1/+12 |
* | apps: added mirage app | hut | 2010-03-08 | 1 | -0/+6 |
* | actions: traverse the tree, visiting each subtree | hut | 2010-03-06 | 2 | -0/+22 |
* | "term" combination is now ",term" | hut | 2010-03-06 | 1 | -1/+1 |
* | added a seperate Context class | hut | 2010-02-28 | 2 | -18/+43 |
* | colorschemes: use "Scheme" as the default class name for colorschemes | hut | 2010-02-28 | 2 | -10/+10 |
* | colorschemes: 1. fixed jungle, 2. use "Default" scheme by default | hut | 2010-02-28 | 2 | -77/+26 |
* | fixed __nonzero__ compatibility problem | hut | 2010-02-28 | 2 | -0/+2 |
* | Changed license to the GNU General Public License | hut | 2010-02-28 | 68 | -766/+836 |
* | Catch some rare exception | hut | 2010-02-27 | 1 | -3/+3 |
* | colorscheme: slight performance increase | hut | 2010-02-27 | 2 | -9/+10 |
* | settings: check the type of options | hut | 2010-02-25 | 1 | -11/+35 |
* | todo: finished #63: limit filesize in previews | hut | 2010-02-25 | 3 | -1/+7 |
* | shell_escape: renamed functions | hut | 2010-02-24 | 4 | -9/+8 |
* | finished #52, special characters in tab completion | hut | 2010-02-24 | 3 | -2/+25 |