summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* 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
* (half-assed) implementation of parallel directory loaderhut2009-12-227-73/+165
* improved auto-previewshut2009-12-229-41/+84
* "open with" dialog if no application was foundhut2009-12-221-2/+4
* fixed cut/paste for the case where nothing is copied yethut2009-12-202-0/+4
* improved titlebar, shrinks if its too largehut2009-12-201-20/+169
* Added option for autoloading previews.hut2009-12-203-7/+13
* postpone directory previews if not loaded yethut2009-12-202-3/+19
* fixed CTRL+Lhut2009-12-181-2/+2
* improved the file operationshut2009-12-181-10/+31
* notification widgethut2009-12-185-7/+110
* UI.redraw now redraws widgets. old redraw is now redraw_windowhut2009-12-183-5/+9
* added provisional filesystem operations (cp/cut/paste/delete/mkdir)hut2009-12-185-10/+103
* re-indented docstringshut2009-12-1713-57/+75
* added quick_open() in abstract Command classhut2009-12-171-0/+3
* quit command, aliaseshut2009-12-172-10/+23
the previous revision' href='/akspecs/ranger/blame/ranger/core/fm.py?id=c72c8a9a1023515e1a732f156a02096155f8bbc5'>^
fa704bab ^
d46a05a8 ^
0c0b9489 ^

4f1a6e67 ^




a1d7ed6e ^


a99d5019 ^



cb1ed288 ^

d46a05a8 ^
c834433a ^
d46a05a8 ^

a1d7ed6e ^

f2d8598d ^
a1d7ed6e ^

0128bee7 ^



f2d8598d ^
0128bee7 ^
f2d8598d ^
0a1bc759 ^
0c0b9489 ^



9506fb8e ^
20f94973 ^
0128bee7 ^
b4a0c387 ^
20f94973 ^
0c0b9489 ^




a9f69385 ^

16246965 ^



a1d7ed6e ^
ad1a4204 ^

b4b0eb24 ^
ad1a4204 ^



b4b0eb24 ^
a1d7ed6e ^
f8e96a97 ^

871c502d ^

361781cd ^







f2d8598d ^

361781cd ^




0cfc59d6 ^
361781cd ^
0cfc59d6 ^
361781cd ^
0cfc59d6 ^
361781cd ^
0cfc59d6 ^
361781cd ^
0cfc59d6 ^

319c55cb ^









0cfc59d6 ^



9b83f114 ^
0cfc59d6 ^
3937f010 ^


0a16f0da ^
3937f010 ^
f2d8598d ^
361781cd ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170