| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | defaults.keys: key pL to create relative symlinks | hut | 2010-08-29 | 5 | -5/+97 |
* | Removed symlink in test/ | hut | 2010-08-29 | 19 | -8/+108 |
* | Tuned versioning scheme to be more intuitive, back to 1.1.2 | hut | 2010-08-28 | 5 | -6/+6 |
* | Changed version number to 1.2 (testing) to adhere with versioning scheme | hut | 2010-08-28 | 5 | -6/+13 |
* | Fixed new history implementation | hut | 2010-08-28 | 4 | -9/+22 |
* | Changed default config dir to $XDG_CONFIG_HOME/ranger | hut | 2010-08-28 | 13 | -21/+29 |
* | cleaned up and fine tuned :find command | hut | 2010-08-28 | 1 | -11/+7 |
* | Integrated new container.history implementation | hut | 2010-08-28 | 2 | -6/+9 |
* | Changed implementation of container.history | hut | 2010-08-28 | 2 | -67/+80 |
* | Fixed history | hut | 2010-08-26 | 7 | -27/+56 |
* | widgets.console: removed duplicate import | hut | 2010-08-26 | 1 | -1/+0 |
* | widgets.console: removed unused Console.init() method | hut | 2010-08-26 | 1 | -4/+0 |
* | more documentation updates | hut | 2010-08-26 | 1 | -14/+21 |
* | core.actions: 12? now opens help chapter 1 subchapter 2 | hut | 2010-08-26 | 1 | -2/+16 |
* | Updated documentation for the console | hut | 2010-08-26 | 2 | -138/+61 |
* | widgets/console: Simplified console | hut | 2010-08-26 | 8 | -494/+295 |
* | widgets.console: improved delete_word() | hut | 2010-08-25 | 1 | -8/+9 |
* | defaults.keys: added keys gl and gL to resolve links | hut | 2010-08-25 | 2 | -1/+6 |
* | Fixed exception when using %f macros in special cases | hut | 2010-08-16 | 1 | -2/+4 |
* | defaults.keys: map <backspace> to ^H (since ^H is bugged sometimes) | hut | 2010-08-13 | 1 | -1/+1 |
* | shared.mimetype: look for mimetypes in ~/.mime.types | hut | 2010-08-12 | 1 | -0/+3 |
* | defaults.keys: added keys da, dr, ya, yr + documentation | hut | 2010-07-23 | 3 | -5/+21 |
* | gui.widgets.console: added %<LETTER> and %<N><letter> macros | hut | 2010-07-17 | 2 | -1/+41 |
* | help.console: typo | hut | 2010-07-17 | 1 | -1/+1 |
* | defaults.apps: make pager accept ansi color codes | hut | 2010-07-17 | 1 | -1/+1 |
* | Why did the astrophysicist order three hamburgers? v1.1.2 | hut | 2010-07-12 | 4 | -3/+9 |
* | defaults.keys: improved "du" keybinding | hut | 2010-07-05 | 1 | -1/+2 |
* | core.actions: added "execute_console" | hut | 2010-07-03 | 1 | -0/+6 |
* | Fixed default keyword argument value "mode" for fm.open_console | hut | 2010-07-03 | 1 | -1/+1 |
* | ext.human_readable: fixed | hut | 2010-06-25 | 1 | -5/+5 |
* | tc_human_readable: additional testcase (which fails) | hut | 2010-06-25 | 1 | -0/+4 |
* | ext.human_readable: more efficient implementation | hut | 2010-06-24 | 3 | -19/+120 |
* | README: added design goals section | hut | 2010-06-24 | 1 | -0/+9 |
* | README: formatting, cleanup | hut | 2010-06-24 | 1 | -4/+4 |
* | Makefile: simplification | hut | 2010-06-24 | 1 | -1/+1 |
* | ranger.main: ranger dir1 dir2 [...] opens multiple tabs | hut | 2010-06-24 | 1 | -7/+6 |
* | removed pydoc since it can be generated with "make doc" easily | hut | 2010-06-21 | 46 | -6669/+0 |
* | make doc: minor cleanup and fix | hut | 2010-06-21 | 1 | -2/+2 |
* | commited pydocs are author agnostic | shpelda | 2010-06-21 | 1 | -1/+2 |
* | core.actions: Fixed indexerror in move_parent() | hut | 2010-06-20 | 1 | -1/+4 |
* | version = version + 1 v1.1.1 | hut | 2010-06-18 | 7 | -9/+11 |
* | added CHANGELOG | hut | 2010-06-18 | 1 | -0/+21 |
* | INSTALL: fixed suggested uninstall-command | hut | 2010-06-18 | 1 | -1/+1 |
* | INSTALL: changed logname from uninstall_info to install_log.txt | hut | 2010-06-18 | 2 | -4/+4 |
* | Merge branch 'setup2' | hut | 2010-06-18 | 4 | -84/+67 |
|\ |
|
| * | Removed built-in support for uninstalling. | hut | 2010-06-18 | 2 | -13/+10 |
| * | added scripts/ranger (simple link to ranger.py) | hut | 2010-06-18 | 1 | -0/+1 |
| * | Rewrote INSTALL and "make (un)install" | hut | 2010-06-18 | 2 | -36/+26 |
| * | Makefile: removed functions which are now handled by setup.py | hut | 2010-06-18 | 1 | -51/+4 |
| * | added setup.py draft | hut | 2010-06-18 | 1 | -0/+42 |