Commit Graph

4136 Commits

Author SHA1 Message Date
Robin Dunn
229e4db424 Use the custom check_python_headers on Darwin too 2019-04-16 20:32:45 -07:00
Robin Dunn
e35c48442c Unset CC and CXX in MSVC builds, if set 2019-04-16 20:04:16 -07:00
Robin Dunn
7383d34fce Merge pull request #1199 from RobinD42/sip-4.19.16
Update sip to version 4.19.16
2019-04-15 16:56:23 -07:00
Robin Dunn
cd9451daab Move changelog item to correct section 2019-04-13 16:32:43 -07:00
Robin Dunn
f27a589442 Mention sip update in the changelog 2019-04-13 16:32:06 -07:00
Robin Dunn
671bd5e92f Update sip to 4.19.16 2019-04-13 16:32:05 -07:00
Robin Dunn
4fd3b4e55d Various updates needed to fix builds with sip 4.19.16 2019-04-13 16:32:05 -07:00
Robin Dunn
5c31c7d8cd Update siplib to version 4.19.16 2019-04-13 16:32:05 -07:00
Robin Dunn
d6324a0578 Merge pull request #1201 from RobinD42/fix-issue1198
Fix access to members of transient wx.VisualAttributes
2019-04-13 16:24:46 -07:00
Robin Dunn
032b05c793 One more test 2019-04-13 14:14:15 -07:00
Robin Dunn
0849d4b0e8 Add some tests 2019-04-13 14:08:51 -07:00
Robin Dunn
b48872f472 ChangeLog it 2019-04-13 13:56:39 -07:00
Robin Dunn
f9cd6bdb3c Set wxVisualAttributes members as read-only (no setter) and make copies of the member objects in the getter 2019-04-13 13:56:16 -07:00
Robin Dunn
9823b387dd Add support for NoSetter annotation and GetCode, SetCode directives 2019-04-13 13:55:22 -07:00
Robin Dunn
877c4f7642 Better implementation to ensure all window classes have a GetClassDefaultAttributes and that they are marked mustHaveApp 2019-04-13 13:54:34 -07:00
Robin Dunn
c0d3c2d4e7 Update wxWidgets revision 2019-04-12 20:56:46 -07:00
Robin Dunn
e4dbab3612 Merge branch 'fix-searchctrl' into wxPy-4.0.x 2019-04-12 20:31:37 -07:00
Robin Dunn
d2c321d55a Merge branch 'add-doodle' into wxPy-4.0.x 2019-04-12 20:31:13 -07:00
Robin Dunn
bfd7bd588b Add doodle sample 2019-04-12 16:29:53 -07:00
Robin Dunn
1d1f4f712a workaround bad default size of wx.SearchCtrl on gtk3 2019-04-12 15:48:34 -07:00
Robin Dunn
ce64eb025b Add Py37 builder to the ubuntu-16.04 vagrant 2019-03-04 11:24:11 -08:00
Robin Dunn
53e8370e02 fix typo 2019-02-27 12:18:04 -08:00
Robin Dunn
53219c9e00 Add a button to the mainloop sample to test wx.PostEvent 2019-02-27 12:17:45 -08:00
Robin Dunn
938fc157b3 Add info about wx.NewIdRef to MigrationGuid, and update OnHTMLOpeningURL section too.
(cherry picked from commit fd1c26d2e1)
2019-02-12 18:52:25 -08:00
Robin Dunn
816d404fad Merge pull request #1157 from swt2c/update_subproj_wxlocale
Update subproject commit for wx.LOCALE constants
2019-02-12 17:41:58 -08:00
Robin Dunn
c201f558bd Merge pull request #1167 from RobinD42/fix-issue1068
Fix the use of the output parameter in HtmlWindow.OnOpeningURL
2019-02-12 17:34:58 -08:00
Robin Dunn
b0436ce02e Fix the use of the output parameter in HtmlWindow.OnOpeningURL the same way
it was fixed in HtmlWindowInterface.OnHTMLOpeningURL.
2019-02-12 15:30:18 -08:00
Scott Talbert
b704e11009 Update subproject commit for wx.LOCALE constants
Fixes #1155
2019-02-04 21:04:04 -05:00
Robin Dunn
385fc6938b Merge branch 'swt2c-update_subproj_commit' into wxPy-4.0.x 2019-02-02 15:58:32 -08:00
Robin Dunn
5c70b8624d Add changelog item for #1150 2019-02-02 15:57:05 -08:00
Scott Talbert
3d629b8048 Update subproject commit
Fixes #1144, #1086, and #1147
2019-01-29 21:57:30 -05:00
Robin Dunn
c3cbf2e68a Merge pull request #1143 from RobinD42/fix-issue1140
Added missing setters for the wheel-related properties in wx.MouseEvent
2019-01-15 16:00:01 -08:00
Robin Dunn
47c3d96760 Merge pull request #1142 from RobinD42/fix-issue1141
Added missing HtmlWindow.ScrollToAnchor method
2019-01-15 15:56:23 -08:00
Robin Dunn
5abd2c67f1 Added missing setters for the wheel-related properties in wx.MouseEvent 2019-01-15 15:21:23 -08:00
Robin Dunn
f84ae3f5a2 Added missing HtmlWindow.ScrollToAnchor method,
and also a couple methods in HtmlCell too.
2019-01-15 15:20:50 -08:00
Robin Dunn
a2e31b42e2 Add section for 4.0.5 2019-01-15 15:19:06 -08:00
Robin Dunn
92fc4afa9d Merge pull request #1131 from swt2c/fix_access_test
Xfail unimplemented access test instead of failing it
2019-01-15 15:16:06 -08:00
Robin Dunn
4d50f773ab Merge pull request #1130 from swt2c/fix_joystick_stubs
Fix joystick stub compilation
2019-01-15 15:15:16 -08:00
Robin Dunn
8c9b379bc4 Merge pull request #1127 from swt2c/fix_vlbox_test
Fix vlbox test on Python 3
2019-01-15 15:14:49 -08:00
Scott Talbert
4254f73f2d Xfail unimplemented access test instead of failing it 2019-01-07 22:37:52 -05:00
Scott Talbert
0c0437b18d Fix joystick stub compilation
Fixes #1125
2019-01-07 08:41:49 -05:00
Scott Talbert
30daf80f36 Fix vlbox test on Python 3 2019-01-06 23:55:02 -05:00
Robin Dunn
ff93eb48b3 Bump version for next wxPy-4.0.x release (if any) 2019-01-06 14:20:39 -08:00
Robin Dunn
edefe4da6d Clear version flags for release wxPython-4.0.4 2019-01-05 11:48:40 -08:00
Robin Dunn
da80b2c4ba Merge branch 'wxPy-4.0.x' into release-prep 2019-01-03 22:17:39 -08:00
Robin Dunn
792d32a1c4 Merge pull request #1124 from RobinD42/fix-issue1123
Generate optional stubs for the wxFileSystemWatcher* classes
2019-01-03 22:13:44 -08:00
Robin Dunn
24453e6e82 Merge pull request #1122 from kg-2/patch-1
Update FCObjects.py
(cherry picked from commit 1d427573b3)
2019-01-03 21:59:54 -08:00
Robin Dunn
02c06475f5 Generate optional stubs for the wxFileSystemWatcher* classes 2019-01-03 21:57:06 -08:00
Robin Dunn
4eefc093eb Some tweaks for CHANGES and update ANNOUNCE 2019-01-03 21:54:59 -08:00
Robin Dunn
2c1cf6e4d0 Set "rc1" build flag 2019-01-03 11:57:50 -08:00