X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0cf3e587a2ec542ba1eb6e03a84c54edefae1881..cc24bf919256e8e1d317dbb8e67df6d007d641ea:/docs/changes.txt diff --git a/docs/changes.txt b/docs/changes.txt index ed1a6b0be7..70f5e72c74 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -138,8 +138,6 @@ Major new features in this release All: -- Added support for using wxEventLoop, timers and sockets in console - applications (Lukasz Michalski). - Added support for user-defined types to wxConfig (Marcin Wojdyr). - Added wxJoin() and wxSplit() functions (Francesco Montorsi). - Added wxMutex::LockTimeout() (Aleksandr Napylov). @@ -148,6 +146,7 @@ All: - Added wxEXEC_BLOCK flag (Hank Schultz). - Add support for wxStream-derived classes to wxRTTI (Stas Sergeev). - Added wxStreamBuffer::Truncate() (Stas Sergeev). +- Allow using wxEventLoop in console applications (Lukasz Michalski). - Added functions for Base64 en/decoding (Charles Reimers). - Added support for binary data to wxConfig (Charles Reimers). - Added functions for atomically inc/decrementing integers (Armel Asselin). @@ -193,6 +192,7 @@ All (GUI): - Add support for reading alpha data from TIFF images - Added wxSYS_DCLICK_TIME system metric constant (Arne Steinarson) - Added wxApp::Get/SetAppDisplayName() (Brian A. Vanderburg II) +- Added wxWindow::GetPopupMenuSelectionFromUser() (Arne Steinarson) wxGTK: @@ -222,6 +222,7 @@ wxMSW: - Fixed infinite loop in wxThread::Wait() in console applications. - Return the restored window size from GetSize() when window is minimized. - wxCheckListBox now looks more native, especially under XP (Marcin Malich). +- Allow tooltips longer than 64 (up to 128) characters in wxTaskBarIcon wxX11: @@ -229,6 +230,15 @@ wxX11: - Make Enter key activate the default button (David Hart). +2.8.6 +----- + +All: + +- Fixed another bug in wxFileConfig when deleting entries (Axel Gembe) +- Added Portuguese translation (Antonio Cardoso Martins) + + 2.8.5 -----