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