]>
Commit | Line | Data |
---|---|---|
2dc5505e JS |
1 | General ToDo |
2 | ------------ | |
3 | ||
2dc5505e JS |
4 | Please see also: |
5 | ||
6 | docs/gtk/todo.txt | |
7 | docs/motif/todo.txt | |
8 | docs/msw/todo.txt | |
9 | ||
e297d36e VZ |
10 | - Fix wxStream mess: problems with Eol(), LastCount(), buffering |
11 | ||
12 | - Fix wxHTTP/wxFTP which are currently broken, fix/rewrite wxURL | |
13 | ||
14 | - Add label support to wxToolBar | |
15 | ||
16 | - Add radio wxToolBar buttons | |
17 | ||
18 | - Add radio menu items | |
19 | ||
8a2c6ef8 JS |
20 | - Suggestion from Janos Vegh: the memory-checking classes could |
21 | also keep return the size of memory currently allocated, with | |
22 | a call to return it e.g. int wxDebugContext::GetMemoryUsed(). | |
23 | Maybe even an optional window in debug mode with a tally of memory | |
24 | usage, how many classes of each kind are in use, etc.? That | |
25 | would be neat. | |
26 | ||
acbd13a3 JS |
27 | - In doc/view file selector, document type is selected by |
28 | extension, not the type selected in the (Windows) file selector. | |
29 | ||
dccf032a VZ |
30 | - wxArrayDouble class? |
31 |