]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
Further performance optimizations
[wxWidgets.git] / docs / changes.txt
index 18522e2f5db5572963a505a5a32f39a5bd89d670..5a21ed1904398a2918b3abb23d305c59f1e18880 100644 (file)
@@ -245,6 +245,7 @@ All (Unix):
 All (GUI):
 
 - Added wxDataViewCtrl class and helper classes
+- Provide native implementation of wxCalendarCtrl under wxMSW and wxGTK
 - Added {wxTextCtrl,wxComboBox}::AutoComplete() and AutoCompleteFileNames()
 - Added wxH[V]ScrolledWindow (Brad Anderson, Bryan Petty).
 - Added wxNotificationMessage class for non-intrusive notifications
@@ -310,6 +311,7 @@ All (GUI):
 - Freeze() and Thaw() now recursively freeze/thaw the children too.
 - Generalized wxScrolledWindow into wxScrolled<T> template that can derive
   from any window class, not just wxPanel.
+- Allow having menu separators with ids != wxID_SEPARATOR (Jeff Tupper)
 
 wxGTK: