]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
Remove pointless case insensitivity
[wxWidgets.git] / docs / changes.txt
index 2789e3526c7e26ee55965289e4cb3f6575caead0..94685943d66e3d15b84725172356e6ad2ee38fcc 100644 (file)
@@ -465,6 +465,10 @@ 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.
+- Added wxWebView library (Steven Lamerton & Auria, GSoC 2011 project).
 
 OSX:
 
@@ -477,6 +481,7 @@ OSX:
 GTK:
 
 - Generate events for two auxiliary mouse buttons in wxGTK (Marcin Wojdyr).
+- Fix conflict between wxDIALOG_NO_PARENT and wxICON_EXCLAMATION (David Hart).
 
 MSW: