| Commit message (Expand) | Author | Age | Files | Lines |
* | main: ignore errors of setlocale | hut | 2010-01-21 | 1 | -1/+4 |
* | main: added debug mode | hut | 2010-01-21 | 3 | -0/+11 |
* | actions: fixed bug in delete() | hut | 2010-01-21 | 1 | -1/+1 |
* | keys: swapped t and b keys | hut | 2010-01-21 | 1 | -8/+8 |
* | directory: get_selection() returns *ordered* marked items | hut | 2010-01-21 | 1 | -1/+1 |
* | browserview: catch error | hut | 2010-01-21 | 1 | -2/+8 |
* | cleanup | hut | 2010-01-21 | 1 | -1/+0 |
* | directory: represent selection with list instead of set | hut | 2010-01-21 | 1 | -13/+15 |
* | console: fixed minor bug | hut | 2010-01-21 | 2 | -9/+14 |
* | color: added a remove_attr function | hut | 2010-01-21 | 1 | -0/+6 |
* | colorschemes/default: remove unnecessary lines | hut | 2010-01-21 | 1 | -14/+0 |
* | commands: use deque in find command | hut | 2010-01-21 | 1 | -5/+8 |
* | ext/flatten: flatten deques too. | hut | 2010-01-21 | 1 | -2/+4 |
* | curses_shortcuts: use flatten instead of _combine | hut | 2010-01-20 | 1 | -15/+5 |
* | added flatten function | hut | 2010-01-20 | 1 | -0/+27 |
* | ranger/init: fixed usage string | hut | 2010-01-20 | 1 | -1/+1 |
* | apps: catch a TypeError | hut | 2010-01-20 | 1 | -2/+3 |
* | keyapi: fixed Wrapper so that it works with pydoc | hut | 2010-01-20 | 1 | -0/+2 |
* | apps: added a few application definitions | hut | 2010-01-20 | 1 | -2/+56 |
* | console: slightly improved tab completion for CommandConsole | hut | 2010-01-20 | 1 | -1/+4 |
* | clean up | hut | 2010-01-20 | 1 | -2/+5 |
* | command: fixed abbreviation handling | hut | 2010-01-19 | 1 | -1/+2 |
* | browsercolumn: bz->bz2 | hut | 2010-01-19 | 1 | -1/+1 |
* | browsercolumn: performance improvement | hut | 2010-01-19 | 1 | -2/+2 |
* | browsercolumn: preview more filetypes | hut | 2010-01-19 | 1 | -1/+24 |
* | commands: forbid to abbreviate :delete with :d (to avoid mistakes) | hut | 2010-01-19 | 1 | -1/+6 |
* | implemented #48: abbreviate commands | hut | 2010-01-19 | 2 | -3/+19 |
* | done #32 | hut | 2010-01-19 | 3 | -0/+17 |
* | settings: allow to toggle flushinput | hut | 2010-01-19 | 4 | -3/+6 |
* | human_readable: slight improvement of output format | hut | 2010-01-19 | 1 | -1/+1 |
* | done #35: display disk usage of files in current directory | hut | 2010-01-19 | 2 | -1/+12 |
* | done #34: display free disk space | hut | 2010-01-19 | 5 | -3/+28 |
* | typo | hut | 2010-01-19 | 1 | -1/+1 |
* | titlebar: red hostname if logged in with root | hut | 2010-01-19 | 2 | -4/+10 |
* | generate: fixed | hut | 2010-01-19 | 1 | -3/+3 |
* | fixed #43: bookmark ` = ' | hut | 2010-01-18 | 2 | -4/+9 |
* | actions: bookmark old dir in ` when using :cd | hut | 2010-01-18 | 3 | -19/+24 |
* | options: allow to specify how to recognize "hidden files" | hut | 2010-01-18 | 3 | -3/+18 |
* | fsobject: recognize capital letter file extensions | hut | 2010-01-18 | 1 | -1/+1 |
* | commands: added tabcompletion for :edit | hut | 2010-01-18 | 1 | -3/+5 |
* | commands: fixed :e alias | hut | 2010-01-18 | 1 | -1/+1 |
* | apps: use "apvlv" to view pdfs rather than evince | hut | 2010-01-17 | 1 | -3/+3 |
* | keys: fixed typo | hut | 2010-01-16 | 1 | -1/+1 |
* | console: adjusted docstring formatting | hut | 2010-01-14 | 1 | -2/+5 |
* | keys: added/changed directories for g<X> keycombinations | hut | 2010-01-14 | 1 | -2/+6 |
* | keys: remove J/K as default binding for half-page-up/down | hut | 2010-01-14 | 2 | -7/+9 |
* | keys: s runs $SHELL instead of "bash" | hut | 2010-01-14 | 2 | -1/+2 |
* | loader: reduced "seconds_of_work_time" | hut | 2010-01-14 | 1 | -1/+1 |
* | commands: added touch, improved mkdir | hut | 2010-01-14 | 1 | -4/+27 |
* | keyapi: added comments | hut | 2010-01-14 | 1 | -1/+7 |