Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | TODO: updated | hut | 2010-05-10 | 1 | -3/+13 | |
| | | | | ||||||
* | | | | main: added comment | hut | 2010-05-10 | 1 | -2/+3 | |
| | | | | ||||||
* | | | | HACKING: update | hut | 2010-05-10 | 1 | -8/+3 | |
| | | | | ||||||
* | | | | all_benchmarks: improved | hut | 2010-05-10 | 2 | -10/+20 | |
| | | | | ||||||
* | | | | Makefile: updated | hut | 2010-05-10 | 1 | -9/+12 | |
| | | | | ||||||
* | | | | Run python with flag "-O" by default | hut | 2010-05-10 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | This will discard assert statements which are unnecessary for end users. | |||||
* | | | | fixed "zc" key | hut | 2010-05-10 | 1 | -10/+10 | |
| | | | | ||||||
* | | | | defaults.commands: edit current file with ":edit" | hut | 2010-05-10 | 1 | -1/+4 | |
| | | | | ||||||
* | | | | api.commands: fixed :e | hut | 2010-05-10 | 1 | -3/+4 | |
| | | | | ||||||
* | | | | close console with <C-D> | hut | 2010-05-10 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | added <C-P> and <C-N> keys to console | hut | 2010-05-10 | 1 | -2/+2 | |
| | | | | ||||||
* | | | | defaults.keys: added hint for "cw" | hut | 2010-05-09 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | defaults.keys: fixed delete key | hut | 2010-05-09 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | fsobject.directory: bugfix | hut | 2010-05-06 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | ext.human_readable: round(number, 2) | hut | 2010-05-06 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | fsobject: bugfix | hut | 2010-05-06 | 1 | -3/+3 | |
| | | | | ||||||
* | | | | fsobject: don't unnecessarily use abspath() in __init__ | hut | 2010-05-06 | 3 | -9/+12 | |
| | | | | ||||||
* | | | | fsobject.fsobject: lazily load mimetype | hut | 2010-05-06 | 1 | -11/+26 | |
| | | | | ||||||
* | | | | shared.mimetype: optimization | hut | 2010-05-06 | 1 | -5/+3 | |
| | | | | ||||||
* | | | | fsobject.fsobject: optimizations | hut | 2010-05-06 | 1 | -30/+44 | |
| | | | | ||||||
* | | | | fsobject: a couple of optimizations | hut | 2010-05-06 | 2 | -29/+44 | |
| | | | | ||||||
* | | | | cleanups | hut | 2010-05-05 | 9 | -30/+21 | |
| | | | | ||||||
* | | | | Added license header to a few files | hut | 2010-05-04 | 4 | -0/+60 | |
| | | | | ||||||
* | | | | bm_loader: stuff | hut | 2010-05-03 | 1 | -1/+35 | |
| | | | | ||||||
* | | | | fsobject: removed obsolete fsobject.type attribute + constants | hut | 2010-05-03 | 2 | -13/+1 | |
| | | | | ||||||
* | | | | Makefile: added `make bm` to run all benchmarks BMCOUNT times | hut | 2010-05-03 | 1 | -2/+5 | |
| | | | | ||||||
* | | | | test: added TODO, skip broken tests | hut | 2010-05-03 | 4 | -5/+25 | |
| | | | | ||||||
* | | | | Makefile: cleaned up, added automatic uninstall | hut | 2010-05-03 | 1 | -58/+57 | |
| | | | | ||||||
* | | | | ext.accumulator: added comment | hut | 2010-05-02 | 1 | -0/+1 | |
| | | | | ||||||
* | | | | defaults.commands: fixed :quit, added :quitall | hut | 2010-05-02 | 1 | -5/+14 | |
| | | | | ||||||
* | | | | help.movement: updated 1.6: there is no "tab 0" anymore | hut | 2010-05-02 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | ranger.help: fixed topics | hut | 2010-05-02 | 3 | -3/+5 | |
| | | | | ||||||
* | | | | widgets.browsercolumn: call move_parent when scrolling in second column | hut | 2010-05-02 | 3 | -8/+19 | |
| | | | | ||||||
* | | | | bugfix: scroll faster with ctrl | hut | 2010-05-02 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | added help chapter 5, ranger/help/invocation.py | hut | 2010-04-30 | 3 | -1/+109 | |
| | | | | ||||||
* | | | | extended and documented u* key combinations | hut | 2010-04-30 | 2 | -2/+6 | |
| | | | | ||||||
* | | | | defaults.keys: implement I key | hut | 2010-04-30 | 2 | -1/+5 | |
| | | | | ||||||
* | | | | defaults.keys: new tabs start in the home directory | hut | 2010-04-30 | 1 | -1/+4 | |
| | | | | ||||||
* | | | | api.commands: bugfix (renamed Command.quick_open to Command.quick) | hut | 2010-04-30 | 2 | -3/+3 | |
| | | | | ||||||
* | | | | some more doc updates | Sitaram Chamarty | 2010-04-30 | 2 | -10/+15 | |
| | | | | ||||||
* | | | | Added documentation for remaining key combinations (excluding z*, g*,...) | hut | 2010-04-29 | 3 | -4/+29 | |
| | | | | ||||||
* | | | | changed testdir to /usr/include | hut | 2010-04-29 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Separated benchmark from testcase | hut | 2010-04-29 | 4 | -125/+165 | |
| | | | | ||||||
* | | | | help.console: updated | hut | 2010-04-28 | 1 | -4/+10 | |
| | | | | ||||||
* | | | | widgets.console: added macro %d | hut | 2010-04-28 | 1 | -0/+5 | |
| | | | | ||||||
* | | | | widgets.console: give a local variable a more meaningful name | hut | 2010-04-28 | 1 | -7/+7 | |
| | | | | ||||||
* | | | | widgets.console: added macros %t and %c in the OpenConsole | hut | 2010-04-27 | 2 | -2/+15 | |
| |_|/ |/| | | ||||||
* | | | Merge branch 'generic' | hut | 2010-04-27 | 2 | -64/+41 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | defaults.apps: added a hint | hut | 2010-04-27 | 1 | -0/+1 | |
| | | | ||||||
| * | | api.apps: more stuff | hut | 2010-04-27 | 1 | -9/+13 | |
| | | |