summary refs log tree commit diff stats
path: root/ranger
Commit message (Expand)AuthorAgeFilesLines
...
* added provisional filesystem operations (cp/cut/paste/delete/mkdir)hut2009-12-184-7/+95
* 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
* fixed colorschemes, added unittest for colorschemeshut2009-12-171-3/+3
* fixed history (fast_forward worked reversed)hut2009-12-171-3/+3
* added history to consolehut2009-12-172-16/+47
* extended history by a couple of methodshut2009-12-171-3/+23
* tons of stuffhut2009-12-176-34/+142
* fixed CD command / tab completionhut2009-12-153-49/+48
* Added console commands + tab completionhut2009-12-155-10/+180
* fine tuninghut2009-12-152-98/+107
* turned different console types into seperate subclasseshut2009-12-151-36/+46
* changed default key binding implementationhut2009-12-152-89/+79
* updated umlhut2009-12-151-1/+3
* cleanups, display link destinationshut2009-12-155-30/+71
* different way of squeezing the last columnhut2009-12-151-4/+14
* implemented statusbar widgethut2009-12-146-2/+187
* added an option for collapse_previewhut2009-12-143-1/+3
* "poke" widgets, expand last column if there's no previewhut2009-12-144-9/+56
* Don't initialize options while importing.hut2009-12-143-42/+46
* updated / added testshut2009-12-134-20/+36
* clean ups, commentshut2009-12-1320-31/+69
* updated bookmarkshut2009-12-133-92/+143
* added docstrings everywherehut2009-12-1311-45/+137
* fixed issues with scrolling/invalid mouse bstateshut2009-12-132-3/+13
* implemented FileListContainerhut2009-12-128-52/+105
* merged main with __init__hut2009-12-123-91/+92
* clean ups/fixeshut2009-12-126-32/+47
* clean upshut2009-12-112-7/+2
* fixed cd-after-exithut2009-12-111-1/+1
* Reorganization of gui/widget hierarchy and directory structurehut2009-12-1116-246/+347
* restructurationshut2009-12-1119-100/+149
* moved commands from fm.py to actions.py, cleanupshut2009-12-117-194/+213
* Restructurationhut2009-12-1035-199/+2812
* random stuffhut2009-12-062-0/+10
* jungle color schemehut2009-12-061-0/+50
* Renamed / added colorschemeshut2009-12-063-38/+58
* fix/clean ranger.helperhut2009-12-061-21/+23
* fixed directory testhut2009-12-061-2/+2
* "SettingsAware", random cleanupshut2009-12-0614-83/+115
* changing implementation of optionshut2009-12-0614-12/+112
* integrated history into environment classhut2009-12-051-30/+6
* History Object + Test Casehut2009-12-051-0/+50
* implemented searchinghut2009-12-045-1/+49
* fixed colorschemehut2009-12-041-1/+2
* improve bookmarks (delete, reload_if_outdated)hut2009-12-043-5/+72
* implemented Bookmarkshut2009-12-044-4/+99
* "openwith_quick" console mode addedhut2009-12-048-53/+317
* mime type support, integrated into colorschemeshut2009-12-035-6/+62
83bb7c4b88c7c2c7ca6ec'>^
1848b18f ^

98f7918b ^
795f5244 ^
e236973b ^
4e49b29e ^
6c96a437 ^
4e49b29e ^
9dcbec39 ^
4e49b29e ^


bff0fa45 ^
2b250717 ^
bff0fa45 ^


9dcbec39 ^
bff0fa45 ^

4e49b29e ^

98f7918b ^

0487a30e ^
6c96a437 ^
23d3a022 ^
0487a30e ^
827898fc ^
98f7918b ^


4a943d4e ^












d7e11237 ^
4a943d4e ^









0487a30e ^
4a943d4e ^









0487a30e ^
4a943d4e ^









0487a30e ^
1848b18f ^

d7e11237 ^
795f5244 ^
e236973b ^
4e49b29e ^
67a180e3 ^
2b250717 ^
4e49b29e ^

6c96a437 ^
23d3a022 ^

4e49b29e ^


6c96a437 ^
bff0fa45 ^

9dcbec39 ^
bff0fa45 ^


4e49b29e ^

d7e11237 ^

e4630643 ^
6c96a437 ^
23d3a022 ^
0487a30e ^
d7e11237 ^


4a943d4e ^











0487a30e ^
4a943d4e ^











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
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224