Commit Graph

3335 Commits

Author SHA1 Message Date
Robin Dunn
c4057bb033 Merge pull request #501 from RobinD42/fix-issue499
Fix for wx.Notebook.HitTest
2017-09-05 23:32:59 -05:00
Robin Dunn
678d6d897f Ensure wx.Notebook (and other bookctrls) declare all the base virtual methods 2017-09-05 16:38:27 -07:00
Robin Dunn
fa2d9c0cb2 Mention SpeedMeter fix 2017-09-04 16:14:40 -07:00
Robin Dunn
9439aebfee wx.GCDC is only badly needed on MSW, so just do it there. 2017-09-04 16:12:12 -07:00
Robin Dunn
5528f99640 Use a wx.GCDC on non-OSX platforms 2017-09-04 16:04:10 -07:00
Robin Dunn
6e7159eeaa Fix bad initial scale factor when default size is used 2017-09-04 15:59:37 -07:00
Robin Dunn
94c69d707f Add the agw subfolder to path so standalone samples can be run there 2017-09-04 14:00:57 -07:00
Robin Dunn
bad0242c18 Cleanup the process in ShutdownDemo if it's still running 2017-09-04 14:00:22 -07:00
Robin Dunn
3cab528b5c Add changelog entries for recent commits. 2017-09-01 09:34:22 -07:00
Robin Dunn
595b3a3818 Merge pull request #495 from swt2c/fix_grid_test
Fix test_grid42 failure
2017-09-01 11:02:55 -05:00
Scott Talbert
af936b17ad Fix test_grid42 failure
Fixes:
____________________________ grid_Tests.test_grid42 ____________________________
self = <unittests.test_grid.grid_Tests testMethod=test_grid42>

    def test_grid42(self):
        # old names
>       wx.grid.Grid.GridSelectCells
E       AttributeError: type object 'Grid' has no attribute 'GridSelectCells'

unittests/test_grid.py:319: AttributeError
2017-08-31 22:06:18 -04:00
Robin Dunn
4ef6bc8603 Merge pull request #489 from RobinD42/fix-issue480
Turn "public" back on after emitting some private methods
2017-08-30 00:23:43 -05:00
Robin Dunn
3df175ec48 Keep the base virtuals, just exclude the ones from wxDataObjectSimple 2017-08-29 19:46:55 -07:00
Robin Dunn
0b007cc9ff Merge pull request #490 from RobinD42/fix-issue486
Add missing DeleteAllColumns
2017-08-29 21:45:02 -05:00
Robin Dunn
8d5f4c5c75 Merge pull request #488 from RobinD42/fix-issue468
Fix bad interaction between wxpTag and how wxmodules are reinitialized now.
2017-08-29 21:44:43 -05:00
Robin Dunn
c0654d6957 Don't add the common virtuals for wxURLDataObject.
It's complicated parentage causes build problems in some cases.
2017-08-29 19:21:48 -07:00
Robin Dunn
1be80aca7c Add missing DeleteAllColumns 2017-08-29 18:29:27 -07:00
Robin Dunn
b037c4e7cb Turn "public" back on after emitting some private methods 2017-08-29 16:23:49 -07:00
Robin Dunn
f5aabc5f62 Fix bad interaction between wxpTag and how wxmodules are reinitialized now.
Change wxPyHtmlTagsModule to be a normal wxModule that is created and initialized by the system, and track all the tag handler classes in a static member so they can be found again after modules are reinitialized again in the future.
2017-08-29 15:28:17 -07:00
Robin Dunn
09f48f5d21 fix typo 2017-08-29 13:35:07 -07:00
Robin Dunn
75b2386167 Add note and link about building on Linux 2017-08-29 13:32:51 -07:00
Robin Dunn
3de6e63a91 Merge pull request #479 from RobinD42/fix-issue474
Ignore the GetVirtualSize in wxScrolled
2017-08-23 20:00:22 -05:00
Robin Dunn
85ec35c5d6 Merge pull request #478 from mesalu/conform_ToolBar_params
Change ToolBar.AddTool help parameters to be consistent
2017-08-23 20:00:05 -05:00
Samuel Dunn
ec4c1fc1fa Reduce unnecessary whitespace 2017-08-23 09:23:47 -07:00
Samuel Dunn
e25eb17cc8 Revert "Change ToolBar.AddTool help parameters to be consistent"
This reverts commit b8d2ed10e6.
2017-08-23 09:18:26 -07:00
Robin Dunn
98ad3b69af Ignore the GetVirtualSize in wxScrolled, and inherit it from wx.Window instead. 2017-08-23 08:54:24 -05:00
Mesalu
519bd3d280 Change parameter adjustments to actually work. 2017-08-22 21:42:41 -07:00
Mesalu
b8d2ed10e6 Change ToolBar.AddTool help parameters to be consistent
This way python keyword arguments don't change depending on the overloaded method selected by sip.
2017-08-22 18:47:59 -07:00
Robin Dunn
d7cae3fe6c Update linux prerequisites list 2017-08-17 08:54:36 -07:00
Robin Dunn
c1010c5c6a More build-gtk3-by-default changes 2017-08-16 14:26:38 -07:00
Robin Dunn
e942177459 Typos and fix a link 2017-08-16 10:16:29 -07:00
Robin Dunn
d4f95cdf32 Don't add either of the gtk flags if on Darwin 2017-08-16 08:02:30 -07:00
Robin Dunn
198802b540 Merge pull request #471 from RobinD42/update-travis-builds
Update travis-ci config
2017-08-15 22:57:36 -07:00
Robin Dunn
4574999b07 Merge pull request #470 from RobinD42/fix-issue467
Fix wx.ListCtrl.SetItemData
2017-08-15 22:31:58 -07:00
Robin Dunn
e26eac06b3 Merge branch 'master' into update-travis-builds
# Conflicts:
#	.travis.yml
2017-08-15 21:27:24 -07:00
Robin Dunn
703dec2a1f Add changelog entry 2017-08-15 21:21:10 -07:00
Robin Dunn
6c9bbce45e Merge branch 'master' into fix-issue467 2017-08-15 21:19:20 -07:00
Robin Dunn
69072e270b Monkey-patch SetItemData to check that the data value is not too bit or too small 2017-08-15 21:18:47 -07:00
Robin Dunn
b3f67e763f Merge pull request #469 from RobinD42/fix-issue431
Set gtk3 to be the default port option on *nix builds
2017-08-15 21:16:02 -07:00
Robin Dunn
0257517f2b Add items for some recent changes that didn't include change descriptions 2017-08-15 20:27:34 -07:00
Robin Dunn
c1b24c9e25 Just build on Trusty for now. 2017-08-15 20:25:42 -07:00
Robin Dunn
d50d295017 rewrap to narrower lines in the comment 2017-08-15 18:45:10 -07:00
Robin Dunn
07c2302d9b Record LONG_MAX and LONG_MIN values too 2017-08-15 18:42:15 -07:00
Robin Dunn
788d84a66c Switch the return value type of GetItemData to long,
so it matches the type given to SetItemData
2017-08-15 17:47:49 -07:00
Robin Dunn
c8141c9cfe Save info about the size of some C types 2017-08-15 17:46:09 -07:00
Robin Dunn
5d7c21ac9f Maybe OSX too? 2017-08-15 15:07:27 -07:00
Robin Dunn
e967b83246 Test building the wheel too 2017-08-15 15:04:14 -07:00
Robin Dunn
0b09cc6378 Just use Trusty, and add builds for Py 3.5 and 3.6 2017-08-15 15:00:29 -07:00
Robin Dunn
0c5d231773 Add gtk3 packages to the Travis config 2017-08-15 14:53:14 -07:00
Robin Dunn
4c78aa6c12 Use separate build folders for wxPython too 2017-08-14 16:12:40 -07:00