X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d2743bc0b3e9331b23c0a2585e4f6cb162a0e322..6a52ea5cb81dcd07c286d34b80945534780fe05f:/wxPython/docs/CHANGES.txt?ds=sidebyside diff --git a/wxPython/docs/CHANGES.txt b/wxPython/docs/CHANGES.txt index ec58f828c9..52eddbc70b 100644 --- a/wxPython/docs/CHANGES.txt +++ b/wxPython/docs/CHANGES.txt @@ -9,7 +9,24 @@ Added wx.BrushFromBitmap to create a stippled brush in a single step. Also added missing brysh style flags: wx.STIPPLE_MASK wx.STIPPLE_MASK_OPAQUE. -wxMSW: Fix for controls when the system text fg colour is not black. +wxMSW: Fix for controls when the system text fg colour is not black. + +wxGTK: Patch #1171754, It is now possible to have a menu item that +both has an icon and is a submenu. + +wxMSW: Patch #1197009, better refreshes when windows are moved and +resized. + +wxMSW: Patch #1197468. Keeps track of pending size/position changes +in case there is more than one adjustment for a window in a single +DeferWindowPos set, then the pending values can be used for defaults +instead of current values. + +Fixed the typemap that converts a Python list of strings to a +wxArrayString so it uses the wxPy default encoding. + +Several docstrings added and updated. Lots more to go. +