]> 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 b83555f1010beeec28e968b5e95d06324ab8d266..3ccc2e61a89ebdca27add1558e7a45766827927c 100644 (file)
@@ -68,7 +68,8 @@ Deprecated methods since 2.6.x and their replacements
   wxFS_SEEKABLE flags is deprecated. You can still seek, but use the flag.
 - Constructor wxZipInputStream(const wxString& archive, const wxString& file)
   deprecated in favour of wxFileSystem (other zip ctors are not deprecated).
-
+- wx{Dir|File}Dialog::{Set|Get}Style deprecated in favour of the generic
+  wxWindow::{Set|Get}WindowStyle()
 
 
 Major new features in 2.8 release
@@ -87,16 +88,48 @@ Major new features in 2.8 release
   wxSearchCtrl, wxAboutBox, wxTreebook, tar streams.
 
 
+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
 -----
 
 All:
 
+- Fix compilation with wxUSE_STL=1
 - wxGrid::GetBestSize() returns same size the grid would have after AutoSize()
+- Added wxTreeCtrl::CollapseAll[Children]() and IsEmpty() (Francesco Montorsi)
+- Several RTL-related positioning fixes (Diaa Sami)
+- Fix wxConfig::DeleteGroup() for arguments with trailing slash (David Hart)
+- Fix memory leak in wxGrid::ShowCellEditControl() (Christian Sturmlechner)
 
 wxMSW:
 
 - Fixed compilation with Borland C++ in Unicode mode but without MSLU
+- Show taskbar icon menu on right button release, not press
 
 wxGTK: