summary refs log tree commit diff stats
path: root/TODO
Commit message (Expand)AuthorAgeFilesLines
* new option: colorscheme_overlayhut2010-03-281-0/+1
* closed issue #70: mouse click handler for the titlebarhut2010-03-281-1/+1
* closed issue #71hut2010-03-281-1/+1
* todo: updatedhut2010-03-281-0/+2
* closed #73, reason was it didn't move and coords didnt get updatedhut2010-03-271-1/+1
* closed #40 for nowhut2010-03-271-2/+2
* fixed #74 and closed #67 (was fixed earlier)hut2010-03-271-2/+2
* TODO: added bug #74hut2010-03-211-0/+1
* updated TODO and pydochut2010-03-211-0/+3
* fixed #69: tab completion breaks with Apps subclasshut2010-03-171-1/+1
* general updates, allow column levels of >1hut2010-03-141-0/+1
* working on the configuration system / main methodhut2010-03-121-0/+1
* misc changeshut2010-03-121-0/+1
* added documentation on how colorschemes workhut2010-03-121-1/+1
* minor changeshut2010-03-081-0/+1
* colorschemes: use "Scheme" as the default class name for colorschemeshut2010-02-281-0/+1
* todo: fixed non-unique bug IDhut2010-02-281-1/+1
* todo: finished #63: limit filesize in previewshut2010-02-251-1/+2
* finished #52, special characters in tab completionhut2010-02-241-1/+1
* console: fixed tabcompletion in openconsole starting with !xyz!hut2010-02-241-0/+1
* todo: bug #64 seems to have fixed itself magicallyhut2010-02-241-1/+1
* incremented version number and updated pydoc html files v1.0.3hut2010-02-161-8/+1
* ui: catching exception from curs_sethut2010-02-151-0/+2
* actions: improved copying/movinghut2010-02-141-2/+4
* fixed #46: wrong username displayed when using suhut2010-02-131-1/+1
* implemented #61: show sum of size of marked fileshut2010-02-091-2/+2
* fixed #54: max_dirsize_for_autopreview option not workinghut2010-02-091-2/+2
* todo: added goals for next minor versionhut2010-02-091-0/+8
* 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
' href='/akkartik/mu/commit/html/068error-byte.subx.html?h=hlt&id=86351aafe218a7386f6578be3c4da3edcdcb0c98'>86351aaf ^
ec73ed12 ^
86351aaf ^

2655a4a9 ^
86351aaf ^



ec73ed12 ^
86351aaf ^



ec73ed12 ^
86351aaf ^

ec73ed12 ^
86351aaf ^





ec73ed12 ^
86351aaf ^






ec73ed12 ^
86351aaf ^







79328f9a ^



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