]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
Children need to be updated in size_allocate even if widget is not realized.
[wxWidgets.git] / docs / changes.txt
index d9141a11c53066e0b245310077a1d080d3297caf..9256834e9e22271a11189ce7d897ccf36d579921 100644 (file)
@@ -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)