X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c8db4e1560d3118540b6c2c6cda367dfb33dff51..8c64c153a02b085ee2c43ea1506069748461dcb8:/docs/changes.txt diff --git a/docs/changes.txt b/docs/changes.txt index b4a742c05b..0dc9025a39 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -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,8 @@ 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: @@ -44,6 +48,11 @@ 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 + +wxMac: + +- Fix duplicate (empty) help menu in non-English programs (Andreas Jacobs) wxMSW: @@ -51,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 ----- @@ -63,6 +84,12 @@ All: - 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