]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
adding a string for private data identification
[wxWidgets.git] / docs / changes.txt
index bef9bf04f7c8a1f970c9708dc2ae2bfe810f37f8..a0446a75e533c4db3f36d87fd749fe3c1571d69f 100644 (file)
@@ -14,10 +14,13 @@ All:
 - Added wxZipFSHandler::Cleanup() (Stas Sergeev).
 - Added wxImage::RotateHue() and RGB <-> HSV conversions (John Anderson).
 - Fixed compilation with IBM xlC compiler.
-- wxABI_VERSION, see 'Backward Compatibility' in the manual.
+- wxABI_VERSION, see 'Backward Compatibility' topic overview in the manual.
 
 All (GUI):
 
+- Added wxStaticText::Wrap()
+- wxChoice and wxComboBox::GetSelection() now returns completed selection,
+  added a new GetCurrentSelection() function having the old behaviour
 - Added wxXmlResource::Unload().
 - Possibility of modeless wxWizard dialog (with presentation in sample).
 - Fixed a rare crash due to malformed HTML in wxHTML (Xavier Nodet).
@@ -25,6 +28,7 @@ All (GUI):
 - Cross-compile now supported for wxGTK, wxX11 and wxMotif.
 - Cygwin compilation of wxX11, wxGTK and wxMotif now supported.
 - Now reads "help" parameter for all windows (context help text).
+- wxWizard adapts to PDA-sized screens.
 
 wxMSW:
 
@@ -53,6 +57,12 @@ wxGTK:
 - Added support for left, centre and right text alignment attributes under
   GTK+2 multi-line text controls (Mart Raudsepp).
 
+wxMac:
+
+- Automatic menu management improved.
+- Fixed crash when wxRadioButton is deleted from a group of radio buttons,
+  due to dangling cycle pointers.
+
 wxOS2
 
 - Adjustments for building with Open Watcom C++.