]> git.saurik.com Git - wxWidgets.git/blob - TODO.txt
4b7c05a7dd186ebde82bec68fbb8d55377d0cfb5
[wxWidgets.git] / TODO.txt
1 ********************* TODO list for wxWindows 2 ******************************
2
3 =============================== common ========================================
4
5 wxSocket, wxTCP etc..
6
7 wxMultiMedia
8
9 =============================== generic ======================================
10
11 wxTreeCtrl keyboard handling
12 wxTreeCtrl icon support
13
14 wxListCtrl icon support in list mode
15
16 ================================ MSW ==========================================
17
18 Consistent keyboard interface and focus behaviour
19 currently, the focus is lost all the time (after a MessageBox, for example)
20 and sometimes TABbing through controls doesn't work
21
22 ================================ GTK ==========================================
23
24 Set fonts in GTK widgets
25 Set colour/baclgroundcolour in GTK widgets
26 Correct tab navigation (seems to be a GTK feature)
27 DnD (postponed as GTK 1.2 will have new DnD)
28 Clipboard
29 Help system (not sure about this one)
30 Show accelerator in menus
31 More controls with bitmaps
32 Speed up bitmap saving
33 wxBitmapHandler
34 Fix printing of bitmaps
35 TrueType support (just kidding)
36
37 wxTreeCtrl not yet finshed