]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/docs/CHANGES.txt
wxCheckListBox doesn't require wxUSE_OWNER_DRAWN when using WXUNIVERSAL
[wxWidgets.git] / wxPython / docs / CHANGES.txt
index b2ca2729b459c678fa000abb3e6fd6818237d624..a9c64344614fe84b68f3d791fb37b075339fdb20 100644 (file)
@@ -79,7 +79,28 @@ theme on XP.
 Added a wx.xrc.XmlResourceHandler for the Ticker class.  See
 wx/lib/ticker_xrc.py 
 
 Added a wx.xrc.XmlResourceHandler for the Ticker class.  See
 wx/lib/ticker_xrc.py 
 
+wxSTC: Fixed CmdKeyAssign key bindings for Ctrl-Backspace.
 
 
+wxMSW: Fixed a bug in wx.TextCtrl where all the lines were being used
+to calculate the best size, instead of using a reasonable limit.
+
+XRCed: Use wx.GetDefaultPyEncoding/wx.SetDefaultPyEncoding for
+changing active encoding.  Fixed pasting siblings (Ctrl key pressed
+while pasting).
+
+wx.lib.filebrowsebutton: Bug fix from Chad Netzer for when
+self.history is None.
+
+wx.ogl: Patch from Davide Salomoni that adds an optional point
+parameter to LineShape.InsertLineControlPoint allowing one to
+optionally specify where the new control point has to be drawn.
+
+wxMSW: setting foreground colour for wx.CheckBox now works when using
+XP themes.
+
+More updates to the docview library modules and sample apps from the
+ActiveGrid folks.  Their sample IDE is now able to integrate with
+Subversion.