| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Optimized moving/resizing of windows, fixed absolute position bug | hut | 2009-12-29 | 3 | -9/+25 |
* | disregard the last commit. this is the quick fix | hut | 2009-12-29 | 2 | -2/+1 |
* | quick&dirty fix for correct rel/abs coordinates | hut | 2009-12-29 | 3 | -5/+6 |
* | updated test | hut | 2009-12-29 | 1 | -2/+2 |
* | fixed "(y, x) in widget" | hut | 2009-12-28 | 1 | -3/+6 |
* | fixed slow loading of small directories | hut | 2009-12-28 | 1 | -3/+3 |
* | sub-windows are working well now | hut | 2009-12-28 | 3 | -27/+27 |
* | another fix | hut | 2009-12-28 | 1 | -2/+6 |
* | fixes | hut | 2009-12-28 | 3 | -7/+8 |
* | switching to using sub-windows instead of absolute positions | hut | 2009-12-28 | 6 | -20/+46 |
* | fixed waitpid_no_intr | hut | 2009-12-28 | 2 | -4/+10 |
* | use os.chdir to stay on the pwd | hut | 2009-12-28 | 1 | -0/+2 |
* | clean ups | hut | 2009-12-28 | 7 | -14/+1 |
* | fixed pager, it was thinking lists are streams | hut | 2009-12-28 | 1 | -1/+1 |
* | display the contents of the file in the pager | hut | 2009-12-28 | 7 | -12/+177 |
* | changed keybindings | hut | 2009-12-28 | 1 | -8/+11 |
* | fixed mouse-event with negative coordinates | hut | 2009-12-27 | 1 | -0/+8 |
* | test case for keyapi.Wrapper | hut | 2009-12-27 | 1 | -0/+24 |
* | improved key binding implementation | hut | 2009-12-27 | 6 | -179/+220 |
* | Merge branch 'cycle' into python | hut | 2009-12-27 | 5 | -25/+85 |
|\ |
|
| * | implemented customized cycling through the directory | hut | 2009-12-27 | 4 | -5/+43 |
| * | changed search implementation | hut | 2009-12-27 | 4 | -22/+44 |
* | | use a pager widget for file previews | hut | 2009-12-27 | 2 | -7/+88 |
|/ |
|
* | fixes and cleanups | hut | 2009-12-27 | 5 | -6/+6 |
* | allow to filter contents of a directory | hut | 2009-12-27 | 4 | -2/+20 |
* | action.spawn/runcmd for terminals and du | less | hut | 2009-12-27 | 4 | -12/+22 |
* | improved tab completion capabilities | hut | 2009-12-27 | 3 | -22/+122 |
* | generalized tab completion code of cd command | hut | 2009-12-27 | 1 | -23/+26 |
* | added rename command | hut | 2009-12-27 | 3 | -0/+24 |
* | moved the command parser into a seperate file | hut | 2009-12-26 | 2 | -34/+61 |
* | use constants instead of strings to represend console modes | hut | 2009-12-26 | 4 | -27/+76 |
* | changed how tagged files are displayed | hut | 2009-12-26 | 2 | -3/+13 |
* | implemented tagging | hut | 2009-12-26 | 8 | -8/+124 |
* | shorten comment in ranger.py | hut | 2009-12-26 | 2 | -11/+9 |
* | implemented OpenConsole | hut | 2009-12-25 | 3 | -3/+69 |
* | moved /uml to /doc/uml | hut | 2009-12-25 | 14 | -2/+2 |
* | random updates | hut | 2009-12-25 | 7 | -7/+45 |
* | Explained cd-after-exit feature | hut | 2009-12-25 | 1 | -0/+132 |
* | moved pydoc pages to doc/pydoc | hut | 2009-12-25 | 65 | -0/+0 |
* | updated pydoc pages | hut | 2009-12-25 | 65 | -0/+10505 |
* | bugfixes | hut | 2009-12-25 | 5 | -10/+18 |
* | made directories use the accumulator "interface" | hut | 2009-12-25 | 7 | -89/+49 |
* | improved paste-generators | hut | 2009-12-25 | 1 | -17/+32 |
* | don't modify directory.__dict__ until last yield of load generator | hut | 2009-12-25 | 1 | -6/+6 |
* | don't reconstruct statusbar if nothing changed | hut | 2009-12-25 | 1 | -3/+20 |
* | schedule loading of directories whereever possible | hut | 2009-12-25 | 2 | -21/+21 |
* | customized process manager (colors, hotkeys, title) | hut | 2009-12-25 | 3 | -5/+4 |
* | display exceptions while loading | hut | 2009-12-25 | 1 | -1/+4 |
* | made copying processes work with the loader | hut | 2009-12-25 | 2 | -17/+21 |
* | "generatorized" shutil | hut | 2009-12-25 | 1 | -7/+17 |