]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
yet another code for wxMac properly resetting the cursor
[wxWidgets.git] / docs / changes.txt
index 30398ec0249333a1178eaef5111ac597549cc938..fcdc24fb8ab68ca765c2008d9fb6e31bed73f269 100644 (file)
@@ -240,6 +240,8 @@ All (GUI):
 - generic wxListCtrl renamed to wxGenericListCtrl, wxImageList
   renamed to wxGenericImageList, so they can be used on wxMSW
   (Rene Rivera).
+- Added wxTreeEvent::IsEditCancelled so the application can tell
+  whether a label edit was cancelled.
 
 wxMSW:
 
@@ -283,6 +285,7 @@ wxMSW:
   provided in wxFontData
 - Added wxTE_LEFT, wxTE_CENTRE and wxTE_RIGHT flags for text
   control alignment.
+- Bitmap printing uses 24 bits now, not 8.
 
 wxGTK: