]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
Need to send an event in the wxCP_NO_TLW_RESIZE case too so the user
[wxWidgets.git] / docs / changes.txt
index 3973da57d99e6aaadf7e942f6c9293baa68512c6..02fdd43994d94e1f0370d3b5d3b4ca9a5bc3ae08 100644 (file)
@@ -69,13 +69,13 @@ Changes in behaviour which may result in compilation errors
   This can be worked around by explicitly casting to bool:
      for ( wxString::const_iterator p = s.begin(); (bool)*p; ++p )
 
   This can be worked around by explicitly casting to bool:
      for ( wxString::const_iterator p = s.begin(); (bool)*p; ++p )
 
-- virtual wxHtmlParser::AddText() takes wxString, not wxChar*, argument now.
+- Virtual wxHtmlParser::AddText() takes wxString, not wxChar*, argument now.
 
 
-- Functions that took wxChar* arguments that could by NULL in wxWidgets 2.8.
+- Funtions that took wxChar* arguments that could by NULL in wxWidgets 2.8.
   are deprecated and passing NULL to them won't compile anymore, wxEmptyString
   are deprecated and passing NULL to them won't compile anymore, wxEmptyString
-  must be used instead. In some cases new functions can be used too, e.g.:
-    * use wxLog::DisableTimestamp() instead of wxLog::SetTimestamp(NULL)
-    * wxUnsetEnv(var) instead of wxSetEnv(var, NULL)
+  must be used instead.
+
+- Removed insecure wxGets() and wxTmpnam() functions.
 
 
 Deprecated methods and their replacements
 
 
 Deprecated methods and their replacements
@@ -109,6 +109,10 @@ All:
 - Added wxStreamBuffer::Truncate() (Stas Sergeev)
 - Allow using  wxEventLoop in console applications (Lukasz Michalski)
 - Added functions for Base64 en/decoding (Charles Reimers)
 - Added wxStreamBuffer::Truncate() (Stas Sergeev)
 - Allow using  wxEventLoop in console applications (Lukasz Michalski)
 - Added functions for Base64 en/decoding (Charles Reimers)
+- Added functions for atomically inc/decrementing integers (Armel Asselin)
+- wxLogInterposer has been added to replace wxLogPassThrough and new
+  wxLogInterposerTemp was added
+- Added support for broadcasting to UDP sockets (Andrew Vincent)
 
 All (GUI):
 
 
 All (GUI):
 
@@ -180,6 +184,9 @@ All (GUI):
 - Significantly improved startup times of XRC-based applications using
   embedded resources on Unix (requires resources recompilation)
 - Fixed freeing of "static" alpha data in wxImage (Axel Gembe)
 - Significantly improved startup times of XRC-based applications using
   embedded resources on Unix (requires resources recompilation)
 - Fixed freeing of "static" alpha data in wxImage (Axel Gembe)
+- Don't invalidate the font in SetNativeFontInfo[Desc]() if the string is
+  invalid, to conform to the documented behaviour (Langhammer)
+- Fixed wxXPMHandler::SaveFile for images with more than 92 colors.
 
 wxMSW:
 
 
 wxMSW:
 
@@ -197,6 +204,7 @@ wxGTK:
 - Speed up wxBitmap::Rescale()
 - Add right button event for wxToolbar's tools (Tim Kosse)
 - Don't unconditionally add wxCAPTION style to wxMiniFrame
 - Speed up wxBitmap::Rescale()
 - Add right button event for wxToolbar's tools (Tim Kosse)
 - Don't unconditionally add wxCAPTION style to wxMiniFrame
+- Generate wxEVT_COMMAND_LIST_END_LABEL_EDIT event even if label didn't change
 
 
 2.8.4
 
 
 2.8.4