| Commit message (Expand) | Author | Age | Files | Lines |
* | fixed CTRL+L | hut | 2009-12-18 | 1 | -2/+2 |
* | improved the file operations | hut | 2009-12-18 | 1 | -10/+31 |
* | notification widget | hut | 2009-12-18 | 5 | -7/+110 |
* | UI.redraw now redraws widgets. old redraw is now redraw_window | hut | 2009-12-18 | 3 | -5/+9 |
* | added provisional filesystem operations (cp/cut/paste/delete/mkdir) | hut | 2009-12-18 | 4 | -7/+95 |
* | re-indented docstrings | hut | 2009-12-17 | 13 | -57/+75 |
* | added quick_open() in abstract Command class | hut | 2009-12-17 | 1 | -0/+3 |
* | quit command, aliases | hut | 2009-12-17 | 2 | -10/+23 |
* | fixed colorschemes, added unittest for colorschemes | hut | 2009-12-17 | 1 | -3/+3 |
* | fixed history (fast_forward worked reversed) | hut | 2009-12-17 | 1 | -3/+3 |
* | added history to console | hut | 2009-12-17 | 2 | -16/+47 |
* | extended history by a couple of methods | hut | 2009-12-17 | 1 | -3/+23 |
* | tons of stuff | hut | 2009-12-17 | 6 | -34/+142 |
* | fixed CD command / tab completion | hut | 2009-12-15 | 3 | -49/+48 |
* | Added console commands + tab completion | hut | 2009-12-15 | 5 | -10/+180 |
* | fine tuning | hut | 2009-12-15 | 2 | -98/+107 |
* | turned different console types into seperate subclasses | hut | 2009-12-15 | 1 | -36/+46 |
* | changed default key binding implementation | hut | 2009-12-15 | 2 | -89/+79 |
* | updated uml | hut | 2009-12-15 | 1 | -1/+3 |
* | cleanups, display link destinations | hut | 2009-12-15 | 5 | -30/+71 |
* | different way of squeezing the last column | hut | 2009-12-15 | 1 | -4/+14 |
* | implemented statusbar widget | hut | 2009-12-14 | 6 | -2/+187 |
* | added an option for collapse_preview | hut | 2009-12-14 | 3 | -1/+3 |
* | "poke" widgets, expand last column if there's no preview | hut | 2009-12-14 | 4 | -9/+56 |
* | Don't initialize options while importing. | hut | 2009-12-14 | 3 | -42/+46 |
* | updated / added tests | hut | 2009-12-13 | 4 | -20/+36 |
* | clean ups, comments | hut | 2009-12-13 | 20 | -31/+69 |
* | updated bookmarks | hut | 2009-12-13 | 3 | -92/+143 |
* | added docstrings everywhere | hut | 2009-12-13 | 11 | -45/+137 |
* | fixed issues with scrolling/invalid mouse bstates | hut | 2009-12-13 | 2 | -3/+13 |
* | implemented FileListContainer | hut | 2009-12-12 | 8 | -52/+105 |
* | merged main with __init__ | hut | 2009-12-12 | 3 | -91/+92 |
* | clean ups/fixes | hut | 2009-12-12 | 6 | -32/+47 |
* | clean ups | hut | 2009-12-11 | 2 | -7/+2 |
* | fixed cd-after-exit | hut | 2009-12-11 | 1 | -1/+1 |
* | Reorganization of gui/widget hierarchy and directory structure | hut | 2009-12-11 | 16 | -246/+347 |
* | restructurations | hut | 2009-12-11 | 19 | -100/+149 |
* | moved commands from fm.py to actions.py, cleanups | hut | 2009-12-11 | 7 | -194/+213 |
* | Restructuration | hut | 2009-12-10 | 35 | -199/+2812 |
* | random stuff | hut | 2009-12-06 | 2 | -0/+10 |
* | jungle color scheme | hut | 2009-12-06 | 1 | -0/+50 |
* | Renamed / added colorschemes | hut | 2009-12-06 | 3 | -38/+58 |
* | fix/clean ranger.helper | hut | 2009-12-06 | 1 | -21/+23 |
* | fixed directory test | hut | 2009-12-06 | 1 | -2/+2 |
* | "SettingsAware", random cleanups | hut | 2009-12-06 | 14 | -83/+115 |
* | changing implementation of options | hut | 2009-12-06 | 14 | -12/+112 |
* | integrated history into environment class | hut | 2009-12-05 | 1 | -30/+6 |
* | History Object + Test Case | hut | 2009-12-05 | 1 | -0/+50 |
* | implemented searching | hut | 2009-12-04 | 5 | -1/+49 |
* | fixed colorscheme | hut | 2009-12-04 | 1 | -1/+2 |