X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0597e7f977c87d107e24bf3e95ebfa3d60efc249..52d16c5e3b215999001c626863577240c23d6ed4:/docs/changes.txt?ds=sidebyside diff --git a/docs/changes.txt b/docs/changes.txt index d9141a11c5..9256834e9e 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -79,9 +79,11 @@ All: - Added wxMutex::LockTimeout() (Aleksandr Napylov) - Added wxMemoryInputStream(wxInputStream&) ctor (Stas Sergeev) - Implemented wxMemoryInputStream::CanRead() +- Added wxEXEC_BLOCK flag (Hank Schultz) All (GUI): +- Added wxH[V]ScrolledWindow (Brad Anderson, Bryan Petty) - Added wxDC::StretchBlit() for wxMac and wxMSW (Vince Harron) - Added support for labels for toolbar controls (Vince Harron) - Added wxEventBlocker class (Francesco Montorsi). @@ -115,6 +117,7 @@ wxGTK: wxMac: +- Better IconRef support (Alan Shouls) - Fix duplicate (empty) help menu in non-English programs (Andreas Jacobs) - Allow accelerators to be used with buttons too (Ryan Wilcox) - Support resource forks in wxCopyFile() (Hank Schultz)