]> 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 b9068df632ff1921cb1b096fd419009ae354693e..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).