Commit Graph

  • 846a4f4e4a Remove unused sizer, add spacing to controls. eagerm 2020-11-16 12:31:00 -08:00
  • 4bef428bce Add documentation to demo programs. eagerm 2020-11-16 09:23:16 -08:00
  • 6959fd7f98 Merge branch 'fix-datepicker' Robin Dunn 2020-11-13 10:14:53 -08:00
  • d45f07b656 Update wxWidgets revision to current master Robin Dunn 2020-11-13 09:40:48 -08:00
  • b27e492898 Also show wx.adv.DatePickerCtrlGeneric in the demo Robin Dunn 2020-11-13 09:39:37 -08:00
  • f2b7035a5a Swap which is the real name and which is the alias for DatePickerCtrlGeneric Robin Dunn 2020-11-13 09:38:39 -08:00
  • 4c6b725479 Create ThumbDemoConfig.py from class in ScrolledThumbnail & ThumbnailCtrl eagerm 2020-11-12 09:40:00 -08:00
  • 8dd754b905 Merge pull request #1846 from wxWidgets/fix-issue1843 Robin Dunn 2020-11-11 20:00:20 -08:00
  • b8facb230d Update wxWidgets revision to current master Robin Dunn 2020-11-11 16:41:52 -08:00
  • 35931985ab Update some copyright years Robin Dunn 2020-11-11 15:55:30 -08:00
  • 7a839de248 Make it possible to call a function that post-processes the generated ReST doc for a class. Robin Dunn 2020-11-11 15:40:05 -08:00
  • e3dbe68b49 Allow passing iterator flags into GetPropertyValues Robin Dunn 2020-11-11 14:41:44 -08:00
  • d6727e5ce7 Create ThumbDemoConfig class eagerm 2020-11-11 12:38:54 -08:00
  • 6fa88e361f Reduce differences between demo/ScrolledThumbnail and demo/ThumbnailCtrl eagerm 2020-11-10 20:20:34 -08:00
  • e73d5f49db Minor cleanup and fixes from code review eagerm 2020-11-10 20:12:54 -08:00
  • 6b78295938 Merge pull request #1845 from wxWidgets/fix-issue1842 Robin Dunn 2020-11-10 16:13:19 -08:00
  • a6e855c34e Add changelog item Robin Dunn 2020-11-10 14:46:15 -08:00
  • c4f1e9f3bd Add missing context manager methods for wx.LogNull Robin Dunn 2020-11-10 14:43:18 -08:00
  • 4402d87599 Merge pull request #1832 from Metallicow/reduce-flicker-overlay Robin Dunn 2020-11-05 13:45:41 -08:00
  • c0341cb2b6 Merge pull request #1826 from Metallicow/Reduce-flicker-svg-demos Robin Dunn 2020-11-05 13:44:57 -08:00
  • f2a2eca467 Update CHANGES with info about ScrolledThumbnail eagerm 2020-10-23 17:03:55 -07:00
  • f511c293cc Add ScrolledThumbnail demo eagerm 2020-10-23 15:33:00 -07:00
  • 0a03c37a26 Fixes from code review. eager 2020-10-21 13:31:19 -07:00
  • 81c0461233 Refactor ThumbnailCtrl, create stand-alone ScrolledThumbnail widget eager 2020-10-16 11:28:04 -07:00
  • 8d4f8e733c Reduce flicker in throbber. Use BufferedPaintDC Metallicow 2020-10-27 19:03:10 -05:00
  • 7a637d862d Revert "Reduce flicker of overlay, since throbber can be composed of svg bitmaps" Metallicow 2020-10-27 18:58:20 -05:00
  • 8a26e17b16 Merge branch 'highdpi-overview' Robin Dunn 2020-10-22 16:11:54 -07:00
  • 5443e86401 Merge branch 'update-webview' Robin Dunn 2020-10-22 16:11:14 -07:00
  • 7c63c5cc90 Add the High DPI Overview doc from wxWidgets Robin Dunn 2020-10-22 15:49:14 -07:00
  • be94264761 The Bitmap mask bug on OSX has been fixed, switch back to using the bitmap to get the shape Robin Dunn 2020-10-22 15:36:06 -07:00
  • 19d983fcee Pillow wheels are now available for Python 3.9 Robin Dunn 2020-10-22 15:18:06 -07:00
  • 59673db44c Update webview2 DLLs and etc. to 1.0.622.22 Robin Dunn 2020-10-22 15:05:37 -07:00
  • 6f776d28d2 Update wxWidgets to newest revision on master Robin Dunn 2020-10-22 14:30:35 -07:00
  • 18ceaeadd7 Reduce flicker of overlay, since throbber can be composed of svg bitmaps Metallicow 2020-10-19 04:09:04 -05:00
  • efec3bcca5 Reduce flicker in svg demos Metallicow 2020-10-19 03:32:58 -05:00
  • 6dd5689daa Split and dedent the ConvertToRegion doc so it will be formatted correctly by sphinx Robin Dunn 2020-10-15 14:20:55 -07:00
  • c5a237375e Merge pull request #1821 from wxWidgets/image-region Robin Dunn 2020-10-14 23:47:02 -07:00
  • 9d14d92686 Add changelog entry Robin Dunn 2020-10-14 18:13:13 -07:00
  • c5c28fd811 Add wx.Image.ConvertToRegion allowing to construct a region from an image without needing to make a bitmap first. Robin Dunn 2020-10-14 18:01:19 -07:00
  • f1a910db55 Merge pull request #1820 from wxWidgets/webview-edge Robin Dunn 2020-10-14 18:14:41 -07:00
  • 0e7c422496 Add item in CHANGES.rst for the WebView MS Edge backend support Robin Dunn 2020-10-14 13:11:05 -07:00
  • 1842b2bc9a Merge branch 'master' into webview-edge Robin Dunn 2020-10-14 13:02:12 -07:00
  • 03e2f70dff Update project classifiers Robin Dunn 2020-10-13 22:06:13 -07:00
  • b59bbe32f2 Merge pull request #1819 from wxWidgets/checklistboxmixin Robin Dunn 2020-10-13 22:04:54 -07:00
  • 4d1e8f0b47 Add notes in CHANGES and the MigrationGuide Robin Dunn 2020-10-13 16:14:46 -07:00
  • 15be2436d1 Give CheckItem.check a default value so it will be less likely for code still using CheckListCtrlMixin to raise an exception. Robin Dunn 2020-10-13 16:04:49 -07:00
  • cafa02a2f2 Remove old todo file Robin Dunn 2020-10-13 15:57:02 -07:00
  • 9bef374ecf Give a warning about CheckListCtrlMixin's redundancy Robin Dunn 2020-10-13 15:56:04 -07:00
  • e8f394bc2c Switch the CheckListCtrlMixin demo to just use the new built-in checkbox functionality Robin Dunn 2020-10-13 15:40:17 -07:00
  • bf34a1e276 Fix indentation issue Robin Dunn 2020-10-13 14:18:03 -07:00
  • 84b9af5c22 Add code to test which backends are available, and show which one was selected. Robin Dunn 2020-10-13 14:17:34 -07:00
  • cddbbc5001 Modify the PATH, if needed, to allow the MS Edge Loader DLL to be found Robin Dunn 2020-10-13 14:13:40 -07:00
  • 15b5f94e3b minor demo tweaks Robin Dunn 2020-10-13 13:22:31 -07:00
  • 2497454917 Add flag for turning off MS edge support, code to download the dev files, etc. Robin Dunn 2020-10-13 13:18:09 -07:00
  • 65767d1aa7 Add inclusion of webview_edge.h, add wxWebViewBackendEdge Robin Dunn 2020-10-13 11:50:52 -07:00
  • f96deee066 Add distributable DLLs for MS WebView2 Robin Dunn 2020-10-13 11:47:54 -07:00
  • b382df3382 reorganize some packaging subfolders Robin Dunn 2020-09-17 13:20:33 -07:00
  • ba18224e00 Add new names to module map Robin Dunn 2020-10-12 14:55:13 -07:00
  • 99935b0e10 Update wxWidgets to newest on the master branch Robin Dunn 2020-10-12 14:05:02 -07:00
  • 88dd4e2f30 Use key-up on MSW and key-down on others. Only skip for keys not handled by the event handler. Robin Dunn 2020-10-12 12:24:46 -07:00
  • a2f316edcf fix small typo in mixin sample example Metallicow 2020-10-09 12:04:11 -05:00
  • 94ccec7aca Update and fixes per Robins REQz Metallicow 2020-10-09 11:47:15 -05:00
  • 24877a11b1 Add wx.lib.checkbox GenericCheckBox Demo Metallicow 2020-09-24 18:45:55 -05:00
  • 81843a627f Add wx.lib.checkbox Metallicow 2020-09-24 18:25:35 -05:00
  • c81865ddbb revert disabled flag in unchecked checkbox func Metallicow 2020-06-22 13:28:01 -05:00
  • 037dcb96f4 Add PurePython Checkbox Metallicow 2020-06-22 12:59:53 -05:00
  • 37d5244a7f Merge pull request #1807 from Metallicow/Fix-GLCanvas-Demo Robin Dunn 2020-10-12 12:08:43 -07:00
  • 739082a8b7 Merge pull request #1817 from wxWidgets/python-3.9 Robin Dunn 2020-10-12 12:02:50 -07:00
  • 437574895f Add Python 3.9 to the ubuntu-18.04 docker image Robin Dunn 2020-10-12 10:21:03 -07:00
  • 2c9beabc69 Add buildbot builders for Python 3.9 Robin Dunn 2020-10-10 16:09:49 -07:00
  • 490d2d1a48 Turn on Linux and macOS builds again Robin Dunn 2020-10-09 12:55:13 -07:00
  • d1a68eac0f Remove the maxParallel constraints. Let Azure take care of that. Robin Dunn 2020-10-09 12:22:48 -07:00
  • d17e0948f3 Add Python 3.8 builds, the Azure agent doesn't have 3.9 yet. Robin Dunn 2020-10-09 11:37:02 -07:00
  • 2dd41a851c temporarily focus on just the Windows builds Robin Dunn 2020-10-09 10:50:45 -07:00
  • faa0467e3a add some code to discover what versions of Python are available on the build agent Robin Dunn 2020-10-09 10:45:34 -07:00
  • c08fe42b39 Add Python 3.9 builds for Linux and macOS Robin Dunn 2020-10-09 10:44:33 -07:00
  • 5854b11693 Pillow doesn't have a build for Python 3.9 yet Robin Dunn 2020-10-09 10:43:53 -07:00
  • 2e44b43121 Add Python 3.9 to the list Robin Dunn 2020-10-09 10:04:33 -07:00
  • 8a04577f95 Pin cython version to aid in consistency across platforms Robin Dunn 2020-10-09 10:04:13 -07:00
  • 6306a56540 Fix MessageDialog typo and apply Robins REQz Metallicow 2020-10-09 09:58:45 -05:00
  • 4cfb51cbae Merge pull request #1808 from StefanBruens/do_not_mangle_param_name Robin Dunn 2020-10-08 21:16:56 -07:00
  • 9db9d72ed4 Merge pull request #1806 from StefanBruens/more_test_fixes Robin Dunn 2020-10-08 21:00:32 -07:00
  • f413ead0b2 Merge pull request #1759 from Metallicow/AUI_DOCKART_HINT_WINDOW_BORDER_COLOUR Robin Dunn 2020-10-08 20:59:36 -07:00
  • cf30fc3e17 Remove test for default-constructed wxPGWindowList, use Getters Stefan Brüns 2020-10-04 16:20:27 +02:00
  • 83e1470f25 Remove pagebreak array from HtmlDCRenderer::Render parameters Stefan Brüns 2020-10-02 20:54:31 +02:00
  • dab4757525 Remove tests for removed OS/2 list states, and invalid hittest case Stefan Brüns 2020-10-02 20:02:31 +02:00
  • 6d59201c00 Remove instatiation test of accidentially exposed values Stefan Brüns 2020-10-02 19:56:42 +02:00
  • 36686a8c75 Pass data as bytes in UIActionSimulator::Test Stefan Brüns 2020-10-02 15:18:52 +02:00
  • 62cda454f1 Do not specify invalid alignment in BoxSizer flags Stefan Brüns 2020-10-01 02:21:33 +02:00
  • 9baba68cff Remove constructor test for no longer existant AuiPanelButton Stefan Brüns 2020-09-30 23:35:43 +02:00
  • 08c895a379 Do not strip wx prefix from parameter names Stefan Brüns 2020-10-02 00:12:08 +02:00
  • a811f20cda Fix GLCanvas Demo Metallicow 2020-10-01 00:15:01 -05:00
  • 0168c425ec Do not try to manually create a wx.PaintEvent Stefan Brüns 2020-09-30 23:21:12 +02:00
  • 47c4a913d3 Merge branch 'sip-4.19.24' into master Robin Dunn 2020-09-16 17:33:07 -07:00
  • ca3367a340 Enable GridActivationResult and GridActivationSource Robin Dunn 2020-09-16 16:38:45 -07:00
  • fbca74c826 Sip MD5s for Linux Robin Dunn 2020-09-16 16:30:12 -07:00
  • ed834e7640 Copy the new sip.h Robin Dunn 2020-09-16 16:15:17 -07:00
  • ff4106cb9d Win32 MD5 for sip Robin Dunn 2020-09-16 15:58:09 -07:00
  • 4a6c6d2f86 update siplib Robin Dunn 2020-09-16 15:52:07 -07:00
  • 257c06ba20 Update SIP to version 4.19.24, Darwin MD5 Robin Dunn 2020-09-16 15:50:26 -07:00