]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
Return an empty string from wxDataFormat::GetId if there was an error
[wxWidgets.git] / docs / changes.txt
index 2e43c330b5cf1008e146de3a39d019cb7669321c..3ccc2e61a89ebdca27add1558e7a45766827927c 100644 (file)
@@ -91,9 +91,28 @@ Major new features in 2.8 release
 2.8.2
 -----
 
+All:
+
+- Added wxSizerFlags::Shaped() and FixedMinSize() methods
+- Added wxCSConv::IsOk() (Manuel Martin)
+- Added wxDateTime::GetDateOnly()
+- Made wxTextFile work with unseekable files again (David Hart)
+- Added wxCONFIG_USE_SUBDIR flag to wxFileConfig (Giuseppe Bilotta)
+- Added wxSearchCtrl::[Get|Set]DescriptiveText
+
 wxMSW
 
 - Fix lack of spin control update event when control lost focus
+- Corrected drawing of bitmaps for disabled menu items
+
+wxMac
+
+- Added support for the wxFRAME_FLOAT_ON_PARENT style
+
+wxX11:
+
+- Don't crash in wxWindow dtor if the window hadn't been really Create()d
+
 
 2.8.1
 -----