Commit Graph

5213 Commits

Author SHA1 Message Date
Robin Dunn
b528e68ead Force use of builtin libs on macOS, rather than any that might be found on the system 2021-12-03 08:42:17 -08:00
Robin Dunn
4488663deb A little cleanup and add 3.10 to list for runtime DLL selection 2021-12-02 16:15:39 -08:00
Robin Dunn
f1bc116047 fix indentation 2021-12-02 16:07:04 -08:00
Robin Dunn
7725f466e5 Some tweaks to fix multi-architecture builds on maxOS 2021-11-30 15:58:38 -08:00
Robin Dunn
1846e5c7e6 Set the minimum python to 3.6.0 2021-11-30 15:54:15 -08:00
Robin Dunn
f47014b2b7 Preset some complier flags for when waf does its test build in the configure stage 2021-11-30 15:49:58 -08:00
Robin Dunn
577e8d4714 Handle Python versions that have more than one digit in the minor component 2021-11-30 15:44:44 -08:00
Robin Dunn
9484fe66f1 update waf 2021-11-30 15:42:29 -08:00
Robin Dunn
332a70cc34 traverse flags in the reverse order so they end up in the same relative order when done 2021-11-30 15:41:04 -08:00
Robin Dunn
acaa5b41a0 Add note about the extended time since the last release 2021-11-23 17:12:56 -08:00
Robin Dunn
f95f3187ad Merge branch 'master' into update-wx 2021-11-23 17:00:06 -08:00
Scott Talbert
2bbf0cc423 Merge pull request #1953 from jmoraleda/fix_auiframemanager_regression
Fix regression in aui framemanager introduced in last commit
2021-11-21 16:28:46 -05:00
Scott Talbert
7776c773da Merge pull request #1931 from jmoraleda/fix_auibar_regression
Fix regression in auibar introduced in last commit
2021-11-21 16:26:28 -05:00
Scott Talbert
1c1540ff44 Merge pull request #1940 from Lollixzc/patch-1
Correct typo in eventwatcher.py
2021-11-19 19:32:44 -05:00
Scott Talbert
316a69569c Add some changelog entries 2021-11-19 18:05:09 -05:00
Scott Talbert
34730f0e57 Merge pull request #1995 from cclauss/patch-3
Fix a typo discovered by codespell
2021-11-19 17:59:43 -05:00
Scott Talbert
71985d1258 Merge pull request #1955 from machawk1/master
Fix parameters for 'More Grid Features' constructor of Sizers demo
2021-11-19 17:59:13 -05:00
Scott Talbert
07f54c1f37 Merge pull request #2003 from swt2c/pyprogress_msw
Fix PyProgress on MSW by avoiding invalid sizer flags
2021-11-19 17:58:05 -05:00
Scott Talbert
456664481e Merge pull request #2032 from swt2c/macos_py310 2021-11-19 15:17:47 -05:00
Scott Talbert
440c1b018f Switch macOS CI to use Python from Azure images
Fixes Python 3.10 and should be faster not having to download & install
Python and pip.

This also removes Python 3.6 from macOS CI - the Azure hosted version of
Python 3.6 has a problem with linker flags (it is setting -stack_size) and
can't compile Python extensions.  Python 3.6 is going to be EOL in a month or
so, so it seems fine to just remove it from CI.
2021-11-19 13:44:25 -05:00
Scott Talbert
d572879c75 Merge pull request #2017 from swt2c/cython_0.29.24
Update Cython version to fix NanoSVG issues with Python 3.10
2021-11-18 18:30:27 -05:00
Scott Talbert
b40ab0f806 Update Cython version to fix NanoSVG issues with Python 3.10 2021-11-18 15:23:00 -05:00
Scott Talbert
c1ac9154e1 Merge pull request #2031 from swt2c/ci_updates
Ci updates
2021-11-18 15:19:49 -05:00
Scott Talbert
753c6bfcbd Add Python 3.10 CI builds 2021-11-18 10:29:39 -05:00
Scott Talbert
79b97fe3ce Update Windows CI to use non-deprecated Windows image 2021-11-18 10:29:03 -05:00
Scott Talbert
dcf7a8c2c2 Update macOS CI to use non-deprecated image and latest Pythons 2021-11-18 10:28:59 -05:00
Scott Talbert
95578b4d01 Merge pull request #2030 from swt2c/ci_ubuntu
Update ubuntu image used for Azure CI builds
2021-11-18 00:02:39 -05:00
Robin Dunn
56214584a3 Update ubuntu image used for Azure CI builds 2021-11-17 22:43:40 -05:00
Robin Dunn
e9a1cc3d45 Update ubuntu image used for Azure CI builds 2021-10-28 21:00:50 -07:00
Robin Dunn
c0d0c65d01 Update wxWidgets reference 2021-10-26 12:38:02 -07:00
Robin Dunn
9235b00709 Fix a typo 2021-10-26 12:37:39 -07:00
Robin Dunn
014af4f8f1 Add Python snippets for AddScriptMessageHandler 2021-10-26 12:37:24 -07:00
Robin Dunn
1eef4d9390 Add InitLocale method 2021-10-26 12:35:04 -07:00
Scott Talbert
d2807efb45 Fix PyProgress on MSW by avoiding invalid sizer flags
Fixes #1985.
2021-08-20 21:06:44 -04:00
Christian Clauss
b31d27ccfe Fix typo discovered by codespell
https://pypi.org/project/codespell
2021-08-07 08:55:41 +02:00
Robin Dunn
b42e0c160f The setup0.h hack is no longer needed 2021-07-24 16:39:23 -07:00
Robin Dunn
7f5de39592 Changelog update for 4.1.2 2021-07-24 16:05:11 -07:00
Robin Dunn
f321c561ad various tweaks and fixes for wxWidgets update 2021-07-24 16:03:21 -07:00
Robin Dunn
7d09024195 New WebView events 2021-07-24 16:02:14 -07:00
Robin Dunn
af2c2b63c6 Add wx.FullScreenEvent 2021-07-24 16:01:37 -07:00
Robin Dunn
70535a722b remove wx.webkit 2021-07-24 15:59:37 -07:00
Robin Dunn
4cf9d913d1 update wxWidgets to get some fixes for 4.1.2 2021-07-24 15:59:11 -07:00
Robin Dunn
dcf5ba7888 Switch overview text to plain text 2021-07-24 15:17:33 -07:00
Robin Dunn
d866493ae1 Update wxWidgets to the v3.1.5 tag 2021-07-20 17:16:10 -07:00
Mat Kelly
274a12ded0 Fix parameters for 'More Grid Features' constructor 2021-04-23 16:08:07 -04:00
Jorge Moraleda
d1325de5a0 Fix regression in aui framemanager introduced in commit 2760cbe0 which mistakenly reverted the fix introduced in commit d0577746 2021-04-22 19:12:18 -07:00
Lollixzc
381d32ce8c Correct typo in eventwatcher.py
I noticed a typo when using the bundled eventwatcher the demos. I think this should be correct
2021-03-27 22:24:16 +01:00
Jorge Moraleda
3d05abea47 Fix regression in auibar introduced in commit e32ba711 which mistakenly reverted the fix introduced in commit e059ec1a 2021-03-07 15:10:05 -08:00
Robin Dunn
64e5d863f7 Merge pull request #1912 from wxWidgets/various-tweaks
Various tweaks
2021-01-29 15:51:05 -08:00
Robin Dunn
8402597523 Add some changelog items 2021-01-29 13:53:32 -08:00