Robin Dunn
272990b131
Merge pull request #1997 from cclauss/codespell
...
Fix typos discovered by codespell
2021-12-13 20:16:39 -08:00
Robin Dunn
0cbf3d738a
Tweak text about Linux package requirements
2021-12-13 20:03:20 -08:00
Scott Talbert
9a8a9b019c
Merge pull request #2026 from carolfs/master
...
Fixed integer division in Python 3
2021-11-29 21:22:26 -05:00
Scott Talbert
f42bea0927
Merge pull request #2005 from gwhitney/setscrollbar_types
...
fix: Correct types of arguments to ScrolledWindow.SetScrollbars
2021-11-29 21:20:30 -05: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
Carolina Feher da Silva
0d449626d6
Fixed integer division in Python 3
2021-11-16 01:24:31 +00:00
Glen Whitney
3eb9eb32dc
fix: Correct types of arguments to ScrolledWindow.SetScrollbars
2021-08-31 11:06:27 -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
25ba122168
Fix typos discovered by codespell
2021-08-07 18:55:49 +02:00
Christian Clauss
b31d27ccfe
Fix typo discovered by codespell
...
https://pypi.org/project/codespell
2021-08-07 08:55:41 +02: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
Robin Dunn
8af5dd177e
Move the code sample into an expandable section in the github issue template
2021-01-29 13:51:08 -08:00
Robin Dunn
040c59fd99
Change InitLocale to just do locale.setlocale(locale.LC_ALL, "C") to undo what Python (3.8+ on Windows) does.
2021-01-29 13:39:49 -08:00
Robin Dunn
c78823549b
Ensure time_t is treated as a 64-bit value by SIP
2021-01-29 13:34:10 -08:00
Robin Dunn
442b50ad78
Ensure the the timers are all stopped when the Timer sample is shutdown
2021-01-20 13:35:31 -08:00
Robin Dunn
66f62480f3
decode the catalog lookup path if needed
2021-01-20 13:34:53 -08:00
Robin Dunn
c3d4881bfd
Fix an invalid escape sequence warning
2021-01-20 13:10:33 -08:00
Robin Dunn
3d4155395b
Add test cases for GenericDirCtrl.GetPath and GetPaths
2021-01-19 10:07:50 -08:00
Robin Dunn
3500ac7a9e
Merge branch 'fix-wxHandleFatalExceptions'
2021-01-18 16:23:45 -08:00
Robin Dunn
74d3151fcf
Merge branch 'cbeytas-treefixes'
2021-01-18 15:42:05 -08:00
Robin Dunn
13cc5db688
I think this wx.Locale() may be unnecessary now that InitLocal has been rewritten...
2021-01-18 15:38:44 -08:00
Kevin Schlosser
ec12b059d7
Fixes transparency in the docking guides for wx.lib.agw.aui
...
wx.Region no longer selects all non transparent pixels when a wxBitmap is passed to the constructor. In order to get the region made properly a color bust also be supplied. As luck would have it the way the docking guide images were made we are able to do this because there is only a single color that we needed to use.
2021-01-18 15:26:05 -08:00
Scott Talbert
eb0156fed3
Adjust CubeColourDialog's SpinCtrl width when on GTK3
...
Fixes #1891 .
2021-01-18 15:25:33 -08:00
Kevin Schlosser
40e454d179
Fixes floating point math in wx.lib.agw.aui
...
wx.lib.agw.aui was never converted to run on Python 3 and as a result the division operator forces a conversion of the used values to a float. Floats cannot be used in functions like `range`. This caused quite number of things to not function properly and produce tracebacks.
The other thing is when wx.lib.agw.aui was written pixels could not be rendered using coordinates that were floats so now passing floats could cause rendering alignment problems because the layout of the various bits were done so in a manner that would have the alignment correct using integers.
2021-01-18 15:25:33 -08:00
Robin Dunn
3714437611
Pythonize wx.GenericDirCtrl.GetPaths
2021-01-18 15:25:33 -08:00
Robin Dunn
843a99eb1d
wx.DF_PNG has been added
2021-01-18 15:25:33 -08:00
Robin Dunn
7854e31406
Update wxWidgets revision to current master
2021-01-18 15:25:33 -08:00
Robin Dunn
927b00f083
Add wx.ImageDataObject
2021-01-18 15:25:33 -08:00
Robin Dunn
bb32d62f71
Update wxWidgets revision to current master
2021-01-18 15:25:33 -08:00