Commit Graph

4610 Commits

Author SHA1 Message Date
Robin Dunn
45245cd97f Ensure DisplayContextPopup is seen in HTMLHelpController 2020-03-17 15:43:19 -07:00
Robin Dunn
2cdd15cbe7 Merge pull request #1550 from wxWidgets/fix-issue1536
wxHelpControllerBase does not need to be explicitly tagged as abstract
2020-03-16 23:21:46 -07:00
Robin Dunn
3f4d57ac9c wxHelpControllerBase does not need to be explicitly tagged as abstract 2020-03-16 23:21:04 -07:00
Robin Dunn
9e42750b59 Fix typo 2020-03-13 16:10:10 -07:00
Robin Dunn
d012cbcd2c Merge pull request #1548 from wxWidgets/fix-issue1527
Add missing IsAcceptedKey
2020-03-13 16:09:56 -07:00
Robin Dunn
9212a7196a Merge pull request #1547 from wxWidgets/fix-issue1535
Fix middle icon issue in SpeedMeter
2020-03-13 11:56:21 -07:00
Robin Dunn
e41fd89a1e Fix minor issue in GridCustEditor demo 2020-03-13 11:53:56 -07:00
Robin Dunn
5154f21923 Update wxWidgets ref to get IsAcceptedKey and other updates 2020-03-13 11:53:20 -07:00
Robin Dunn
1f33298627 Add new font families and weights 2020-03-13 10:42:08 -07:00
Robin Dunn
f55917037e Resizing of Bitmaps and Icons no longer supported on OSX. Load into a wx.Image and Rescale there. 2020-03-13 10:41:15 -07:00
Robin Dunn
ad4fd0db53 Initialize self._middleicon, verify it is valid before trying to use it 2020-03-13 10:40:00 -07:00
Robin Dunn
8f7a1fd417 Another name fix for wxObjectDataPtr 2020-03-12 15:10:11 -07:00
Robin Dunn
2783a03ed7 Merge branch 'copyright-dates' 2020-03-10 11:42:06 -07:00
Robin Dunn
9f2cc54b48 Update copyright years 2020-03-10 11:41:39 -07:00
Robin Dunn
adaaf76670 Merge pull request #1541 from wxWidgets/update-wx-ref
Update wxWidgets reference to current
2020-03-09 12:28:09 -07:00
Robin Dunn
627594f53a Merge pull request #1540 from wxWidgets/fix-issue1539
Inform SIP about the pure virtuals implemented in HtmlHelpController
2020-03-09 12:27:50 -07:00
Robin Dunn
b7449a7459 Merge pull request #1534 from notgiven688/tabheightissue
Fixed a bug in the tabHeight calculation.
2020-03-09 12:27:12 -07:00
Robin Dunn
5fb8b1a772 Fix some return types 2020-03-05 12:58:10 -08:00
Robin Dunn
c7a6d16793 Inform SIP about the pure virtuals implemented in HtmlHelpController 2020-03-05 09:54:37 -08:00
Robin Dunn
e16401abc4 Use UTI strings for custom data format names.
It seems to be required on macOS now.
2020-03-05 09:52:24 -08:00
Robin Dunn
3b36621130 Update wxWidgets ref to current 2020-03-05 09:48:09 -08:00
Robin Dunn
3761507882 wxObjectDataPtr, wxGridCell*Ptr, and other changes needed for updated wxWidgets 2020-03-05 09:48:09 -08:00
Robin Dunn
162ee86486 Update wxWidgets ref to current 2020-03-05 09:48:09 -08:00
Robin Dunn
dd0ca50962 Merge pull request #1538 from wxWidgets/help-controller
Add wx.HtmlController and wx.msw.CHMHelpController
2020-03-02 18:27:29 -08:00
Robin Dunn
12cce4000c Fix doctring 2020-03-02 16:06:24 -08:00
Robin Dunn
55d3fd4e70 Explain why wxCHMHelpController is in src instead of etg. 2020-03-02 16:01:42 -08:00
Robin Dunn
b0b2063224 Add changelog entry 2020-03-02 15:56:40 -08:00
Robin Dunn
06a7a065f9 fix imports 2020-03-02 15:23:51 -08:00
Robin Dunn
434365ec00 Add CHMHelpController, and a wx.HelpController factory function 2020-03-02 15:13:34 -08:00
Robin Dunn
b680b7f16e More color name fixes 2020-02-27 14:33:23 -08:00
Linneweber, Thorben, Dr. (G-GEAC)
9dc006f6a7 Fixed a bug in the tabHeight calculation. 2020-02-27 10:21:09 +01:00
Robin Dunn
cbd3f712b0 Merge pull request #1533 from wxWidgets/fix-issue1525
Add __index__ to wx.WindowID, and __bool__ to wx.Region
2020-02-26 20:01:08 -08:00
Robin Dunn
5426098385 Merge pull request #1532 from wxWidgets/fix-issue1530
fixes in floatcanvas samples
2020-02-26 20:00:48 -08:00
Robin Dunn
c1b18e0cc2 Merge pull request #1524 from Metallicow/fix2-time.clock
time.clock is removed in py3.8 use perf_counter
2020-02-26 20:00:28 -08:00
Robin Dunn
9096426603 Add __index__ to wx.WindowID, and __bool__ to wx.Region 2020-02-26 11:10:27 -08:00
Robin Dunn
91b4c8077e No need to call wx.InitAllImageHandlers any more, it is called when wx is first imported. 2020-02-26 09:56:08 -08:00
Robin Dunn
81001efb9b Use a valid color name 2020-02-26 09:55:17 -08:00
Metallicow
63268a83f6 time.clock is removed in py3.8 use perf_counter
time.clock is removed in py3.8 use perf_counter
2020-02-21 03:00:55 -06:00
Robin Dunn
f447c12f74 Merge pull request #1522 from wxWidgets/fix-issue1508
Initialize __oldvalue
2020-02-19 12:06:59 -08:00
Robin Dunn
73e6aa759c Initialize __oldvalue 2020-02-18 15:12:01 -08:00
Robin Dunn
665519528c Merge pull request #1514 from ricpol/issue1513
fix issue 1513
2020-02-18 14:50:04 -08:00
Robin Dunn
99f4506929 Merge pull request #1516 from jmoraleda/bugfix1350
Fixes pdfviewer when using PyMuPDF version 1.15 or above. Fixes #1350
2020-02-18 14:48:57 -08:00
Robin Dunn
f652e6e793 Merge pull request #1519 from jmoraleda/bugfix1177
Removed early termination test in CalculateDimensions of pdfViewer to…
2020-02-18 14:48:16 -08:00
Robin Dunn
b331b01608 Merge pull request #1520 from jmoraleda/bugfix1504
Expose EVT_LIST_ITEM_CHECKED and EVT_LIST_ITEM_UNCHECKED in ListCtrl
2020-02-18 14:44:15 -08:00
Robin Dunn
5b24493ae7 fix typo 2020-02-18 14:00:55 -08:00
Jorge Moraleda
d92bf5c233 Expose EVT_LIST_ITEM_CHECKED and EVT_LIST_ITEM_UNCHECKED in ListCtrl 2020-02-17 21:03:50 -08:00
Jorge Moraleda
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 2020-02-17 18:00:02 -08:00
Jorge Moraleda
0e15258d96 Fixes pdfviewer when using PyMuPDF version 1.15 or above. Fixes #1350 2020-02-13 16:53:13 -08:00
ricpol
6d2aeab407 fix issue 1513 2020-02-11 12:51:43 +01:00
Robin Dunn
9407f76526 Merge pull request #1498 from swt2c/glcanvas_demo_hidpi
Fix GLCanvas demo when using HiDPI display
2020-01-29 14:11:56 -08:00