]> git.saurik.com Git - wxWidgets.git/commitdiff
added wxEVT_MOUSE_CAPTURE_LOST event and code for correctly handling capture loss...
authorVáclav Slavík <vslavik@fastmail.fm>
Mon, 31 Jul 2006 09:40:28 +0000 (09:40 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Mon, 31 Jul 2006 09:40:28 +0000 (09:40 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40392 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt

index b76b7c8695334970a521639b9cd70bbddb99c59b..10e7fb172bd767a925e5da47a79e17c736b15103 100644 (file)
@@ -27,6 +27,8 @@ INCOMPATIBLE CHANGES SINCE 2.6.x
 - wxFontEnumerator::GetFacenames() and GetEncodings() now return arrays and
   not pointers to arrays.
 - wxStaticBoxSizer now deletes the associated wxStaticBox when it is deleted.
+- Windows calling CaptureMouse() are now required to handle
+  the wxEVT_MOUSE_CAPTURE_LOST event.
 
 
 Deprecated methods since 2.6.x and their replacements
@@ -168,6 +170,8 @@ All (GUI):
   implementations (so far) for wxMSW and wxMac.
 - Allow customizing individual grid lines appearance (Søren Lassen)
 - Fixed middle click events generation in generic wxTreeCtrl (Olly Betts)
+- Added wxEVT_MOUSE_CAPTURE_LOST event that must be handled by all windows
+  that CaptureMouse() is called on.
 
 wxMSW: