summary refs log tree commit diff stats
path: root/TODO
Commit message (Expand)AuthorAgeFilesLines
...
* implemented #58: update terminal titlehut2010-02-091-1/+1
* todo: added #60hut2010-02-051-0/+1
* todo: added #58hut2010-02-041-0/+2
* todo: added #56, #57hut2010-01-301-0/+2
* stuffhut2010-01-251-0/+1
* todo: added #52-#54hut2010-01-231-0/+3
* console: better tab completion for OpenConsolehut2010-01-231-1/+1
* directory: get_selection() returns *ordered* marked itemshut2010-01-211-0/+1
* fixed unit testshut2010-01-201-1/+1
* TODO: added #49 and #50hut2010-01-191-0/+2
* browsercolumn: preview more filetypeshut2010-01-191-1/+1
* implemented #48: abbreviate commandshut2010-01-191-1/+1
* done #32hut2010-01-191-1/+1
* TODO: added stuffhut2010-01-191-0/+2
* settings: allow to toggle flushinputhut2010-01-191-1/+1
* done #35: display disk usage of files in current directoryhut2010-01-191-1/+1
* done #34: display free disk spacehut2010-01-191-1/+1
* titlebar: red hostname if logged in with roothut2010-01-191-0/+1
* fixed #43: bookmark ` = 'hut2010-01-181-1/+2
* typohut2010-01-181-1/+1
* stuffhut2010-01-181-0/+1
* actions: bookmark old dir in ` when using :cdhut2010-01-181-1/+1
* fsobject: recognize capital letter file extensionshut2010-01-181-1/+2
* TODO: added entrieshut2010-01-171-0/+5
* just noticed that TODO entry #28 has been done alreadyhut2010-01-141-1/+1
* main: allow to set flags/mode for directly started fileshut2010-01-141-1/+1
* browserview: hide certain bookmarks in the listhut2010-01-131-1/+1
* todo: added #37hut2010-01-131-0/+1
* todo: added #36hut2010-01-121-0/+1
* fixed #31, cd-after-exit works even after pressing ^Chut2010-01-111-1/+1
* added a way to create symlinkshut2010-01-111-1/+1
* added chmod commandhut2010-01-101-1/+1
* todo: added more info on bug #31hut2010-01-091-1/+1
* todo: added a few thingshut2010-01-091-0/+2
* actions: fixed deletion of symlinks to directorieshut2010-01-091-1/+1
* todo: added #33hut2010-01-091-0/+1
* todo: added #32hut2010-01-081-0/+1
* directory: fixed non reloading symlinked directorieshut2010-01-071-1/+1
* loader: fixed some issues with updating/redrawinghut2010-01-061-1/+1
* updated TODOhut2010-01-061-0/+7
* color: added docstringhut2010-01-061-0/+1
* help: implemented help framework, started writinghut2010-01-051-1/+3
* random stuffhut2010-01-011-0/+1
* random cleanups/fixeshut2010-01-011-1/+1
* notify: merged into statusbar, allow to view the log in the pagerhut2010-01-011-0/+5
* bookmarks: fixed disappearing bookmarkshut2010-01-011-1/+1
* fixed crash after resizing while in the middle of a key combinationhut2010-01-011-1/+1
* fixed overflow while drawing bookmark listhut2010-01-011-0/+1
* draw a list of bookmarks when pressing ` or 'hut2010-01-011-1/+2
* added documentationhut2010-01-011-0/+6
'n25' href='#n25'>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