]>
Commit | Line | Data |
---|---|---|
a81258be RR |
1 | |
2 | -------------------- High priority --------------------- | |
3 | ||
51d55e1c | 4 | Finalise DnD API. |
034be888 | 5 | |
51d55e1c RR |
6 | More testing of Unicode support. |
7 | ||
8 | New wxSizer class implementation. | |
9 | ||
10 | Make wxSockets work on all platform. | |
11 | ||
12 | Do something about reentry problems with GUI threads | |
13 | when doing asynchronous work (clipboard transfer, | |
14 | DnD, sockets, different threads). | |
15 | ||
16 | Add ID based i18n system as a replacement for the | |
17 | unelegant gettext system. | |
18 | ||
19 | Add controls to toolbar. | |
20 | ||
21 | Add TIFF handler. Someone? (Hint, hint). | |
22 | ||
23 | Improve, update translations. Install *.mo files somewehere. | |
24 | ||
25 | Completely remove internal usage of C++ iostreams. | |
26 | ||
27 | Sleep, eat, walk, study, shave, read, play piano and wash less. | |
28 | ||
879ba15f VZ |
29 | -------------------- Medium priority --------------------- |
30 | ||
034be888 RR |
31 | Show accelerator control labels and actually implement them |
32 | -> Changed in GTK 1.2 (so let's do it for 1.2). Difficult. | |
879ba15f | 33 | |
a802c3a1 | 34 | -------------------- Low priority --------------------- |
51d55e1c RR |
35 | |
36 | Right aligned checkboxes: focus highlighting is wrong, tooltips can't be set can't be set | |
37 | ||
38 | OwnerDraw for wxListCtrl and others | |
39 | -> Postponed. | |
40 | ||
41 | Implement wxPalette | |
42 | -> I never understood that. Postponed. | |
43 | ||
44 | Implement different visuals and displays | |
45 | -> I never understood that. Postponed. | |
46 | ||
47 | Cooperation with Qt | |
48 | -> Would be nice. |