- wxLongLong class provides support for (signed) 64 bit integers
+- wxCmdLineParser class for parsing the command line (supporting short and
+ long options, switches and parameters of different types)
+
- it is now possible to build wxBase under Win32 (using VC++ only so far)
and BeOS (without thread support yet)
- TIFF support added (libtiff required and included in the distribution)
- PCX files can now be written (24 bit only so far)
+- wxTextEntryDialog may be used for entering passwords (supports wxTE_PASSWORD)
+
wxMSW:
+- support for enhanced metafiles added, support for copying/pasting metafiles
+ (WMF and enhanced ones) fixed/added.
- implemented setting colours for push buttons
- wxTreeCtrl::IsVisible() bug fixed (thanks to Gary Chessun)
-- tooltips work with wxRadioBox
- loading/saving big (> 32K) files in wxTextCtrl works
+- tooltips work with wxRadioBox
+- wxBitmap/wxIcon may be constructed from XPM included into a program, as in
+ Unix ports
- returning FALSE from OnPrintPage() aborts printing
wxGTK: