]>
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 | ||
8a2c6ef8 JS |
10 | - Suggestion from Janos Vegh: the memory-checking classes could |
11 | also keep return the size of memory currently allocated, with | |
12 | a call to return it e.g. int wxDebugContext::GetMemoryUsed(). | |
13 | Maybe even an optional window in debug mode with a tally of memory | |
14 | usage, how many classes of each kind are in use, etc.? That | |
15 | would be neat. | |
16 | ||
17 | - Documentation: mention include files with each class. | |
18 | ||
7921cf2b JS |
19 | - Document/update wxTime. |
20 | ||
21 | - Fix TCP/IP mode in dde sample (how to use; why does it crash). | |
2d120f83 | 22 | |
054d497f JS |
23 | - wxDB ODBC classes: it seems that there are too many |
24 | Sybase-specific features for it to work on e.g. MySQL, | |
25 | PostgreSQL. Find out what Remstar uses and document | |
26 | problems/restrictions. | |
8a2c6ef8 | 27 | |
acbd13a3 JS |
28 | - In doc/view file selector, document type is selected by |
29 | extension, not the type selected in the (Windows) file selector. | |
30 | ||
750b78ba JS |
31 | - Add all makefiles/documentation for utils/serialize. |
32 | ||
7c5dc04f JS |
33 | - Implement wxScrolledWindow::OnChar to scroll the window using |
34 | the keyboard. | |
8a2c6ef8 | 35 | |
dccf032a VZ |
36 | For 2.1: small changes not involving rewriting anything |
37 | ------------------------------------------------------- | |
38 | ||
39 | - wxArrayDouble class? | |
40 | ||
41 | - generate CREATE/DESTROY events just after/before a window (any window, not | |
42 | just frame/dialog) is created/deleted | |
43 | ||
44 | - Dynamic menu handling: wxMenuBar::DeleteMenu(), InsertMenu() | |
45 | ||
46 | For 2.2: major new additions | |
47 | ------------------------------------------------------- | |
48 | ||
49 | - Unicode support (Win32 only probably) | |
50 | ||
51 | - DnD and OLE clipboard, uniform DnD/clipboard handling | |
7c5dc04f | 52 |