summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
a9d06ca)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38425
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
Added the wx.DC.GradientFillConcentric and wx.DC.GradientFillLinear
methods.
Added the wx.DC.GradientFillConcentric and wx.DC.GradientFillLinear
methods.
-Added the wx.HVScrolledWindow class.
-
wxGTK: wx.ListBox and wx.CheckListBox are now using native GTK2
widgets.
wxGTK: wx.ListBox and wx.CheckListBox are now using native GTK2
widgets.
Change the wx.ListCtrl InsertStringItem wrapper to use the form that
takes an imageIndex, and set the default to -1. This ensures that on
Change the wx.ListCtrl InsertStringItem wrapper to use the form that
takes an imageIndex, and set the default to -1. This ensures that on
which wxPython is using. If you are building wxPython yourself and
need to modify any of the \*.i files or to add your own, then you will
want to be sure to use a matching SWIG. See wxPython/SWIG/README.txt
which wxPython is using. If you are building wxPython yourself and
need to modify any of the \*.i files or to add your own, then you will
want to be sure to use a matching SWIG. See wxPython/SWIG/README.txt
-in the source tarbal for details.
+in the source tarball for details.
wx.Image.Copy now also copies the alpha channel.
wx.Image.Copy now also copies the alpha channel.
wxSTC: Implemented Fix for SF Bug #1436503. Delay the start of the
DnD operation in case the user just intended to click, not drag.
wxSTC: Implemented Fix for SF Bug #1436503. Delay the start of the
DnD operation in case the user just intended to click, not drag.
+Updated the analogclock.py module to the new analogclock package from
+E. A. Tacao.
+
+Added the wx.lib.mixins.listctrl.CheckListCtrlMixin class from Bruce
+Who, which makes it easy to put checkboxes on list control items.
+
+Applied a patch from Christian Kristukat to wx.lib.plot that adds
+scrollbars when the plot is zoomed in, and also the ability to grab a
+zoomed plot and move it around with a mouse drag.
+
+XRCed updated to allow wxMenuBar to be created inside a wxFrame.