]> 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 2235a91d01ef47dc01c5921dea8876d4fb618b56..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).
@@ -100,6 +102,7 @@ All (GUI):
 
 wxGTK:
 
+- Support for markup and ellipsization in wxStaticText (Francesco Montorsi)
 - Native implementation for wxHyperlinkCtrl (Francesco Montorsi)
 - Native keyboard navigation implementation
 - Don't overwrite primary selection with clipboard and vice versa
@@ -114,7 +117,10 @@ 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)
 
 wxMSW: