summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
...
* use constants instead of strings to represend console modeshut2009-12-264-27/+76
|
* changed how tagged files are displayedhut2009-12-262-3/+13
|
* implemented tagginghut2009-12-268-8/+124
|
* shorten comment in ranger.pyhut2009-12-262-11/+9
|
* implemented OpenConsolehut2009-12-253-3/+69
|
* moved /uml to /doc/umlhut2009-12-2514-2/+2
|
* random updateshut2009-12-257-7/+45
|
* Explained cd-after-exit featurehut2009-12-251-0/+132
|
* moved pydoc pages to doc/pydochut2009-12-2565-0/+0
|
* updated pydoc pageshut2009-12-2565-0/+10505
|
* bugfixeshut2009-12-255-10/+18
|
* made directories use the accumulator "interface"hut2009-12-257-89/+49
|
* improved paste-generatorshut2009-12-251-17/+32
|
* don't modify directory.__dict__ until last yield of load generatorhut2009-12-251-6/+6
|
* don't reconstruct statusbar if nothing changedhut2009-12-251-3/+20
|
* schedule loading of directories whereever possiblehut2009-12-252-21/+21
|
* customized process manager (colors, hotkeys, title)hut2009-12-253-5/+4
|
* display exceptions while loadinghut2009-12-251-1/+4
|
* made copying processes work with the loaderhut2009-12-252-17/+21
|
* "generatorized" shutilhut2009-12-251-7/+17
| | | | | this is required so i can do the operations bit by bit and it doesn't block the whole program.
* duplicated shutil from the python standard libhut2009-12-251-0/+288
|
* can now (re)move processes in pmanhut2009-12-255-11/+65
|
* added process manager which lists running load processeshut2009-12-257-2/+258
|
* clean upshut2009-12-252-5/+7
|
* random fixes/upgradeshut2009-12-246-18/+31
|
* fixed minor logical errorhut2009-12-241-1/+1
|
* random fixeshut2009-12-244-17/+29
|
* fixed G keyhut2009-12-241-1/+1
|
* in keys.py: from curses import *hut2009-12-241-3/+1
|
* fixed directory.load_content_if_outdated with linkshut2009-12-241-1/+1
| | | | the wrong mtime has been compared
* misc clean upshut2009-12-243-21/+27
|
* implemented sortinghut2009-12-246-6/+57
|
* minor fixhut2009-12-241-1/+4
|
* added hints for key-combinationshut2009-12-248-17/+95
|
* own history for quickopen-consolehut2009-12-231-1/+6
|
* fixed marking (again)hut2009-12-232-11/+7
|
* improved keys.pyhut2009-12-231-20/+23
|
* max_dirsize_for_autopreview = 300 is not rly needed anymorehut2009-12-231-1/+1
|
* optimized directory loadinghut2009-12-232-8/+12
| | | | | instead of creating a new directory object when loading_content, get the one which is cached in the environment.
* improved loader performance with win.nodelay()hut2009-12-232-7/+7
|
* fixed throbberhut2009-12-233-6/+21
|
* fixed marking :)hut2009-12-232-6/+7
|
* implemented marking, for operations on multiple fileshut2009-12-239-37/+172
|
* handled exception found in the unit testshut2009-12-231-1/+4
|
* keybuffer was made aware of prefixed numbershut2009-12-235-19/+92
|
* added action.move_pointer_by_percentage()hut2009-12-231-0/+10
|
* added primitive "throbber"hut2009-12-232-0/+5
|
* fixed / improved loaderhut2009-12-236-25/+42
|
* some clean upshut2009-12-225-7/+11
|
* slightly improved get_permission_string() algorithmhut2009-12-221-9/+10
|