Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | | a little restructuration | hut | 2010-10-02 | 24 | -277/+276 | |
* | | | | | | | | | | | fsobject.fsobject: Fixed order in natural sort | hut | 2010-10-02 | 1 | -3/+3 | |
* | | | | | | | | | | | fsobject.fsobject: changed "numerical" sort to "natural" sort | hut | 2010-10-01 | 3 | -16/+22 | |
* | | | | | | | | | | | fsobject.directory: added numerical sort | hut | 2010-10-01 | 2 | -3/+21 | |
* | | | | | | | | | | | gui.ui: Disable mouse when console is open | hut | 2010-10-01 | 1 | -2/+2 | |
* | | | | | | | | | | | Revert 5 commits concerning utf (due to very poor performance) | hut | 2010-09-30 | 5 | -104/+77 | |
* | | | | | | | | | | | ext.utfwidth: Compatibility with both py2.6 and py3.1 | hut | 2010-09-30 | 4 | -50/+94 | |
* | | | | | | | | | | | gui.curses_shortcuts: bugfix, simplification | hut | 2010-09-30 | 1 | -27/+9 | |
* | | | | | | | | | | | ext.utfwidth: updated algorithms | hut | 2010-09-30 | 3 | -39/+20 | |
* | | | | | | | | | | | ext.utfwidth: stuff | hut | 2010-09-30 | 3 | -13/+12 | |
* | | | | | | | | | | | ranger.__init__: fixed import for python3 | hut | 2010-09-29 | 1 | -1/+1 | |
* | | | | | | | | | | | gui.bar: improved titlebar shortening for utf file/dirnames | hut | 2010-09-29 | 2 | -7/+28 | |
* | | | | | | | | | | | gui.bar: New algorithm for trimming title bar | hut | 2010-09-29 | 2 | -12/+16 | |
* | | | | | | | | | | | Prevent garbage-collecting used directories | hut | 2010-09-29 | 1 | -1/+1 | |
* | | | | | | | | | | | Cosmetic changes | hut | 2010-09-29 | 2 | -2/+1 | |
* | | | | | | | | | | | Small simplification of ranger.py | hut | 2010-09-29 | 2 | -3/+3 | |
* | | | | | | | | | | | Don't write any bytecode with --clean option | hut | 2010-09-29 | 2 | -3/+10 | |
* | | | | | | | | | | | core.actions: Minor bug in move_parent() | hut | 2010-09-27 | 1 | -0/+2 | |
* | | | | | | | | | | | defaults.apps: open empty files with unknown mimetype in vim | hut | 2010-09-27 | 1 | -1/+1 | |
* | | | | | | | | | | | defaults.apps: small fix of a previous patch | hut | 2010-09-27 | 1 | -1/+1 | |
* | | | | | | | | | | | defaults.apps: Use mimeopen if installed and apps.py fails | hut | 2010-09-23 | 1 | -0/+4 | |
* | | | | | | | | | | | apps.py Add mimeopen support | Sergey Mironov | 2010-09-23 | 1 | -0/+8 | |
* | | | | | | | | | | | Forbid to run "python /usr/lib/.../ranger", use ranger.py instead | hut | 2010-09-23 | 1 | -10/+0 | |
* | | | | | | | | | | | ranger.__main__: typo | hut | 2010-09-23 | 1 | -1/+0 | |
* | | | | | | | | | | | ranger.py: Return 0 on success in embedded script | hut | 2010-09-22 | 1 | -1/+1 | |
* | | | | | | | | | | | simplify ranger.py | hut | 2010-09-22 | 1 | -25/+11 | |
* | | | | | | | | | | | ranger.__init__: improved __init__.py | hut | 2010-09-21 | 2 | -24/+31 | |
* | | | | | | | | | | | Merge branch 'stable' | hut | 2010-09-16 | 1 | -0/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / |/| | | | | | | | | / | | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | ||||||
| * | | | | | | | | | CHANGELOG updated | hut | 2010-09-16 | 1 | -0/+3 | |
* | | | | | | | | | | Merge branch 'stable' | hut | 2010-09-16 | 1 | -1/+1 | |
|\| | | | | | | | | | ||||||
| * | | | | | | | | | core.actions: Fixed yy/pp bug when yanking multiple directories v1.2.1 | hut | 2010-09-16 | 4 | -4/+4 | |
* | | | | | | | | | | More intuitive statusbar content | hut | 2010-09-15 | 1 | -6/+10 | |
* | | | | | | | | | | Incremented version number to 1.3 (testing) | hut | 2010-09-13 | 3 | -3/+3 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Beware of low-flying butterflies v1.2.0 | hut | 2010-09-13 | 5 | -4/+25 | |
* | | | | | | | | | ranger.main: no file previews when user == root | hut | 2010-09-13 | 2 | -1/+5 | |
* | | | | | | | | | README: Usage Tips section | hut | 2010-09-13 | 1 | -0/+6 | |
* | | | | | | | | | fsobject.directory: removed unused attribute | hut | 2010-09-13 | 1 | -2/+0 | |
* | | | | | | | | | fsobject.file: Don't preview sockets | hut | 2010-09-13 | 1 | -1/+3 | |
* | | | | | | | | | ranger.py Fixed embedded shellscript (quotes for bash) | hut | 2010-09-11 | 1 | -2/+2 | |
* | | | | | | | | | Makefile, setup.py: Fixed `make doc` | hut | 2010-09-11 | 2 | -24/+24 | |
* | | | | | | | | | ranger.py: fixed escape in embedded shellscript | hut | 2010-09-11 | 1 | -1/+1 | |
* | | | | | | | | | chmod | hut | 2010-09-11 | 1 | -0/+0 | |
* | | | | | | | | | README: added ranger starting function example | hut | 2010-09-11 | 1 | -0/+14 | |
* | | | | | | | | | defaults.commands: Removed "quick" method from :cd | hut | 2010-09-11 | 1 | -12/+0 | |
* | | | | | | | | | Sort settings in ranger/shared/settings.py | hut | 2010-08-30 | 1 | -20/+20 | |
* | | | | | | | | | removed test/__init__.py (not needed) | hut | 2010-08-29 | 1 | -0/+0 | |
* | | | | | | | | | 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 |