Find/add wxThread sample - Arthur T-D?
-wxControl dimensions should be optionally based on dialog font
-size for portability (dialog units as per Windows).
-
Implement wxDC floating point transformations.
Add wxDC::DeviceToLogical -> wxPoint etc (convenience accessors).
Revamp Dialog Editor for new controls and properties (e.g.
window id).
-Tidy wxConfig API.
-
-Change DnD classes to use global symbols, and wxString.
-
Update manual.
wxApp changes DONE
wxMenu changes DONE
wxTaskBarIcon DONE
wxMsgCatalog etc.
wxLog
- wxConfig, wxRegKey
+ wxConfig DONE
+ wxRegKey
wxTabCtrl DONE
- wxNotebook
+ wxNotebook DONE (some more explanation required)
wxWave DONE
wxJoystick DONE
wxStatusBar95 and wxFrame status bar functions
wxHelpController classes DONE (except for Unix ones)
wxString PARTLY DONE
Drag and drop (change API if required, e.g. const).
- wxCheckListBox
- wxAcceleratorTable
+ wxCheckListBox DONE
+ wxAcceleratorTable DONE
wxBaseArray, other arrays
(wxOwnerDrawn)
Document the include file for each class
More wxSystemSettings (see comment in settings.cpp).
-wxSocket integration.
-
Convert remaining utilities e.g. (GLCanvas; wxGraphLayout) and samples
Check TODO entries.
retain (Set)Callback for all compilations. This is following a
panicky response to losing callbacks.
-Merge dib.cpp, dibutils.cpp.
+Merge dib.cpp, dibutils.cpp (see also some DIB code in bitmap.cpp).
Add a wxTabCtrl sample.
Improve printing. More API functions for printer DCs (to get
printer characteristics) and more reliable printing framework.
+Add GetIcon, GetBitmap to wxImageList. Perhaps store bitmaps
+in image list so we can get them later.
+
+Add centring, right justify styles to wxStaticText.
+
+Synchronize drawing functions on all platforms, using Chris's
+code to test them.
+
LOW PRIORITY
------------
Improve and expand wxSizer classes.
-Write more validators.
+Write more validators. Also, how do they work if loading the
+dialog from a .wxr? Could call SetValidator from within
+InitDialog for all controls, then call TransferDataToWindow.
Classes for file/OS utility functions.
Perhaps rewrite wxFile to use FILE* descriptors, so Eof and Flush
can work.
+
+Find out how to set wxFileSelector position.