]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxPython/CHANGES.txt
Compilation fixes
[wxWidgets.git] / utils / wxPython / CHANGES.txt
index 643aee9e711bee8618a399d732e7a61bd72f6546..74d50b59bcc52fd71e5fd4deadd5ed0d3a24fb58 100644 (file)
@@ -2,6 +2,22 @@ CHANGES.txt for wxPython
 
 ----------------------------------------------------------------------
 
+New in 2.1.14
+-------------
+
+Fixed wxTreeCtrl.HitTest to return both the tree item as well as the
+flags that clairify where the click was in relation to the item.
+
+Fixed thread state problem in wxTreeCtrl.GetBoundingBox and
+GetSelections.
+
+Fixed some problems in OGL.  Also wxShape.SetClientData and
+.GetClientData can now deal with Python objects.
+
+
+
+
+
 What's new in 2.1.13
 --------------------
 Skipped a version number to match what has been released for wxGTK.
@@ -80,6 +96,10 @@ package.
 
 Changed all the "LIST" parameter names to "choices" to match the docs.
 
+More fixes for the wxFloatBar, and it now works on wxGTK even better
+than wxMSW!  (The feat is accomplished by using the wxTB_DOCKABLE
+style flag instead of trying to float it ourselves.)
+