]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
added DrawRectangle() test
[wxWidgets.git] / docs / changes.txt
index 84dd1cf743fc4054c818afde1f148afa3c764555..02ad05fa76451fb7f7bd3f76c1c4485e6af435f8 100644 (file)
@@ -11,6 +11,9 @@ wxBase:
 
 - 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)
 
@@ -45,12 +48,18 @@ all (GUI):
 - 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: