summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* defaults.keys: another examplehut2010-04-181-1/+2
* ranger.defaults.keys: added documentationhut2010-04-181-1/+18
* container.keymap: removed __getitem__ from KeyManagerhut2010-04-182-2/+1
* Rename context "general" to "browser" for less ambiguityhut2010-04-183-5/+5
* gui.displayable: always move when resizinghut2010-04-181-3/+1
* tc_displayable: improved (but not fixed) test_boundarieshut2010-04-181-6/+8
* tc_displayable: test_boundaries fails if you run it more often!hut2010-04-181-20/+21
* defaults.keys: Allow typing in numbershut2010-04-181-0/+6
* use command.quick() rather than command.quick_open()hut2010-04-182-3/+3
* default.commands: add documentationhut2010-04-181-0/+41
* defaults.commands: reduced it to only what's necessaryhut2010-04-183-171/+207
* Fixed unittestshut2010-04-183-3/+5
* Merge branch 'master' into develhut2010-04-182-15/+14
|\
| * fsobject: in infostring, use "->" as suffix, not replacementhut2010-04-181-6/+10
| * improved loading of infostringshut2010-04-182-7/+2
| * fsobject: Don't consider linked directories emptyhut2010-04-181-3/+3
* | ranger.main: formattinghut2010-04-181-4/+4
* | defaults.keys: add movement keys to taskviewhut2010-04-181-0/+2
* | Merge branch 'master' into develhut2010-04-1811-82/+109
|\ \
| * | main: added load_settings(). Store apps/keys in fm now.hut2010-04-187-43/+57
| |/
| * Added option "max_console_history_size"hut2010-04-173-1/+3
| * ranger.main: prioritize confdir in importshut2010-04-171-1/+1
| * shared.settings: bugfix, forgot to remove max_filesize_for_previewhut2010-04-171-1/+0
| * help.starting: explain uppercase flagshut2010-04-171-0/+3
| * removed option "max_filesize_for_preview"hut2010-04-172-5/+1
| * Added option "show_hidden_bookmarks"hut2010-04-173-1/+5
| * help.starting: updatedhut2010-04-171-4/+5
| * fsobject: lazy calculation of infostringhut2010-04-163-25/+34
* | core.actions: avoid exceptionhut2010-04-162-3/+8
* | core.actions.hint(): relocation, more abstractionhut2010-04-161-3/+3
* | container.keybuffer: use set for digitlisthut2010-04-161-1/+1
* | Merge branch 'devel' of ssh://repo.or.cz/srv/git/ranger into develhut2010-04-166-17/+23
|\ \
| * \ Merge branch 'devel' of ssh://repo.or.cz/srv/git/ranger into develhut2010-04-166-282/+308
| |\ \
| * | | console: bugfixhut2010-04-161-1/+1
| * | | console: different prompthut2010-04-162-3/+2
| * | | todo: added #81hut2010-04-161-0/+2
| * | | deleted oldkeys.pyhut2010-04-161-555/+0
| * | | widgets.console: added "prompt" keyword argument for console.open()hut2010-04-153-5/+10
| * | | widgets.statusbar: Use "*" rather than "//" to indicate bold texthut2010-04-152-9/+9
* | | | container.keybuffer: added documentationhut2010-04-161-0/+3
* | | | container.keybuffer: bugfixhut2010-04-161-2/+3
* | | | core.actions: fix hintshut2010-04-161-1/+3
* | | | Merge branch 'master' into develhut2010-04-161-4/+2
|\ \ \ \ | | |_|/ | |/| |
| * | | widgets.statusbar: cleanupshut2010-04-161-4/+2
* | | | Merge branch 'master' into develhut2010-04-163-1/+6
|\| | |
| * | | ranger.1: added S key to man pagehut2010-04-161-0/+3
| * | | added ruby mimetypehut2010-04-161-0/+2
| * | | defaults.apps: removed unnecessary escape characterhut2010-04-161-1/+1
* | | | ranger.container.keymap: added some documentationhut2010-04-162-2/+20
| |_|/ |/| |
* | | moved container.keymap.KeyBuffer into seperate modulehut2010-04-165-163/+182
e0db0b1f6d3f2e1c9a5cd64d'>a93b4de ^
030f390 ^





50f25e7 ^

f81e4bd ^


50f25e7 ^


72204d1 ^
50f25e7 ^
2d6338e ^

50f25e7 ^
5b52388 ^



f81e4bd ^



d22a914 ^


2d6338e ^
fc719e4 ^



f81e4bd ^






94b9d55 ^



f81e4bd ^
50f25e7 ^
fc719e4 ^


36af93b ^
























50f25e7 ^
fc719e4 ^



4fc6fee ^


2d6338e ^








ce475e4 ^

1bb1a80 ^
ce475e4 ^
e56ceb0 ^
28fc9fa ^

ccf5c02 ^


e56ceb0 ^

7899d15 ^

2d6338e ^
4fc6fee ^
2d6338e ^
7899d15 ^


0ee7d30 ^



0a52124 ^
f4b7741 ^


2d6338e ^



















fc719e4 ^

4fc6fee ^


0b14d92 ^







fc719e4 ^

7a26b48 ^
4875813 ^
fc719e4 ^





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
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307