]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/docs/CHANGES.txt
Add note about the recursive Refresh change
[wxWidgets.git] / wxPython / docs / CHANGES.txt
index ce34cd01a76f4f7a4c9566ae53bf2d7d274052b1..3a9d864d32ae907dcd14e38d86dd94ad581b15b4 100644 (file)
@@ -1,6 +1,33 @@
 Recent Changes for wxPython
 =====================================================================
 
+2.5.5.0
+-------
+
+wxMSW: Fixed bug #1022383, 'several ComboBoxes appear selected'
+
+wx.grid.Grid: Fixed bug #1163384.  Moved the code that handles
+activating the cell editors to a EVT_CHAR event handler.  This is done
+so the character inserted into the editor will be the "cooked" char
+value (including accented or composed keys) rather than the raw code
+provided by the EVT_KEY_DOWN event.  
+
+Added orient parameter to wx.MDIParentFrame.Tile()
+
+wxMSW: wxTextCtrl with wx.TE_RICH2 style now uses RichEdit 4.1 if
+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.
+
+
+
 
 2.5.4.1
 -------