about summary refs log tree commit diff stats
path: root/ranger/gui
Commit message (Collapse)AuthorAgeFilesLines
...
* fixed "(y, x) in widget"hut2009-12-281-3/+6
|
* fixed slow loading of small directorieshut2009-12-281-3/+3
|
* sub-windows are working well nowhut2009-12-283-27/+27
|
* another fixhut2009-12-281-2/+6
|
* fixeshut2009-12-283-7/+8
|
* switching to using sub-windows instead of absolute positionshut2009-12-285-20/+43
|
* clean upshut2009-12-287-14/+1
|
* fixed pager, it was thinking lists are streamshut2009-12-281-1/+1
|
* display the contents of the file in the pagerhut2009-12-284-9/+133
|
* fixed mouse-event with negative coordinateshut2009-12-271-0/+8
|
* improved key binding implementationhut2009-12-273-25/+4
|
* Merge branch 'cycle' into pythonhut2009-12-271-1/+1
|\
| * changed search implementationhut2009-12-271-1/+1
| |
* | use a pager widget for file previewshut2009-12-272-7/+88
|/
* fixes and cleanupshut2009-12-272-3/+3
|
* improved tab completion capabilitieshut2009-12-271-19/+48
|
* use constants instead of strings to represend console modeshut2009-12-262-17/+65
|
* changed how tagged files are displayedhut2009-12-261-3/+9
|
* implemented tagginghut2009-12-262-6/+15
|
* implemented OpenConsolehut2009-12-251-1/+55
|
* bugfixeshut2009-12-253-5/+11
|
* made directories use the accumulator "interface"hut2009-12-252-6/+6
|
* don't reconstruct statusbar if nothing changedhut2009-12-251-3/+20
|
* schedule loading of directories whereever possiblehut2009-12-251-3/+3
|
* customized process manager (colors, hotkeys, title)hut2009-12-251-1/+1
|
* can now (re)move processes in pmanhut2009-12-251-0/+12
|
* added process manager which lists running load processeshut2009-12-253-2/+132
|
* misc clean upshut2009-12-241-3/+4
|
* added hints for key-combinationshut2009-12-245-9/+44
|
* own history for quickopen-consolehut2009-12-231-1/+6
|
* improved loader performance with win.nodelay()hut2009-12-231-4/+4
|
* fixed throbberhut2009-12-232-3/+13
|
* implemented marking, for operations on multiple fileshut2009-12-233-17/+23
|
* keybuffer was made aware of prefixed numbershut2009-12-232-3/+8
|
* added primitive "throbber"hut2009-12-231-0/+3
|
* fixed / improved loaderhut2009-12-232-1/+2
|
* some clean upshut2009-12-224-6/+6
|
* (half-assed) implementation of parallel directory loaderhut2009-12-222-18/+33
|
* improved auto-previewshut2009-12-222-2/+20
|
* improved titlebar, shrinks if its too largehut2009-12-201-20/+169
|
* Added option for autoloading previews.hut2009-12-201-5/+11
| | | | If it is false, you have to enter the directory once to see a preview
* postpone directory previews if not loaded yethut2009-12-202-3/+19
|
* notification widgethut2009-12-184-4/+97
|
* UI.redraw now redraws widgets. old redraw is now redraw_windowhut2009-12-181-1/+7
|
* re-indented docstringshut2009-12-175-19/+27
|
* added history to consolehut2009-12-171-16/+45
|
* tons of stuffhut2009-12-172-12/+43
|
* fixed CD command / tab completionhut2009-12-151-12/+5
|
* Added console commands + tab completionhut2009-12-152-6/+62
|
* fine tuninghut2009-12-151-97/+105
|