summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* commandlist: bugfixhut2010-01-142-5/+7
* commandlist: aliases are now references rather than copieshut2010-01-132-10/+35
* commandlist: no error when trying to alias to unexisting keyhut2010-01-131-5/+8
* commandlist: added alias(existing, *new)hut2010-01-132-0/+19
* Restructurization of commandshut2010-01-131-40/+39
* Added error handlers for failed commandshut2010-01-134-5/+20
* commandlist: added clear()hut2010-01-132-0/+14
* fsobject.directory: removed __getitem__ (too ambiguous)hut2010-01-133-9/+2
* browserview: hide certain bookmarks in the listhut2010-01-132-2/+4
* defaultui: clear statusbar message when opening consolehut2010-01-131-0/+1
* todo: added #37hut2010-01-131-0/+1
* commandlist: improvements and test casehut2010-01-132-6/+76
* updated pydoc documentationhut2010-01-1361-846/+795
* cleanups + style adjustmentshut2010-01-1313-56/+60
* added tentative tab completion for OpenConsolehut2010-01-131-2/+6
* console: added %s and %f metacharacters to OpenConsolehut2010-01-132-5/+51
* main: changed interrupt signal handlinghut2010-01-122-3/+52
* todo: added #36hut2010-01-121-0/+1
* keys: F1 displays helphut2010-01-121-1/+1
* ranger.py: more fixeshut2010-01-121-2/+2
* ranger.py: cleanup/fixhut2010-01-111-9/+8
* fixed #31, cd-after-exit works even after pressing ^Chut2010-01-112-2/+13
* main: change interrupt handler to curses.ungetch(CTRL_C)hut2010-01-113-3/+8
* keys: make ^C exit the programhut2010-01-112-13/+1
* commands: cleanup, extended docstringhut2010-01-111-0/+16
* added a way to create symlinkshut2010-01-113-2/+19
* actions: added an easier way to display errorshut2010-01-111-0/+3
* keys: changed paste key from 'p' to 'pp' (to avoid mistakes)hut2010-01-101-1/+2
* added chmod commandhut2010-01-102-1/+32
* help: added copyinghut2010-01-101-0/+18
* todo: added more info on bug #31hut2010-01-092-1/+6
* todo: added a few thingshut2010-01-091-0/+2
* actions: fixed deletion of symlinks to directorieshut2010-01-092-2/+2
* commands: fixed tabcompletionhut2010-01-091-2/+2
* todo: added #33hut2010-01-091-0/+1
* todo: added #32hut2010-01-081-0/+1
* added license informationhut2010-01-0863-3/+888
* directory: fixed non reloading symlinked directorieshut2010-01-072-3/+3
* applications: fixed bad redirection of stdouthut2010-01-071-1/+1
* random cleanups and fixeshut2010-01-076-13/+15
* directory: fixed wrong mtime comparisonhut2010-01-071-2/+5
* loader: fixed some issues with updating/redrawinghut2010-01-064-64/+82
* updated TODOhut2010-01-061-0/+7
* loader: don't pop items from queue which were added while loadinghut2010-01-061-1/+1
* actions: added reload_cwd + keybinding + helphut2010-01-063-0/+9
* curses_shortcuts: catch TypeError at addstrhut2010-01-061-2/+2
* help: extendedhut2010-01-062-6/+28
* help: improvedhut2010-01-062-5/+3
* color: added docstringhut2010-01-062-2/+17
* colorscheme: clean uphut2010-01-061-33/+56
title='Blame the previous revision' href='/akkartik/mu/blame/013literal_string.cc?h=main&id=add0c3500e71df849ee7d3abf0e7670f742e8397'>^
66b97b4d ^
ff58b456 ^


66b97b4d ^
08cf048f ^
1b76245c ^
7fb3fccb ^




9e30dba0 ^
7fb3fccb ^

fc52705f ^
3369875c ^
fc52705f ^

7fb3fccb ^

08cf048f ^
7fb3fccb ^








fc52705f ^
1d0a623a ^
1b76245c ^
fc52705f ^
66b97b4d ^
5e21a9f6 ^
1f59be84 ^
555d95c1 ^
2589de99 ^
1f59be84 ^
9c30b383 ^


343bc535 ^
1f59be84 ^

7a9b05fa ^
7bba6e7b ^

ea542d0a ^
9f95c745 ^
78c50205 ^
9f95c745 ^
7cc045d9 ^

78c50205 ^
65c905fe ^
48e40252 ^

7cc045d9 ^



acc4792d ^
7cc045d9 ^








a796831f ^



3369875c ^





















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
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