]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
Simplify and rationalize wxGDIPlusContext class constructors.
[wxWidgets.git] / docs / changes.txt
index 067e8e03bb7cb348c573797172212332d19a65d9..407c69925a412ed134243bb3ca786ac3a86ae23d 100644 (file)
@@ -451,7 +451,9 @@ All:
 
 All (GUI):
 
+- Added wxWebView library (Steven Lamerton & Auria, GSoC 2011 project).
 - Added wxTreeListCtrl class.
+- Added wxTimePickerCtrl class.
 - Added documented, public wxNavigationEnabled<> class.
 - Added wxTextCtrl::PositionToCoords() (Navaneeth).
 - Added support for wxHELP button to wxMessageDialog.
@@ -460,6 +462,7 @@ All (GUI):
 - 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).
+- Send EVT_DATAVIEW_ITEM_CONTEXT_MENU events even when not clicking on an item.
 - Allow marking wxTreeBook nodes to expand initially in XRC (RedTide).
 - Added customizable wxDocManager::OnMRUFileNotExist() virtual method.
 - Fix stock labels when not using mnemonics for Chinese (cw.ahbong).
@@ -468,6 +471,8 @@ All (GUI):
 - Added wxFLP_SMALL and wxDIRP_SMALL styles.
 - Added support for saving alpha with TIFF images.
 - Added wxPersistentSplitter.
+- Derive wxAuiNotebook from wxBookCtrlBase (Steven Lamerton).
+- Fix tooltips in wxSearchCtrl and other composite controls (Catalin Raceanu).
 
 OSX:
 
@@ -480,6 +485,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: