]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
test wxTE_NO_VSCROLL
[wxWidgets.git] / docs / changes.txt
index 668df944db12e113083f45979d3b4f8f937801df..f9fea6f4236cbaef869509f115ed0d6314081bcd 100644 (file)
@@ -18,6 +18,8 @@ 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
 ----------------------------------
@@ -35,6 +37,7 @@ 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)
 
 wxGTK:
 
@@ -44,6 +47,7 @@ wxGTK:
 - 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
 
 wxMSW:
 
@@ -62,12 +66,19 @@ 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)
 
 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)