Commit Graph

4601 Commits

Author SHA1 Message Date
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
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
Scott Talbert
ae11372614 Fix GLCanvas demo when using HiDPI display
OpenGL operates using physical pixels, so we need to factor in the scale
factor when setting the GL viewport.
2020-01-25 12:46:23 -05:00
Robin Dunn
9b9b1c8f99 Ensure that the correct signature is used for GetValue and GetValueByRow virtual overrides 2020-01-23 15:53:56 -08:00
Robin Dunn
f53a7f5d21 The web proxy is now set up correct, so we can drop the BB port number from the URL 2020-01-23 15:53:56 -08:00
Robin Dunn
1679efef39 Merge pull request #1496 from wxWidgets/update-waf-issue1485
Update waf to version 2.0.19
2020-01-23 15:53:33 -08:00
Robin Dunn
b17906cf89 Update waf to version 2.0.19 2020-01-23 12:56:19 -08:00
Robin Dunn
cca9486698 Merge pull request #1495 from wxWidgets/tweaks-and-stuff
little tweaks and fixes
2020-01-23 12:53:25 -08:00
Robin Dunn
9eb9497afc The new native wxSearchCtrl on GTK does not include the wxTextCtrl methods, just those from wxTextEntry. 2020-01-22 20:36:00 -08:00
Robin Dunn
daf5aa9ce3 No longer any need to explicitly ignore some macros 2020-01-22 15:49:03 -08:00
Robin Dunn
11e4cf1f82 Add wxGridFitMode 2020-01-22 15:48:31 -08:00