]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
move addition of -lX11 to better place
[wxWidgets.git] / docs / changes.txt
index 0e560db2783ad115dfa7662e93b1c7070dd6d1ea..067e8e03bb7cb348c573797172212332d19a65d9 100644 (file)
@@ -451,10 +451,12 @@ All:
 
 All (GUI):
 
+- Added wxTreeListCtrl class.
 - Added documented, public wxNavigationEnabled<> class.
 - Added wxTextCtrl::PositionToCoords() (Navaneeth).
 - Added support for wxHELP button to wxMessageDialog.
 - Added wxBannerWindow class.
+- Added wxTextEntry::AutoCompleteDirectories().
 - Support float, double and file name values in wxGenericValidator (troelsk).
 - Fix keyboard navigation in wxGrid with hidden columns (ivan_14_32).
 - Add wxDataViewEvent::IsEditCancelled() (Allonii).
@@ -463,6 +465,9 @@ All (GUI):
 - Fix stock labels when not using mnemonics for Chinese (cw.ahbong).
 - Added wxComboBox::IsListEmpty() and IsTextEmpty().
 - Added wxDataViewCtrl::GetSelectedItemsCount() and HasSelection().
+- Added wxFLP_SMALL and wxDIRP_SMALL styles.
+- Added support for saving alpha with TIFF images.
+- Added wxPersistentSplitter.
 
 OSX: