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