Commit Graph

3659 Commits

Author SHA1 Message Date
Robin Dunn
22666f6ff1 Bump version number 2018-01-31 17:24:57 -08:00
Robin Dunn
8697f3c765 Be a little more specific about starting the build 2018-01-31 17:23:53 -08:00
Robin Dunn
d442a3d2df Update release date and update ANNOUNCE.txt with new items wxPython-4.0.0 2018-01-30 20:35:14 -08:00
Robin Dunn
096b00e1a2 Merge branch 'master' into release-prep 2018-01-30 20:30:17 -08:00
Robin Dunn
93bca1df06 Merge pull request #718 from RobinD42/fix-issue716
Allow buffer objects in RGBImage methods in STC
2018-01-30 20:17:47 -08:00
Robin Dunn
de7031050c Merge pull request #715 from RobinD42/fix-issue712
Ensure that the "Window" menu was found before using it
2018-01-30 19:02:38 -08:00
Robin Dunn
b378df456b Allow buffer objects in RGBImage methods in STC
Fixed StyledTextCtrl.MarkerDefineRGBAImage and RegisterRGBAImage methods to be able to accept any Python buffer compatible object for the pixel data.
2018-01-30 18:51:09 -08:00
Robin Dunn
ba30c4f979 relocate misplaced changelog entries 2018-01-30 18:48:09 -08:00
Robin Dunn
3b500dba08 Ensure that the "Window" menu was found before using it 2018-01-30 13:26:57 -08:00
Robin Dunn
0ff5ce69db Split out the VM name 2018-01-29 21:19:21 -08:00
Robin Dunn
4489952b0a Merge branch 'master' into release-prep 2018-01-29 21:11:44 -08:00
Robin Dunn
54837c15c6 Merge pull request #714 from RobinD42/fix-issue688
Don't call CleanUpModules when reinitializing wxModules
2018-01-29 21:10:32 -08:00
Robin Dunn
ae563770e2 Add changelog 2018-01-29 19:55:52 -08:00
Robin Dunn
8ddac86fd2 Don't CleanUpModules when reinitializing. 2018-01-29 19:48:29 -08:00
Robin Dunn
ef2905c43a Merge branch 'master' into release-prep 2018-01-29 19:26:06 -08:00
Robin Dunn
068e500d28 Merge pull request #713 from RobinD42/fix-issue680
Add context manager methods to wx.DC
2018-01-29 19:25:27 -08:00
Robin Dunn
98e592157c Add docstring for our custom ctor for wx.AcceleratorTable 2018-01-29 14:17:20 -08:00
Robin Dunn
8c4dffb091 Add virtual dtor for DC classes 2018-01-29 14:11:00 -08:00
Robin Dunn
d330ad1b40 Add context manager methods to wx.DC 2018-01-29 12:23:57 -08:00
Robin Dunn
e0c664c953 Only build for gtk3 on Fedora 27
Apparently the webkitgtk libs there do not support gtk2.
2018-01-29 12:05:04 -08:00
Robin Dunn
ea38f0fe51 Add ability to pass build args in env var WXPYTHON_BUILD_ARGS 2018-01-27 16:37:25 -08:00
Robin Dunn
82f95c03b9 Copy changelog items to announcement doc 2018-01-27 16:20:11 -08:00
Robin Dunn
c790d12ec4 Let's just bite the bullet and call this the 4.0.0 final release build. 2018-01-27 16:17:39 -08:00
Robin Dunn
cacfb3c4a9 Keep more snapshot build files around 2018-01-27 16:06:35 -08:00
Robin Dunn
bcb3444f24 Merge pull request #709 from RobinD42/fix-issue687
Fix scrolling regression in DynamicSashWindow
2018-01-25 20:27:50 -08:00
Robin Dunn
0cd2a943e4 Merge pull request #710 from RobinD42/fix-issue704
Update wxWidgets changeset pointer to get TreeListCtrl fix
2018-01-25 20:27:35 -08:00
Robin Dunn
49f75a9475 Fix typo 2018-01-25 16:39:36 -08:00
Robin Dunn
ebde977c82 Fix scrolling regression in DynamicSashWindow 2018-01-25 16:25:34 -08:00
Robin Dunn
179318b3d1 Update wxWidgets changeset pointer to get TreeListCtrl fix 2018-01-25 14:11:19 -08:00
Robin Dunn
264eb7a2e2 Merge pull request #708 from swprojects/i18nwxapp
Small fixes to i18nwxapp
2018-01-25 12:23:47 -08:00
swprojects
b7e08a2a96 Update zip file 2018-01-25 16:25:31 +00:00
swprojects
b6e2b3a05e Fix spelling 2018-01-25 16:24:42 +00:00
swprojects
14dac242d2 Fix FileDialog flags 2018-01-25 16:24:08 +00:00
swprojects
50dd8e7ce4 Fix builtins import 2018-01-25 16:23:34 +00:00
swprojects
2d58f219ca Fix print statements 2018-01-25 16:23:22 +00:00
Robin Dunn
618a384a7a Merge pull request #705 from RobinD42/sip-4.19.7
Update to sip 4.19.7
2018-01-24 17:16:41 -08:00
Robin Dunn
fd75df9c48 Switch to sip 4.19.7 final 2018-01-23 16:07:21 -08:00
Robin Dunn
5e89ae9bc9 Merge branch 'master' into sip-4.19.7 2018-01-23 12:16:38 -08:00
Robin Dunn
346e3b7d71 Merge pull request #702 from RobinD42/fix-issue701
Copy methods from wxGenericProgressDialog to wxProgressDialog.
2018-01-22 17:28:20 -08:00
Robin Dunn
fcf0d8cc17 Copy methods from wxGenericProgressDialog to wxProgressDialog.
This is needed because some of the methods are non-virtual, and they are reimplemented in the MSW version of wxProgressDialog. In order for those methods to be called they need to have wrappers generated.
2018-01-22 16:25:40 -08:00
Robin Dunn
0981cd9da5 Merge pull request #700 from RobinD42/fix-issue39
Update wxWidgets changeset pointer
2018-01-20 14:11:23 -08:00
Robin Dunn
a3d7be59b7 Merge pull request #699 from RobinD42/fix-issue679
Fix wx.dataview.TreeListCtrl.DeleteAllItems on GTK3
2018-01-20 13:56:37 -08:00
Robin Dunn
08461f1090 Add changelog for wx.RadioBox label fix 2018-01-20 13:51:56 -08:00
Robin Dunn
8aa4377677 Update wxWidgets changeset pointer 2018-01-20 13:49:50 -08:00
Robin Dunn
8258a1bc4d Add changelog for wx.dataview.TreeListCtrl fix 2018-01-19 15:15:46 -08:00
Robin Dunn
d4aea5ee25 Update wxWidgets changeset pointer 2018-01-19 15:14:07 -08:00
Robin Dunn
d60ee151b1 Merge pull request #695 from robmcmullen/cubecolorfixes
Fixed inverse state of "Show Alpha Control" toggle
2018-01-19 15:08:02 -08:00
Rob McMullen
5dc20b5a01 Fixed inverse state of "Show Alpha Control" toggle to the actual visibility of the control 2018-01-18 11:10:03 -08:00
Robin Dunn
c1a0a4dfa7 Merge pull request #691 from Metallicow/Trim-whitespace
Trim trailing whitespace - everything that's left
2018-01-17 17:56:01 -08:00
Robin Dunn
283bd6edb6 Merge pull request #690 from Metallicow/fix-toasterbox-hyperlink
Fix ToasterBox demo HyperlinkCtrl
2018-01-17 17:28:16 -08:00