Commit Graph

5035 Commits

Author SHA1 Message Date
Robin Dunn
6b78295938 Merge pull request #1845 from wxWidgets/fix-issue1842
Add context manager methods to wx.LogNull
2020-11-10 16:13:19 -08:00
Robin Dunn
a6e855c34e Add changelog item 2020-11-10 14:46:15 -08:00
Robin Dunn
c4f1e9f3bd Add missing context manager methods for wx.LogNull 2020-11-10 14:43:18 -08:00
Robin Dunn
4402d87599 Merge pull request #1832 from Metallicow/reduce-flicker-overlay
Reduce flicker in throbber. Use BufferedPaintDC
2020-11-05 13:45:41 -08:00
Robin Dunn
c0341cb2b6 Merge pull request #1826 from Metallicow/Reduce-flicker-svg-demos
Reduce flicker in svg demos
2020-11-05 13:44:57 -08:00
Metallicow
8d4f8e733c Reduce flicker in throbber. Use BufferedPaintDC 2020-10-27 19:03:10 -05:00
Metallicow
7a637d862d Revert "Reduce flicker of overlay, since throbber can be composed of svg bitmaps"
This reverts commit 18ceaeadd7.
2020-10-27 18:58:20 -05:00
Robin Dunn
8a26e17b16 Merge branch 'highdpi-overview' 2020-10-22 16:11:54 -07:00
Robin Dunn
5443e86401 Merge branch 'update-webview' 2020-10-22 16:11:14 -07:00
Robin Dunn
7c63c5cc90 Add the High DPI Overview doc from wxWidgets 2020-10-22 16:10:09 -07:00
Robin Dunn
be94264761 The Bitmap mask bug on OSX has been fixed, switch back to using the bitmap to get the shape 2020-10-22 15:36:06 -07:00
Robin Dunn
19d983fcee Pillow wheels are now available for Python 3.9 2020-10-22 15:18:06 -07:00
Robin Dunn
59673db44c Update webview2 DLLs and etc. to 1.0.622.22 2020-10-22 15:05:37 -07:00
Robin Dunn
6f776d28d2 Update wxWidgets to newest revision on master 2020-10-22 14:30:35 -07:00
Metallicow
18ceaeadd7 Reduce flicker of overlay, since throbber can be composed of svg bitmaps 2020-10-19 04:09:04 -05:00
Metallicow
efec3bcca5 Reduce flicker in svg demos 2020-10-19 03:32:58 -05:00
Robin Dunn
6dd5689daa Split and dedent the ConvertToRegion doc so it will be formatted correctly by sphinx 2020-10-15 14:20:55 -07:00
Robin Dunn
c5a237375e Merge pull request #1821 from wxWidgets/image-region
Add wx.Image.ConvertToRegion
2020-10-14 23:47:02 -07:00
Robin Dunn
9d14d92686 Add changelog entry 2020-10-14 18:18:59 -07:00
Robin Dunn
c5c28fd811 Add wx.Image.ConvertToRegion allowing to construct a region from an image without needing to make a bitmap first. 2020-10-14 18:17:54 -07:00
Robin Dunn
f1a910db55 Merge pull request #1820 from wxWidgets/webview-edge
Add support for MS Edge backend for wx.html2.WebView
2020-10-14 18:14:41 -07:00
Robin Dunn
0e7c422496 Add item in CHANGES.rst for the WebView MS Edge backend support 2020-10-14 13:11:05 -07:00
Robin Dunn
1842b2bc9a Merge branch 'master' into webview-edge 2020-10-14 13:02:12 -07:00
Robin Dunn
03e2f70dff Update project classifiers 2020-10-13 22:06:13 -07:00
Robin Dunn
b59bbe32f2 Merge pull request #1819 from wxWidgets/checklistboxmixin
Warnings and workarounds to help phase out CheckListCtrlMixin
2020-10-13 22:04:54 -07:00
Robin Dunn
4d1e8f0b47 Add notes in CHANGES and the MigrationGuide 2020-10-13 16:14:46 -07:00
Robin Dunn
15be2436d1 Give CheckItem.check a default value so it will be less likely for code still using CheckListCtrlMixin to raise an exception. 2020-10-13 16:04:49 -07:00
Robin Dunn
cafa02a2f2 Remove old todo file 2020-10-13 15:57:02 -07:00
Robin Dunn
9bef374ecf Give a warning about CheckListCtrlMixin's redundancy 2020-10-13 15:56:04 -07:00
Robin Dunn
e8f394bc2c Switch the CheckListCtrlMixin demo to just use the new built-in checkbox functionality 2020-10-13 15:40:17 -07:00
Robin Dunn
bf34a1e276 Fix indentation issue 2020-10-13 14:18:03 -07:00
Robin Dunn
84b9af5c22 Add code to test which backends are available, and show which one was selected. 2020-10-13 14:17:34 -07:00
Robin Dunn
cddbbc5001 Modify the PATH, if needed, to allow the MS Edge Loader DLL to be found 2020-10-13 14:16:56 -07:00
Robin Dunn
15b5f94e3b minor demo tweaks 2020-10-13 13:22:31 -07:00
Robin Dunn
2497454917 Add flag for turning off MS edge support, code to download the dev files, etc. 2020-10-13 13:18:09 -07:00
Robin Dunn
65767d1aa7 Add inclusion of webview_edge.h, add wxWebViewBackendEdge 2020-10-13 13:16:57 -07:00
Robin Dunn
f96deee066 Add distributable DLLs for MS WebView2 2020-10-13 11:49:27 -07:00
Robin Dunn
b382df3382 reorganize some packaging subfolders 2020-10-12 15:53:24 -07:00
Robin Dunn
ba18224e00 Add new names to module map 2020-10-12 14:55:13 -07:00
Robin Dunn
99935b0e10 Update wxWidgets to newest on the master branch 2020-10-12 14:05:02 -07:00
Robin Dunn
88dd4e2f30 Use key-up on MSW and key-down on others. Only skip for keys not handled by the event handler. 2020-10-12 12:46:15 -07:00
Metallicow
a2f316edcf fix small typo in mixin sample example 2020-10-12 12:45:08 -07:00
Metallicow
94ccec7aca Update and fixes per Robins REQz
Robins requested changes found here #1695
Also added current and pressed bitmaps to mixin.
2020-10-12 12:45:08 -07:00
Metallicow
24877a11b1 Add wx.lib.checkbox GenericCheckBox Demo 2020-10-12 12:45:08 -07:00
Metallicow
81843a627f Add wx.lib.checkbox
Sphinx Formatting and other stuff per Robins REQz
2020-10-12 12:45:08 -07:00
Metallicow
c81865ddbb revert disabled flag in unchecked checkbox func
I believe this one looks right now
2020-10-12 12:45:08 -07:00
Metallicow
037dcb96f4 Add PurePython Checkbox
Mostly ported from the wxPyWiki impl and also is a mixin to get bitmaps if desired if hacking on other widgets.
2020-10-12 12:45:08 -07:00
Robin Dunn
37d5244a7f Merge pull request #1807 from Metallicow/Fix-GLCanvas-Demo
Fix GLCanvas Demo
2020-10-12 12:08:43 -07:00
Robin Dunn
739082a8b7 Merge pull request #1817 from wxWidgets/python-3.9
Python 3.9
2020-10-12 12:02:50 -07:00
Robin Dunn
437574895f Add Python 3.9 to the ubuntu-18.04 docker image 2020-10-12 10:21:03 -07:00