Commit Graph

3317 Commits

Author SHA1 Message Date
Robin Dunn
b037c4e7cb Turn "public" back on after emitting some private methods 2017-08-29 16:23:49 -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
Robin Dunn
ab3c6a3499 Use a separate wx build folder for gtk2 and gtk3 builds 2017-08-14 15:35:23 -07:00
Robin Dunn
34630a5707 Add --gtk2 option.
Default to building for gtk3.
Keep --gtk3 flag for compatibility.
2017-08-14 15:31:17 -07:00
Robin Dunn
845617119c Merge pull request #466 from RobinD42/fix-issue464
Include locale message catalogs
2017-08-12 12:23:37 -07:00
Robin Dunn
b3de786afd fix deprecation warning 2017-08-11 16:25:29 -07:00
Robin Dunn
0879cdc240 Ensure that the locale message catalogs are included in the source and binary archives. 2017-08-11 15:46:04 -07:00
Robin Dunn
0d9a871424 Move OSX buildbot to a newer VM with a newer OSX and Xcode. 2017-08-11 15:44:32 -07:00
Robin Dunn
9cfe80a912 "Fixes #" not necessary for new enhancements 2017-08-09 13:58:30 -07:00
Robin Dunn
6485c9f66c Create PR template 2017-08-09 13:39:00 -07:00
Robin Dunn
93a3eb812a add a bit more formatting and room for code sample 2017-08-09 13:21:27 -07:00
Robin Dunn
0646a83d00 Merge pull request #462 from RobinD42/fix-issue460
Use the local TREE_HITTEST_ONITEMCOLUMN value
2017-08-08 19:50:11 -07:00
Robin Dunn
66ab48e280 Merge pull request #461 from RobinD42/fix-issue459
Fix missing self arg
2017-08-08 19:48:01 -07:00
Robin Dunn
0b2b67d125 Merge branch 'GadgetSteve-master' 2017-08-08 19:45:40 -07:00
Robin Dunn
60dbde834b '&' --> 'and' and some other text tweaks 2017-08-08 19:44:26 -07:00
Robin Dunn
b9cc7194c9 Use the local TREE_HITTEST_ONITEMCOLUMN value 2017-08-08 18:56:13 -07:00
Robin Dunn
f4749bd6bd Fix missing self arg 2017-08-08 16:48:05 -07:00
Steve Barnes
2eea0a5634 Catch URLError from firewall and give practical advice 2017-08-08 11:45:59 +01:00
Steve Barnes
404ac70b1b Minor message changes in wx/tools/wxget_docs_demo.py 2017-08-08 11:45:05 +01:00
Steve Barnes
0da9225fe5 Add not on wxdocs & wxdemo utilities to docs/sphinx/rest_substitutions/overviews/index.rst 2017-08-08 11:43:11 +01:00