X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c1acc12983d95b1e3034d6a9b3b23db3038c694c..27ed367cb23b71ba64c7176044f4b8dc33e753dd:/wxPython/docs/CHANGES.txt diff --git a/wxPython/docs/CHANGES.txt b/wxPython/docs/CHANGES.txt index 3a9d864d32..b0305246c2 100644 --- a/wxPython/docs/CHANGES.txt +++ b/wxPython/docs/CHANGES.txt @@ -20,11 +20,20 @@ available. Added GetCount, GetCountRGB, and GetCountColour methods to wx.ImageHistogram. -wxMSW: wx.Window.Refresh changed to explicitly refresh all children -as well. Previously it was implicitly done because parents did not -clip thier children by default. Now that they always clip then -Refresh needed to do a recursive refresh. This also fixes the -Freeze/Thaw problems that some people had with 2.5.4.1. +wxMSW: wx.Window.Refresh changed to explicitly refresh all children as +well as the parent. Previously it was implicitly done because parents +did not clip their children by default. Now that they always clip +children then Refresh needed to be fixed to do a recursive refresh. +This also fixes the Freeze/Thaw problems that some people had with +2.5.4.1. + +wx.SplitterWindow: Send EVT_SPLITTER_SASH_POS_CHANGED only once after +end of dragging and not after each CHANGING event (modified patch +#1076226) + +wx.glcanvas.GLCanvas: applied patch fixing problems with X server +crash when using nVidia cards (patch 1155132) +