summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | added more code from David Barnett, previews workhut2010-06-036-21/+76
| | * | | | | | | gui.ansi: some modifications/completionshut2010-06-032-20/+36
| | * | | | | | | added gui/ansi.py from David Barnetts branchhut2010-06-032-0/+111
| * | | | | | | | core.loader: fix bugs after mergehut2010-10-081-2/+1
| * | | | | | | | Merge branch 'master' into cphut2010-10-0840-390/+480
| |\ \ \ \ \ \ \ \
| * | | | | | | | | foohut2010-09-212-24/+30
| * | | | | | | | | Merge branch 'master' into cphut2010-09-16127-8224/+1767
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | core.loader: catch "select.error"shut2010-05-161-5/+8
| * | | | | | | | | | core.actions: improved paste()hut2010-05-152-6/+12
| * | | | | | | | | | core.loader: finished CommandLoaderhut2010-05-152-7/+30
| * | | | | | | | | | Merge branch 'master' into cphut2010-05-1512-268/+196
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into cphut2010-05-1439-418/+864
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | core.loader: bugfixhut2010-04-281-1/+1
| * | | | | | | | | | | | messing aroundhut2010-04-273-9/+41
| * | | | | | | | | | | | Merge branch 'master' into cphut2010-04-272-64/+41
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into cphut2010-04-2718-44/+316
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | core.loader: fixedhut2010-04-202-8/+9
| * | | | | | | | | | | | | | core.loader: added CommandLoaderhut2010-04-202-31/+34
| * | | | | | | | | | | | | | core.actions.paste(): use `mv`, delete shutil_generatorizedhut2010-04-202-307/+11
| * | | | | | | | | | | | | | core.actions.paste(): use select for parallel listening for stderrhut2010-04-201-2/+7
| * | | | | | | | | | | | | | core.actions: use `cp` for copyinghut2010-04-201-12/+9
* | | | | | | | | | | | | | | new version: 1.3.1, merge with cp+preview branchhut2010-10-123-3/+3
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | core.main: Fixed object initialization orderhut2010-10-121-2/+2
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | gui.colorscheme: removed fallback scheme, should never be used anywayhut2010-10-101-13/+2
* | | | | | | | | | | | | gui.colorscheme: polished up (docs, error handling)hut2010-10-101-10/+7
* | | | | | | | | | | | | defaults.commands: polishinghut2010-10-101-1/+1
* | | | | | | | | | | | | defaults.keys: show bookmarks when typing "um"hut2010-10-101-1/+2
* | | | | | | | | | | | | core.helper: fixed debug functionshut2010-10-091-0/+2
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | core.loader: forgot cleaning up @ last commithut2010-10-081-1/+0
| |_|_|_|_|_|/ / / / / |/| | | | | | | | | |
* | | | | | | | | | | core.loader: simplified throbber logichut2010-10-081-9/+5
* | | | | | | | | | | gui.widgets.statusbar: Added filter notifier in statusbarhut2010-10-062-1/+6
* | | | | | | | | | | gui.widgets.statusbar: Fixed minor bug in statusbarhut2010-10-061-1/+1
* | | | | | | | | | | defaults.commands: Fixed :cd command without argumenthut2010-10-051-3/+2
* | | | | | | | | | | gui.widgets.titlebar: truncate dirnames in tab titleshut2010-10-041-3/+9
* | | | | | | | | | | gui.color: fixed ranger.gui.color.remove_attrhut2010-10-041-1/+1
* | | | | | | | | | | defaults.commands: new commands :{load,save}_copy_bufferhut2010-10-031-0/+36
* | | | | | | | | | | gui.widgets.browsercolumn: more robust check for copied fileshut2010-10-031-1/+3
* | | | | | | | | | | defaults.commands: avoid overwriting the builtin set classhut2010-10-031-1/+2
* | | | | | | | | | | core.fm: Don't check bookmarks when not neededhut2010-10-023-4/+6
* | | | | | | | | | | api.commands, api.keys: added dummies that allow pydoc to be generatedhut2010-10-022-0/+13
* | | | | | | | | | | widgets.browsercolumn: display "~" when truncating filenameshut2010-10-021-7/+19
* | | | | | | | | | | colorschemes.jungle: updated jungle colorschemehut2010-10-021-1/+1
* | | | | | | | | | | colorschemes.snow: updated snow colorschemehut2010-10-021-1/+4
* | | | | | | | | | | ranger.__init__: cleaned uphut2010-10-022-24/+13
* | | | | | | | | | | a little restructurationhut2010-10-0224-277/+276
* | | | | | | | | | | fsobject.fsobject: Fixed order in natural sorthut2010-10-021-3/+3
* | | | | | | | | | | fsobject.fsobject: changed "numerical" sort to "natural" sorthut2010-10-013-16/+22
* | | | | | | | | | | fsobject.directory: added numerical sorthut2010-10-012-3/+21
* | | | | | | | | | | gui.ui: Disable mouse when console is openhut2010-10-011-2/+2
* | | | | | | | | | | Revert 5 commits concerning utf (due to very poor performance)hut2010-09-305-104/+77