e55ad60e19
Corrected and beautified memory (output) Fixed a few memory leaks Fixed resizing in in wxRadioBox Added many wxFAIL and wxASSERT Corrected other wxFAIL (removed from ..::Ok()) Added wxBrush::Set..() functions Added CopyOnWrite support in GDI objects (Unshare) Disabled all occurences of WXDEBUG_NEW made clean, recompiled with mem_chcking on git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@728 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
43 lines
1.2 KiB
Plaintext
43 lines
1.2 KiB
Plaintext
********************* TODO list for wxWindows 2 ******************************
|
|
|
|
=============================== common ========================================
|
|
|
|
wxSocket, wxTCP etc..
|
|
|
|
wxMultiMedia
|
|
|
|
=============================== generic ======================================
|
|
|
|
wxTreeCtrl keyboard handling
|
|
wxTreeCtrl icon support
|
|
|
|
wxListCtrl icon support in list mode
|
|
|
|
================================ MSW ==========================================
|
|
|
|
Consistent keyboard interface and focus behaviour
|
|
currently, the focus is lost all the time (after a MessageBox, for example)
|
|
and sometimes TABbing through controls doesn't work
|
|
|
|
================================ GTK ==========================================
|
|
|
|
Add support Set colour/baclgroundcolour in GTK widgets
|
|
Correct tab navigation (seems to be a GTK feature)
|
|
Finish DnD
|
|
Add Clipboard
|
|
Help system (not sure about this one)
|
|
Show accelerator in menus
|
|
More controls with bitmaps
|
|
Speed up bitmap saving
|
|
Add wxBitmapHandler
|
|
Fix printing of bitmaps
|
|
Implement wxRadioBox layout
|
|
Finish wxTextCtrl
|
|
Finish native wxTreeCtrl
|
|
Implement wxPalette
|
|
Implement wxDirDialog
|
|
Support cooperation between Qt and wxWindows
|
|
Fix toolbar tips
|
|
TrueType support (just kidding)
|
|
|