Robin Dunn
|
26c746ca13
|
Add note about MSVC compiler changes, update some others.
|
2022-05-22 23:05:01 -07:00 |
|
Robin Dunn
|
727f3aff2a
|
Merge pull request #2158 from komoto48g/shell-stc
Fix issue #2157: wx.py.shell.Shell.OnHistorySearch
|
2022-05-22 23:01:11 -07:00 |
|
Robin Dunn
|
3134c91446
|
Pin the version of Jinja2 to 2.10
|
2022-05-21 12:41:12 -07:00 |
|
Robin Dunn
|
59d87d948b
|
Merge pull request #2134 from DietmarSchwertberger/ISSUE2120
fix issue #2120: wx.lib.agw.multidirdialog.MultiDirDialog.GetPaths()
|
2022-05-21 12:38:50 -07:00 |
|
Robin Dunn
|
c740b6886d
|
Merge pull request #2139 from komoto48g/fix-eventwatcher
Fix eventwatcher checkAll(check=False)
|
2022-05-21 12:36:44 -07:00 |
|
Robin Dunn
|
de59dd924a
|
Merge pull request #2140 from komoto48g/fix-shell
Fix shell getMultilineCommand
|
2022-05-21 12:35:15 -07:00 |
|
Robin Dunn
|
baa09183f6
|
Merge pull request #2144 from DietmarSchwertberger/ISSUE_1841
fix gridmovers issue #1841
|
2022-05-21 12:34:27 -07:00 |
|
Robin Dunn
|
7896b23b4c
|
Merge branch 'andriyor-patch-1'
|
2022-05-21 12:28:45 -07:00 |
|
Robin Dunn
|
4196fccb9e
|
Add documentation link
|
2022-05-21 12:28:26 -07:00 |
|
Paul McCarthy
|
2af58848c4
|
BF: Proportion parameter must be an integer
|
2022-05-21 12:24:50 -07:00 |
|
Robin Dunn
|
33a257ceb8
|
Add some debug prints
|
2022-05-21 12:24:50 -07:00 |
|
Robin Dunn
|
58751d8161
|
Add more new Python code snippets
|
2022-05-21 12:24:50 -07:00 |
|
Robin Dunn
|
ede26d4671
|
Add Python snippets for the BitmapBundle docs
|
2022-05-21 12:24:50 -07:00 |
|
Robin Dunn
|
6c7dd5d458
|
Transfer ownership in wx.BitmapBundle.FromImpl
Add unittest for wx.BitmapBundleImpl
|
2022-05-21 12:24:50 -07:00 |
|
Robin Dunn
|
88d9fbc03d
|
Ignore wx.App.GetGUIInstance
|
2022-05-21 12:24:50 -07:00 |
|
Robin Dunn
|
1facdad9d4
|
Update VC runtime DLLs
|
2022-05-21 12:24:50 -07:00 |
|
Robin Dunn
|
b2b7a8f88d
|
Improve a comment, and comment-out some debug code.
|
2022-05-21 12:24:50 -07:00 |
|
Robin Dunn
|
505fcdcfaf
|
Since we've already set everything we need in the environment set DISTUTILS_USE_SDK so distutils won't try to do it all again.
|
2022-05-21 12:24:50 -07:00 |
|
Robin Dunn
|
befc958742
|
Try the windows-2022 image on Azure, add some debug prints.
|
2022-05-21 12:24:50 -07:00 |
|
Robin Dunn
|
e7feac7c35
|
Docstring clarification
|
2022-05-21 12:24:50 -07:00 |
|
Robin Dunn
|
98770380fc
|
Use 14.0 as the minimum MSVC version
|
2022-05-21 12:24:50 -07:00 |
|
Robin Dunn
|
8dcd0936e3
|
Use MSVCinfo in the waf script to help set up the compiler for the wxPython build
|
2022-05-21 12:24:50 -07:00 |
|
Robin Dunn
|
d3eed52a25
|
Move setting the environment variables into getMSVCInfo
|
2022-05-21 12:24:50 -07:00 |
|
Robin Dunn
|
999ad33c96
|
Switch to setuptools.msvc for getting setup info for the Windows compiler, reducing dependence on distutils.
|
2022-05-21 12:24:50 -07:00 |
|
Robin Dunn
|
526cb6ac40
|
Add a TODO
|
2022-05-21 12:24:50 -07:00 |
|
Robin Dunn
|
05bc12da13
|
Fix some wxWidgets interface docs that were still specifying wxBitmap instead of wxBitmapBundle
|
2022-05-21 12:24:50 -07:00 |
|
Robin Dunn
|
e6e7c89ff9
|
Add changelog for wx.BitmapBundle
|
2022-05-21 12:24:50 -07:00 |
|
Robin Dunn
|
24a0b89f0f
|
Add a couple more tests for wx.BitmapBundle
|
2022-05-21 12:24:50 -07:00 |
|
Robin Dunn
|
c054d18112
|
Add convertFromPyObject code for wxBitmapBundle so we can autoconvert wxBitmaps from Python
|
2022-05-21 12:24:50 -07:00 |
|
Robin Dunn
|
3057d3502a
|
Adjust all the custom wx.MenuItem methods. Return new instances, mark them as factories, etc.
|
2022-05-21 12:24:50 -07:00 |
|
Tim Stahlhut
|
8e4e69e3b4
|
Return new wxBitmap for GetDisabledBitmap()
This issue was detected by the clang64 compiler; but, it likely needs
fixed for all compilers.
|
2022-05-21 12:24:50 -07:00 |
|
Robin Dunn
|
af24dc047e
|
Add forgotten class scope
|
2022-05-21 12:24:50 -07:00 |
|
Robin Dunn
|
565f64131c
|
Updated itemToModuleMap
|
2022-05-21 12:24:50 -07:00 |
|
Robin Dunn
|
22a3676b8e
|
Guard against None returned for the top-level parent node
|
2022-05-21 12:24:50 -07:00 |
|
Robin Dunn
|
fc42054af8
|
Fix wrappers for platform-specific GTKSuppressDiagnostics and OSXEnableNewLineReplacement
They need to be generated for all platforms, even if they do not do anything on some.
|
2022-05-21 12:24:50 -07:00 |
|
Randy Döring
|
43fac0fe39
|
Fix CheckListBox GetSelections()
|
2022-05-21 12:24:50 -07:00 |
|
Scott Talbert
|
35c27362d8
|
Try using ccache on macOS CI too
|
2022-05-21 12:24:50 -07:00 |
|
Scott Talbert
|
4091e718e7
|
Add build number to cache key to hopefully fix ccache
|
2022-05-21 12:24:50 -07:00 |
|
Scott Talbert
|
0ef7642f4f
|
Update demos to work wxWidgets 3.1.6
|
2022-05-21 12:24:50 -07:00 |
|
Scott Talbert
|
54a07bc27f
|
Update unittests to work with wxWidgets 3.1.6
|
2022-05-21 12:24:50 -07:00 |
|
Scott Talbert
|
a785167b74
|
Update wxWidgets version in buildtools/version.py
|
2022-05-21 12:24:50 -07:00 |
|
Scott Talbert
|
969bade219
|
Update MS Edge version to latest
|
2022-05-21 12:24:50 -07:00 |
|
Scott Talbert
|
2c4c323602
|
Update ETG scripts to support wxWidgets 3.1.6 functionality
Fixes #2136.
|
2022-05-21 12:24:50 -07:00 |
|
Scott Talbert
|
e7d954a200
|
Update wxWidgets to v3.1.6
|
2022-05-21 12:24:50 -07:00 |
|
Scott Talbert
|
ce4a77e80c
|
Use ccache to speed up Linux CI
|
2022-05-21 12:24:49 -07:00 |
|
Scott Talbert
|
1c7e4c30a1
|
Linux CI: add 'apt update' back in to avoid mirror issues
|
2022-05-21 12:24:49 -07:00 |
|
Robin Dunn
|
a21bcec11d
|
Merge pull request #2161 from pauldmccarthy/bf/aui-wrong-type
BF: Sizer proportion parameter must be an integer
|
2022-05-21 12:13:43 -07:00 |
|
komoto
|
de5abf4219
|
Override editwindow SetSelection as a temporary patch
Better to override editwindow (a common parent of shell and sliceshell)
|
2022-05-20 13:22:43 +09:00 |
|
komoto
|
85466c87b8
|
Revert "Override SetSelection as a temporary patch"
Better to override editwindow
|
2022-05-20 13:09:07 +09:00 |
|
Robin Dunn
|
6a5e93d0c8
|
Merge branch 'add-doc-snippets'
|
2022-05-18 08:35:21 -07:00 |
|