- 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: