Commit Graph

  • b525fbb037 Fixes #1577 Per A. Brodtkorb 2020-03-24 16:22:27 +01:00
  • 426258b7b7 Adding missing close for open and replaced "fid=open(filename) fid.close()" statements with the safer "with open(filename) as fid:" blocks. Per A. Brodtkorb 2020-03-24 14:58:24 +01:00
  • eafc9a3c09 Add TODO for handling when the native ctrl is configured Robin Dunn 2020-03-24 18:44:03 -07:00
  • a263e02639 Some additional default typeVal items for the stubs generator Robin Dunn 2020-03-24 18:39:20 -07:00
  • 3298d643ad Update wxWidgets ref Robin Dunn 2020-03-24 17:39:35 -07:00
  • 73b18b6650 Add animation decoders Robin Dunn 2020-03-24 17:37:44 -07:00
  • 24be75d44a Add --disable-nativeanimation to configure command Robin Dunn 2020-03-24 17:37:17 -07:00
  • 799d94b50f Enable adding extra TypeHeader text in wxListWrapperTemplate Robin Dunn 2020-03-24 17:36:22 -07:00
  • 386558c757 Fix tarfile filename problems due to changing when the CWD is changed Robin Dunn 2020-03-24 12:52:59 -07:00
  • 53cc1f28bf Add missing wx.MemoryDC.GetSelectedBitmap Robin Dunn 2020-03-23 20:19:29 -07:00
  • e67fcca9dd Update wxWidgets ref Robin Dunn 2020-03-23 20:18:59 -07:00
  • f1aaa8b6d3 Update wxWidgets ref Robin Dunn 2020-03-23 14:41:15 -07:00
  • 7a05d20d82 Merge pull request #1572 from pbrod/Fix_issue1571 Robin Dunn 2020-03-23 16:07:22 -07:00
  • 41c5af9cde Merge pull request #1569 from pbrod/Fix_issue1554 Robin Dunn 2020-03-23 15:35:41 -07:00
  • 00640cab39 Merge pull request #1568 from pbrod/Fix_1553 Robin Dunn 2020-03-23 15:30:52 -07:00
  • ac7e407763 Merge pull request #1565 from wxWidgets/fix-1311 Robin Dunn 2020-03-23 15:27:55 -07:00
  • 0b1602f059 Merge pull request #1566 from wxWidgets/fix-1488 Robin Dunn 2020-03-23 15:27:23 -07:00
  • 29189feb60 Merge pull request #1573 from wxWidgets/new-azure-image Robin Dunn 2020-03-23 15:26:21 -07:00
  • 52c00542eb Streamline fetching WX_CONFIG from the environment Robin Dunn 2020-03-23 14:50:52 -07:00
  • cb7f95d9b7 Switch to the macOS-10.14 image on Azure Robin Dunn 2020-03-23 14:10:08 -07:00
  • e4e8bf8317 Fixes issue 1571: Adding missing close for open. If the "close()" call is missing after a "open(filename)" call, the filename isn't guaranteed to be closed before the interpreter exits. This is generally a bad practice as explained here: https://stackoverflow.com/questions/7395542/is-explicitly-closing-files-important Per A. Brodtkorb 2020-03-23 17:16:44 +01:00
  • fc1823315b Fixes issue # 1554: Replaced "== None" and "!= None" with "is None" and "is not None", respectively, because the former is slower and error-prone. Per A. Brodtkorb 2020-03-23 11:53:36 +01:00
  • 95d1df0383 Fixes issue #1553: Replace wait with communicate to avoid potential deadlock. Per A. Brodtkorb 2020-03-23 11:16:33 +01:00
  • 9b122237c9 if WX_CONFIG is set in the environment then use that instead of defaulting to "wx-config" Robin Dunn 2020-03-20 15:25:34 -07:00
  • 764abb41bf Don't use relative imports in the tools scripts Robin Dunn 2020-03-20 13:47:50 -07:00
  • 8e2627e8e3 Merge pull request #1564 from pbrod/Fix_issue1556 Robin Dunn 2020-03-20 15:19:40 -07:00
  • 68e8650a4d Merge pull request #1563 from pbrod/Fix_issue1555 Robin Dunn 2020-03-20 15:06:21 -07:00
  • 460e69aec3 Merge pull request #1562 from pbrod/fix-issue1557 Robin Dunn 2020-03-20 15:04:12 -07:00
  • 1eafa7e77d Merge pull request #1559 from pbrod/Fix_test_propgridprops2 Robin Dunn 2020-03-20 14:49:10 -07:00
  • 7eaf6b1d86 Add snippet for GridFitMode Robin Dunn 2020-03-20 13:30:04 -07:00
  • 9813e50502 Don't generate docs for the wxObjectDataPtr template Robin Dunn 2020-03-20 13:29:43 -07:00
  • 033c18fd9f Fixes issue #1556 Per A. Brodtkorb 2020-03-20 18:51:19 +01:00
  • 05ac589e2d Fixes issue 1555 Replace open-close statements by the use of "with"-blocks. Per A. Brodtkorb 2020-03-20 15:03:09 +01:00
  • f2dbd64253 Fixes issue #1557 by replacing call to tempfile.mktemp with tempfile.NamedTemporaryFile. Per A. Brodtkorb 2020-03-20 14:51:28 +01:00
  • 2830ccf783 Fixes issue #1549: test_propgridprops12 fails on windows Per A. Brodtkorb 2020-03-20 12:40:36 +01:00
  • ef1edacc20 Merge pull request #1552 from wxWidgets/fix-issue1084 Robin Dunn 2020-03-17 23:24:47 -07:00
  • adf1a1522c Skip the pyi unittests for now. Robin Dunn 2020-03-17 17:48:36 -07:00
  • b503793e5e Add ability to make global name strings from a wchar_t constant Robin Dunn 2020-03-17 17:46:56 -07:00
  • 29b7095888 Merge pull request #1551 from wxWidgets/fix-issue1476 Robin Dunn 2020-03-17 17:38:26 -07:00
  • 4444d63c1f Add missing clipboard event type and binder Robin Dunn 2020-03-17 15:45:29 -07:00
  • 2c378393a9 Remove the very outdated classic_vs_phoenix document Robin Dunn 2020-03-17 15:41:53 -07:00
  • 45245cd97f Ensure DisplayContextPopup is seen in HTMLHelpController Robin Dunn 2020-03-17 15:24:38 -07:00
  • 2cdd15cbe7 Merge pull request #1550 from wxWidgets/fix-issue1536 Robin Dunn 2020-03-16 23:21:46 -07:00
  • 3f4d57ac9c wxHelpControllerBase does not need to be explicitly tagged as abstract Robin Dunn 2020-03-16 23:21:04 -07:00
  • 9e42750b59 Fix typo Robin Dunn 2020-03-13 12:25:16 -07:00
  • d012cbcd2c Merge pull request #1548 from wxWidgets/fix-issue1527 Robin Dunn 2020-03-13 16:09:56 -07:00
  • 9212a7196a Merge pull request #1547 from wxWidgets/fix-issue1535 Robin Dunn 2020-03-13 11:56:21 -07:00
  • e41fd89a1e Fix minor issue in GridCustEditor demo Robin Dunn 2020-03-13 11:53:56 -07:00
  • 5154f21923 Update wxWidgets ref to get IsAcceptedKey and other updates Robin Dunn 2020-03-13 11:53:20 -07:00
  • 1f33298627 Add new font families and weights Robin Dunn 2020-03-13 10:42:08 -07:00
  • f55917037e Resizing of Bitmaps and Icons no longer supported on OSX. Load into a wx.Image and Rescale there. Robin Dunn 2020-03-13 10:41:15 -07:00
  • ad4fd0db53 Initialize self._middleicon, verify it is valid before trying to use it Robin Dunn 2020-03-13 10:40:00 -07:00
  • 8f7a1fd417 Another name fix for wxObjectDataPtr Robin Dunn 2020-03-12 15:10:11 -07:00
  • 2783a03ed7 Merge branch 'copyright-dates' Robin Dunn 2020-03-10 11:42:06 -07:00
  • 9f2cc54b48 Update copyright years Robin Dunn 2020-03-10 11:37:58 -07:00
  • adaaf76670 Merge pull request #1541 from wxWidgets/update-wx-ref Robin Dunn 2020-03-09 12:28:09 -07:00
  • 627594f53a Merge pull request #1540 from wxWidgets/fix-issue1539 Robin Dunn 2020-03-09 12:27:50 -07:00
  • b7449a7459 Merge pull request #1534 from notgiven688/tabheightissue Robin Dunn 2020-03-09 12:27:12 -07:00
  • 5fb8b1a772 Fix some return types Robin Dunn 2020-03-05 12:58:10 -08:00
  • c7a6d16793 Inform SIP about the pure virtuals implemented in HtmlHelpController Robin Dunn 2020-03-05 09:54:37 -08:00
  • e16401abc4 Use UTI strings for custom data format names. It seems to be required on macOS now. Robin Dunn 2020-03-05 09:52:24 -08:00
  • 3b36621130 Update wxWidgets ref to current Robin Dunn 2020-03-05 09:45:45 -08:00
  • 3761507882 wxObjectDataPtr, wxGridCell*Ptr, and other changes needed for updated wxWidgets Robin Dunn 2020-03-04 10:51:43 -08:00
  • 162ee86486 Update wxWidgets ref to current Robin Dunn 2020-03-02 18:50:20 -08:00
  • dd0ca50962 Merge pull request #1538 from wxWidgets/help-controller Robin Dunn 2020-03-02 18:27:29 -08:00
  • 12cce4000c Fix doctring Robin Dunn 2020-03-02 16:06:24 -08:00
  • 55d3fd4e70 Explain why wxCHMHelpController is in src instead of etg. Robin Dunn 2020-03-02 16:01:42 -08:00
  • b0b2063224 Add changelog entry Robin Dunn 2020-03-02 15:56:40 -08:00
  • 06a7a065f9 fix imports Robin Dunn 2020-03-02 15:23:51 -08:00
  • 434365ec00 Add CHMHelpController, and a wx.HelpController factory function Robin Dunn 2020-03-02 15:11:14 -08:00
  • b680b7f16e More color name fixes Robin Dunn 2020-02-27 14:33:23 -08:00
  • 9dc006f6a7 Fixed a bug in the tabHeight calculation. Linneweber, Thorben, Dr. (G-GEAC) 2020-02-27 10:21:09 +01:00
  • cbd3f712b0 Merge pull request #1533 from wxWidgets/fix-issue1525 Robin Dunn 2020-02-26 20:01:08 -08:00
  • 5426098385 Merge pull request #1532 from wxWidgets/fix-issue1530 Robin Dunn 2020-02-26 20:00:48 -08:00
  • c1b18e0cc2 Merge pull request #1524 from Metallicow/fix2-time.clock Robin Dunn 2020-02-26 20:00:28 -08:00
  • 9096426603 Add __index__ to wx.WindowID, and __bool__ to wx.Region Robin Dunn 2020-02-26 11:10:27 -08:00
  • 91b4c8077e No need to call wx.InitAllImageHandlers any more, it is called when wx is first imported. Robin Dunn 2020-02-26 09:56:08 -08:00
  • 81001efb9b Use a valid color name Robin Dunn 2020-02-26 09:55:17 -08:00
  • 63268a83f6 time.clock is removed in py3.8 use perf_counter Metallicow 2020-02-21 03:00:55 -06:00
  • f447c12f74 Merge pull request #1522 from wxWidgets/fix-issue1508 Robin Dunn 2020-02-19 12:06:59 -08:00
  • 73e6aa759c Initialize __oldvalue Robin Dunn 2020-02-18 15:12:01 -08:00
  • 665519528c Merge pull request #1514 from ricpol/issue1513 Robin Dunn 2020-02-18 14:50:04 -08:00
  • 99f4506929 Merge pull request #1516 from jmoraleda/bugfix1350 Robin Dunn 2020-02-18 14:48:57 -08:00
  • f652e6e793 Merge pull request #1519 from jmoraleda/bugfix1177 Robin Dunn 2020-02-18 14:48:16 -08:00
  • b331b01608 Merge pull request #1520 from jmoraleda/bugfix1504 Robin Dunn 2020-02-18 14:44:15 -08:00
  • 5b24493ae7 fix typo Robin Dunn 2020-02-18 14:00:55 -08:00
  • d92bf5c233 Expose EVT_LIST_ITEM_CHECKED and EVT_LIST_ITEM_UNCHECKED in ListCtrl Jorge Moraleda 2020-02-17 21:03:50 -08:00
  • 54b065f1fd Always perform full initialization of pdfViewer so that expected pdfViewer attributes always exist. Now, instead of performing a partial initialization, correctly handle the case where the containing window is still being initialized and is not reporting a correct client size. Fixes issue #1177 Jorge Moraleda 2020-02-17 13:00:23 -08:00
  • 0e15258d96 Fixes pdfviewer when using PyMuPDF version 1.15 or above. Fixes #1350 Jorge Moraleda 2020-02-13 16:29:39 -08:00
  • 6d2aeab407 fix issue 1513 ricpol 2020-02-11 12:51:43 +01:00
  • 9407f76526 Merge pull request #1498 from swt2c/glcanvas_demo_hidpi Robin Dunn 2020-01-29 14:11:56 -08:00
  • ae11372614 Fix GLCanvas demo when using HiDPI display Scott Talbert 2020-01-25 12:46:23 -05:00
  • 9b9b1c8f99 Ensure that the correct signature is used for GetValue and GetValueByRow virtual overrides Robin Dunn 2020-01-23 15:46:16 -08:00
  • f53a7f5d21 The web proxy is now set up correct, so we can drop the BB port number from the URL Robin Dunn 2020-01-23 15:45:14 -08:00
  • 1679efef39 Merge pull request #1496 from wxWidgets/update-waf-issue1485 Robin Dunn 2020-01-23 15:53:33 -08:00
  • b17906cf89 Update waf to version 2.0.19 Robin Dunn 2020-01-23 12:56:19 -08:00
  • cca9486698 Merge pull request #1495 from wxWidgets/tweaks-and-stuff Robin Dunn 2020-01-23 12:53:25 -08:00
  • 9eb9497afc The new native wxSearchCtrl on GTK does not include the wxTextCtrl methods, just those from wxTextEntry. Robin Dunn 2020-01-22 20:36:00 -08:00
  • daf5aa9ce3 No longer any need to explicitly ignore some macros Robin Dunn 2020-01-22 15:49:03 -08:00
  • 11e4cf1f82 Add wxGridFitMode Robin Dunn 2020-01-22 10:52:36 -08:00