]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
always update the column icon field when updating the item as it could be reset to...
[wxWidgets.git] / docs / changes.txt
index a70db487d6ed01cbd1ef782dccb7c655828dbbc0..04bce2249d24ace581c4a1318223fc11e6f23de2 100644 (file)
@@ -316,6 +316,7 @@ All:
 All (Unix):
 
 - Added wx-config --optional-libs command line option (John Labenski).
+- Noticeably (by a factor of ~150) improve wxIPC classes performance.
 
 All (GUI):
 
@@ -344,6 +345,7 @@ All (GUI):
 - Added wxWindow::AlwaysShowScrollbars() (Julian Scheid).
 - Added wxMouseEvent::GetClickCount() (Julian Scheid).
 - Added wxBG_STYLE_TRANSPARENT background style (Julian Scheid).
+- Added support for drop-down toolbar buttons to XRC.
 - Added XRCSIZERITEM() macro for obtaining sizers from XRC (Brian Vanderburg II).
 - New and improved wxFileCtrl (Diaa Sami and Marcin Wojdyr).
 - Added wxEventBlocker class (Francesco Montorsi).