summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* gui.ui: Add "loading..." indicator on startuphut2011-10-051-0/+2
* Makefile: added "make todo" and added some notes in codehut2011-10-053-1/+6
* widgets.console: Fixed drawing of wide charactershut2011-10-051-7/+4
* widgets.console: fixed crash when typing special keyshut2011-10-051-1/+3
* defaults/rc.conf: Fixed bad keybindingshut2011-10-051-2/+2
* ext.keybindings: more meaningful error messageshut2011-10-052-8/+10
* ranger.py: made the argument optional in embedded bash scripthut2011-10-041-15/+16
* defaults/rc.conf: use copyXmap to simplify rc.confhut2011-10-031-91/+84
* defaults/commands: Added copypmap, copytmap, copycmaphut2011-10-033-3/+29
* core.actions: Added wrappers for common pager/taskview methodshut2011-10-031-0/+18
* defaults.commands: added alias command, overhauled alias systemhut2011-10-034-16/+24
* defaults.commands: Added unmap commandhut2011-10-033-12/+43
* defaults.commands: Added copymap commandhut2011-10-032-5/+36
* core.actions: added %rangerdir macrohut2011-10-031-0/+2
* fsobject.directory: Fix infinite recursion loophut2011-10-031-0/+1
* core.actions: Fix another garbage collection bughut2011-10-031-1/+1
* defaults.apps: safer sxiv handlerhut2011-10-031-1/+4
* core.actions: expanduser in source_commandlist()hut2011-10-031-0/+1
* core.environment: fixed crash induced by previous commithut2011-10-032-3/+4
* core.environment: trying to fix garbage collection errorhut2011-10-031-5/+8
* core.actions: REALLY fix that decoding errorhut2011-10-021-1/+8
* defaults/rc.conf: key "v" toggles instead of sets markinghut2011-10-021-1/+1
* core.actions: smarter open() in get_previewhut2011-10-021-1/+1
* core.actions: fix decoding error when previewing some fileshut2011-10-021-1/+3
* api.apps: fixed error messagehut2011-10-021-0/+2
* core.actions: sanitize input of {set,enter,unset}_bookmarkhut2011-10-021-4/+4
* Changed version to 1.5.0hut2011-10-024-13/+4
* Merge branch 'stable'hut2011-10-023-6/+19
|\
| * CHANGELOG: sorted itemshut2011-10-021-7/+7
| * One in five ranger users use it exclusively for browsing porn v1.4.4hut2011-10-024-7/+20
| * Revert "defaults/keys: use = key for octal chmodding"hut2011-10-021-9/+5
| * manpage: updated website URLhut2011-10-021-1/+1
| * manpage: document --choosedir and --choosefilehut2011-10-021-0/+9
| * core.actions: fixed cycling by atime and mtimehut2011-09-292-1/+7
* | api.apps: removed the need to use tup() in app definitionshut2011-10-023-41/+56
* | defaults/apps.py: added sxivhut2011-10-021-7/+23
* | defaults/rc.conf: added missing keys, fixed tab_newhut2011-10-022-19/+32
* | core.runner: updated docstringhut2011-10-021-1/+3
* | widgets.console: increased efficiencehut2011-10-022-16/+12
* | api.commands: fixed narg stuffhut2011-10-021-8/+11
* | widgets.browserview: re-added _draw_borders methodhut2011-10-021-0/+47
* | doc/ranger.1: updated manpagehut2011-10-012-73/+123
* | defaults/commands: removed "console!" and fixed "chmod" commandhut2011-10-011-13/+3
* | core.shared: silence a warning when using ranger as roothut2011-10-011-1/+2
* | widgets.pager: fixed some problems with pager/embedded_pagerhut2011-10-013-6/+13
* | core.main: fixed --list-unused-keys in python3.2hut2011-10-011-1/+1
* | core.helper: fixed command loading with --cleanhut2011-10-011-1/+4
* | core.helper: removed obsolete import when using --cleanhut2011-10-011-1/+1
* | defaults/rc.conf: fixed typoshut2011-10-011-2/+2
* | core.actions: killed hidden ninja bughut2011-10-011-1/+1
ated pydoc' href='/akspecs/ranger/commit/doc/pydoc/ranger.ext.shutil_generatorized.html?h=v1.9.0b2&id=ef0157ff37404cf757f57711c62bb352a2971fa6'>ef0157ff ^
f07bb12f ^






ef0157ff ^



f07bb12f ^






ef0157ff ^
f07bb12f ^






ef0157ff ^
f07bb12f ^









ef0157ff ^
c776804d ^
f07bb12f ^

ef0157ff ^
f07bb12f ^









ef0157ff ^

f07bb12f ^

ef0157ff ^






f07bb12f ^

ef0157ff ^
f07bb12f ^
ef0157ff ^
34a60763 ^
f07bb12f ^






3e18db75 ^
f07bb12f ^



f07bb12f ^
34a60763 ^
f07bb12f ^





















34a60763 ^
f07bb12f ^



























3e18db75 ^
f07bb12f ^
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