| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | all_benchmarks: shortened | hut | 2010-06-18 | 1 | -9/+8 |
* | core.runner: added "w" flag (wait for enter after process is done) | hut | 2010-06-18 | 2 | -1/+19 |
* | core.actions: fixed move_parent() | hut | 2010-06-18 | 1 | -3/+2 |
* | make snapshot: prefix ranger-$VERSION/ in archives | hut | 2010-06-14 | 1 | -1/+1 |
* | make install: Fixed script for finding PYTHON_SITE_DEST | hut | 2010-06-14 | 1 | -2/+6 |
* | new stable version v1.1.0 | hut | 2010-06-09 | 4 | -6/+6 |
* | fsobject.file: blacklist /proc/kcore for previewing | hut | 2010-06-09 | 2 | -2/+4 |
* | updated manpage | hut | 2010-06-09 | 1 | -5/+4 |
* | renamed "--fail-if-run" to the more accurate "--fail-unless-cd" | hut | 2010-06-09 | 4 | -11/+17 |
* | Reverted hashbang for ranger.py. | hut | 2010-06-09 | 1 | -1/+1 |
* | widgets.console: fixed history in clean mode | hut | 2010-06-09 | 1 | -1/+5 |
* | minor changes | hut | 2010-06-09 | 2 | -2/+3 |
* | updated pydoc | hut | 2010-06-09 | 18 | -57/+113 |
* | all_benchmarks.py: fix + cleanup | hut | 2010-06-09 | 1 | -40/+35 |
* | all_tests.py: cleanup | hut | 2010-06-09 | 1 | -14/+14 |
* | Makefile: dynamically get the version number | hut | 2010-06-09 | 1 | -1/+1 |
* | Fixed some docstrings | hut | 2010-06-09 | 2 | -3/+3 |
* | Changed hashbang line to "#!/usr/bin/env python" | hut | 2010-06-09 | 7 | -7/+7 |
* | HACKING: updated | hut | 2010-06-09 | 1 | -0/+16 |
* | simplified all_tests.py, moved to test/ | hut | 2010-06-07 | 20 | -98/+44 |
* | simpler help | hut | 2010-06-07 | 1 | -2/+2 |
* | main: minor edit | hut | 2010-06-05 | 1 | -1/+1 |
* | main: fixed error handling in python2.6 and improved it | hut | 2010-06-05 | 1 | -14/+8 |
* | fsobject: ignore ".part" extensions when determining mimetype | hut | 2010-06-04 | 1 | -1/+4 |
* | defaults.options: rebuilt regexp for efficiency | hut | 2010-05-30 | 1 | -1/+1 |
* | defaults.options: fixed typo in regexp | hut | 2010-05-30 | 1 | -1/+1 |
* | ext.lazy_property: fixed indentation in docstring | hut | 2010-05-30 | 1 | -3/+3 |
* | main: default value for $SHELL = 'bash' | hut | 2010-05-30 | 1 | -0/+3 |
* | defaults.apps: shortened code of last commit | hut | 2010-05-28 | 1 | -2/+1 |
* | defaults.apps: retain order of files in app_feh mode 11 | hut | 2010-05-28 | 1 | -1/+3 |
* | defaults.apps: simplify code for feh | hut | 2010-05-26 | 1 | -15/+3 |
* | defaults.keys: added key ^V for marking files in a specific direction | hut | 2010-05-26 | 5 | -2/+18 |
* | core.actions: shortened some code | hut | 2010-05-26 | 1 | -2/+2 |
* | defaults.keys: add hint for "po" | hut | 2010-05-26 | 1 | -2/+2 |
* | defaults.apps: fixed (removed dependency of edit_or_run) | hut | 2010-05-26 | 1 | -1/+0 |
* | main: typo | hut | 2010-05-25 | 1 | -1/+1 |
* | main: don't import optparse.SUPRESS_HELP | hut | 2010-05-25 | 1 | -1/+1 |
* | make bm, make test: make use of PYTHON variable | hut | 2010-05-25 | 1 | -2/+2 |
* | README: updated | hut | 2010-05-24 | 1 | -6/+18 |
* | defaults.keys: fixed key conflict. | hut | 2010-05-24 | 1 | -1/+1 |
* | fsobject.fsobject: optimizations + fixes | hut | 2010-05-23 | 1 | -24/+23 |
* | fsobject.directory: optimize loop in load_bit_by_bit | hut | 2010-05-23 | 1 | -5/+8 |
* | fsobject.directory: make use of faster lookup using local vars | hut | 2010-05-23 | 1 | -7/+10 |
* | fsobject.fsobject: removed access() call in load function | hut | 2010-05-23 | 2 | -10/+5 |
* | fsobject.fsobject: make use of lazy_property | hut | 2010-05-23 | 1 | -23/+19 |