| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | api.apps: added generic app handlers | hut | 2010-04-27 | 2 | -62/+45 |
* | | Closed #83 since I implemented :mark | hut | 2010-04-27 | 1 | -1/+1 |
* | | Fixed #85: no automatic reload after using :filter | hut | 2010-04-27 | 2 | -1/+2 |
* | | defaults.options: slight rearranging | hut | 2010-04-27 | 1 | -4/+4 |
* | | defaults.commands: Added :unmark | hut | 2010-04-27 | 2 | -8/+17 |
* | | defaults.commands: redraw after using :mark | hut | 2010-04-27 | 1 | -0/+2 |
* | | defaults.commands: added optional "minus" argument for :mark | hut | 2010-04-27 | 2 | -4/+8 |
* | | Added :mark command | hut | 2010-04-27 | 2 | -0/+25 |
|/ |
|
* | defaults.apps: don't run *.swf in elinks ;( | hut | 2010-04-26 | 1 | -2/+2 |
* | defaults.apps: moved INTERPRETED_LANGUAGES to the bottom | hut | 2010-04-26 | 1 | -5/+5 |
* | defaults.apps: use "f = c.file" in the example | hut | 2010-04-26 | 1 | -2/+3 |
* | api.apps: Removed unnecessary (?) docstring | hut | 2010-04-26 | 1 | -4/+0 |
* | removed trailing whitespace | hut | 2010-04-26 | 1 | -1/+1 |
* | api.options: removed unused import | hut | 2010-04-26 | 1 | -1/+0 |
* | defaults.commands: use octal literal instead of decimal number in chmod() | hut | 2010-04-26 | 1 | -1/+1 |
* | defaults.commands: fixed :find with uppercase search strings | hut | 2010-04-26 | 1 | -1/+5 |
* | widgets.pager: Fixed off-by-one error for boundaries | hut | 2010-04-26 | 1 | -2/+2 |
* | Added tc_loader | hut | 2010-04-26 | 2 | -1/+186 |
* | TODO: moved #60 to "General" | hut | 2010-04-26 | 1 | -1/+1 |
* | Fixed bug #65 by adding flag "--fail-if-run" | hut | 2010-04-26 | 5 | -5/+12 |
* | fixed bug #78: broken preview when deleting all files in a directory | hut | 2010-04-26 | 2 | -1/+3 |
* | core.actions: implemented "move_parent", improve this later! | hut | 2010-04-26 | 1 | -0/+5 |
* | widgets.browsercolumn: fixed width-check for infostring | hut | 2010-04-26 | 1 | -1/+1 |
* | shutil_generatorized: fixed bad destination name on move+overwrite | hut | 2010-04-26 | 1 | -2/+2 |
* | gui.colorscheme: fixed error when using custom colorschemes | hut | 2010-04-26 | 1 | -0/+4 |
* | fsobject.directory: removed invalid signal binding 'setopt.filter' | hut | 2010-04-26 | 1 | -1/+1 |
* | TODO: update | hut | 2010-04-26 | 1 | -0/+2 |
* | ranger.defaults.apps: use "make" for Makefiles | hut | 2010-04-23 | 1 | -0/+3 |
* | main: fixed "ranger /path/to/a/file" | hut | 2010-04-23 | 1 | -4/+6 |
* | main: new function "load_apps" | hut | 2010-04-23 | 1 | -0/+13 |
* | main: new function "allow_access_to_confdir" | hut | 2010-04-23 | 1 | -6/+14 |
* | Move loader.py from ranger.fsobject to ranger.core | hut | 2010-04-20 | 4 | -3/+2 |
* | updated pydoc | hut | 2010-04-20 | 5 | -248/+10 |
* | ext.shutil_generatorized: fixed __all__ | hut | 2010-04-20 | 1 | -1/+1 |
* | ext.shutil_generatorized: little optimization | hut | 2010-04-20 | 1 | -2/+2 |
* | ext.shutil_generatorized: remove unused functions/imports | hut | 2010-04-20 | 1 | -36/+0 |
* | updated pydoc | hut | 2010-04-19 | 41 | -2286/+247 |
* | defaults.commands: bugfix | hut | 2010-04-19 | 1 | -1/+1 |
* | defaults.keys: quit pager with F3 | hut | 2010-04-19 | 1 | -2/+2 |
* | TODO: updated | hut | 2010-04-19 | 1 | -1/+2 |
* | Added midnight commander-like function keys | hut | 2010-04-19 | 2 | -1/+23 |
* | ranger.api: import common variables | hut | 2010-04-19 | 6 | -2/+7 |
* | Turn keycomb ".term" into command ":terminal" | hut | 2010-04-19 | 3 | -1/+13 |
* | Clean up | hut | 2010-04-19 | 15 | -53/+39 |
* | Use "/" for root in tabname if "dirname_in_tab" is true | hut | 2010-04-19 | 1 | -1/+1 |
* | added option "dirname_in_tabs" | hut | 2010-04-19 | 3 | -3/+16 |
* | ext.keybinding_parser: added aliases for common special keys | hut | 2010-04-19 | 1 | -0/+3 |
* | ext.keybinding_parser: fixed function keys | hut | 2010-04-19 | 2 | -1/+4 |
* | defaults.apps: added fceux | hut | 2010-04-19 | 1 | -0/+6 |
* | README: Removed finished parts of roadmap | hut | 2010-04-19 | 1 | -2/+0 |