]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
added DrawRectangle() test
[wxWidgets.git] / docs / changes.txt
index 8adf6fd3ca2dc2cc054f09587cb3f6a3978611d8..02ad05fa76451fb7f7bd3f76c1c4485e6af435f8 100644 (file)
@@ -48,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: