]> git.saurik.com Git - wxWidgets.git/blame - docs/motif2/todo.txt
started adding swigged sources
[wxWidgets.git] / docs / motif2 / todo.txt
CommitLineData
a622c152
RR
1
2-------------------- High priority ---------------------
3
4Finalise DnD API.
5
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
29-------------------- Medium priority ---------------------
30
31Show accelerator control labels and actually implement them
32 -> Changed in GTK 1.2 (so let's do it for 1.2). Difficult.
33
34-------------------- Low priority ---------------------
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.