Commit Graph

3682 Commits

Author SHA1 Message Date
Jakub Wilk
013a69d856 Simplify theta calculation in ogl.LineShape.DrawArrow() 2018-02-18 21:00:40 +01:00
Robin Dunn
929269e606 Fix Python3 division in ThumbnailCtrl 2018-02-13 18:53:05 -08:00
Robin Dunn
779501315a Add changelog items 2018-02-13 18:52:44 -08:00
Robin Dunn
a08c293511 Add changelog header for 4.0.2 2018-02-13 18:52:11 -08:00
Robin Dunn
d314b4970c Merge pull request #739 from mesalu/sizer_iteration_cp_master
Add iterability to sizer classes and corresponding unittest
2018-02-13 18:26:48 -08:00
Robin Dunn
f8aa158564 Merge pull request #740 from mesalu/clean_all
add cmd_clean_all to build.py
2018-02-13 18:02:42 -08:00
Mesalu
62a84b8c1d Fix silly little mistake 2018-02-08 22:45:05 -08:00
Mesalu
e42e704444 FIX, er, I mean, tweak build.py to have clean_all, which is the same as callign cleanall 2018-02-08 21:49:37 -08:00
Mesalu
3bf04aa771 Add iterability to sizer classes and corresponding unittest 2018-02-08 21:25:49 -08:00
Robin Dunn
8253373b77 Add changelog section for 4.1 2018-02-05 21:16:11 -08:00
Robin Dunn
88b7ab97c5 Switch to wxWidgets master branch 2018-02-05 21:16:11 -08:00
Robin Dunn
08e61d2d56 Merge pull request #731 from mesalu/jensgoe_patch
Jensgoe patch
2018-02-05 21:09:06 -08:00
Robin Dunn
844bf1375f Merge pull request #732 from acolomb/fix-doc-link
Fix a link typo in the documentation overview.
2018-02-05 21:08:49 -08:00
André Colomb
13caffe00f Fix a link typo in the documentation overview.
This makes the link to the wx.xrc module documentation actually work.
2018-02-05 09:37:42 +01:00
Mesalu
fe512207d2 Add note of change 2018-02-04 18:45:15 -08:00
jensgoe
3da57cd2d1 wx.Validator_IsSilent() --> wx.Validator.IsSilent() 2018-02-04 18:43:50 -08:00
Robin Dunn
b3388b3872 update announcement text 2018-02-02 15:16:00 -08:00
Robin Dunn
605dad01e0 default user name is "vagrant" now 2018-02-02 15:16:00 -08:00
Robin Dunn
25f1799313 Changelog updates for 4.0.1 2018-02-01 20:23:16 -08:00
Robin Dunn
9a8dd85665 Use wxApp::GetInstance in i_wxPyCheckForApp instead of wxTheApp 2018-02-01 20:23:16 -08:00
Robin Dunn
2956f14ce6 Fix typo 2018-02-01 20:23:16 -08:00
Robin Dunn
73af9141ad Set LD_RUN_PATH for wxWidgets part of the build too 2018-02-01 20:23:16 -08:00
Robin Dunn
a2d1384d38 Update deadsnakes ppa address 2018-02-01 20:23:15 -08:00
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