]> git.saurik.com Git - wxWidgets.git/commitdiff
updates
authorRobin Dunn <robin@alldunn.com>
Thu, 2 Jun 2005 23:11:04 +0000 (23:11 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 2 Jun 2005 23:11:04 +0000 (23:11 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34535 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/docs/CHANGES.txt

index 197e6fd30d444079ad67e9d62bf19c8a18cf7b5b..31d8c58fb2e04139823c7f6ba41c5c3665cabbdd 100644 (file)
@@ -21,14 +21,20 @@ attributes are merged, e.g., if it is already set to a non-default
 value in the current GridCellAttr object then don't merge from the
 other.
 
-wxGTK: fix for unset attributes in the wx.KeyEvent for EVT_CHAR
-events.
-
 wx.lib.evtmgr: Fixed to use wx._core._wxPyDeadObject
 
 wx.lib.gridmovers: Don't scroll when the mouse is dragged outside of
 the grid, unless the mouse is kept in motion.
 
+wxMSW:  Applied patch #1213290 incorrect logic in
+wx.TopLevelWindow.ShowFullScreen.
+
+Applied patch #1213066 correct device names for Joystick in Linux.
+
+wxGTK: Applied patch #1207162 wx.TextCtrl.SetStyle fix for overlapping
+calls. 
+
+