]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
suppress spurious error message when copying from clipboard brought empty string...
[wxWidgets.git] / docs / changes.txt
index 3820e02e630f8f9eff4ff036ec2c202dcb20621b..6352793634f3077d45c81ee6514904077f7fcacc 100644 (file)
@@ -95,10 +95,15 @@ All:
 
 - Fix compilation with wxUSE_STL=1
 - wxGrid::GetBestSize() returns same size the grid would have after AutoSize()
+- Added wxTreeCtrl::CollapseAll[Children]() and IsEmpty() (Francesco Montorsi)
+- Several RTL-related positioning fixes (Diaa Sami)
+- Fix wxConfig::DeleteGroup() for arguments with trailing slash (David Hart)
+- Fix memory leak in wxGrid::ShowCellEditControl() (Christian Sturmlechner)
 
 wxMSW:
 
 - Fixed compilation with Borland C++ in Unicode mode but without MSLU
+- Show taskbar icon menu on right button release, not press
 
 wxGTK: