]> git.saurik.com Git - wxWidgets.git/blame - docs/gtk/todo.txt
Distrib things,
[wxWidgets.git] / docs / gtk / todo.txt
CommitLineData
a81258be
RR
1
2-------------------- High priority ---------------------
3
51d55e1c 4Finalise DnD API.
034be888 5
51d55e1c
RR
6More testing of Unicode support.
7
8New wxSizer class implementation.
9
10Make wxSockets work on all platform.
11
12Do something about reentry problems with GUI threads
13 when doing asynchronous work (clipboard transfer,
14 DnD, sockets, different threads).
15
16Add ID based i18n system as a replacement for the
17 unelegant gettext system.
18
19Add controls to toolbar.
20
21Add TIFF handler. Someone? (Hint, hint).
22
23Improve, update translations. Install *.mo files somewehere.
24
25Completely remove internal usage of C++ iostreams.
26
27Sleep, eat, walk, study, shave, read, play piano and wash less.
28
879ba15f
VZ
29-------------------- Medium priority ---------------------
30
034be888
RR
31Show 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
36Right aligned checkboxes: focus highlighting is wrong, tooltips can't be set can't be set
37
38OwnerDraw for wxListCtrl and others
39 -> Postponed.
40
41Implement wxPalette
42 -> I never understood that. Postponed.
43
44Implement different visuals and displays
45 -> I never understood that. Postponed.
46
47Cooperation with Qt
48 -> Would be nice.