]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
searching for plugins in XRCEDPATH
[wxWidgets.git] / docs / changes.txt
index a01876821410cface3ee8d49a6d78b81ad304c08..0dc9025a390dacc3b30d9217ca5fdb1633e2aae8 100644 (file)
@@ -11,10 +11,15 @@ Changes in behaviour not resulting in compilation errors, please read this!
 Changes in behaviour which may result in compilation errors
 -----------------------------------------------------------
 
+- WXWIN_COMPATIBILITY_2_4 doesn't exist any more, please update your code if
+  you still relied on features deprecated since version 2.4
+
 Deprecated methods and their replacements
 -----------------------------------------
 
 - wxCreateGreyedImage() deprecated, use wxImage::ConvertToGreyscale() instead.
+- wxString::GetWriteBuf() and UngetWriteBuf() deprecated, using wxStringBuffer
+  or wxStringBufferLength instead.
 
 Major new features in this release
 ----------------------------------
@@ -32,14 +37,22 @@ All:
 - Fixed tab-related drawing and hit-testing bugs in wxRichTextCtrl.
 - Implemented background colour in wxRichTextCtrl.
 - Fixed crashes in helpview when opening a file.
+- Added wxMutex::LockTimeout() (Aleksandr Napylov)
+- Set locale to the default in all ports, not just wxGTK
 
 wxGTK:
 
+- Native implementation for wxHyperlinkCtrl (Francesco Montorsi)
 - Implemented support for underlined fonts in wxStaticText.
 - wxTopLevelWindow::SetSizeHints size increments now work.
 - wxTopLevelWindow::GetSize() returns the size including the WM decorations.
 - wxTopLevelWindow::GetClientSize() returns 0x0 when the window is minimized.
 - Added support for colour cursors (Pascal Monasse).
+- Setting foreground colour of single line wxTextCtrl now works
+
+wxMac:
+
+- Fix duplicate (empty) help menu in non-English programs (Andreas Jacobs)
 
 wxMSW:
 
@@ -47,6 +60,18 @@ wxMSW:
 - Return the restored window size from GetSize() when window is minimized.
 
 
+2.8.3
+-----
+
+wxMac
+
+- Corrected top border size for wxStaticBox with empty label (nusi)
+
+wxMSW:
+
+- Fixed wxFileName::GetSize() for large files
+
+
 2.8.2
 -----
 
@@ -58,12 +83,23 @@ All:
 - Made wxTextFile work with unseekable files again (David Hart).
 - Added wxCONFIG_USE_SUBDIR flag to wxFileConfig (Giuseppe Bilotta).
 - Added wxSearchCtrl::[Get|Set]DescriptiveText.
+- Fixed detection of number of processors under Linux 2.6
+- Fixed Base64 computation in wxHTTP (p_michalczyk)
+- Fix handling of wxSOCKET_REUSEADDR in wxDatagramSocket (troelsk)
+
+Unix Ports:
+
+- Fixed crash in wxGetUserName() in Unicode build
 
 wxMSW
 
 - Fix lack of spin control update event when control lost focus.
 - Corrected drawing of bitmaps for disabled menu items.
 
+wxGTK
+
+- Fix hang on startup when using GTK+ options in Unicode build
+
 wxMac
 
 - Fix position of the centered windows (didn't take menu bar size into account)