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 |
|
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 |
|
Robin Dunn
|
e8984e7ac1
|
Update wxWidgets submodule
|
2020-01-22 15:28:52 -08:00 |
|
Robin Dunn
|
1ee2d5d6f1
|
Merge pull request #1493 from Metallicow/fix-links
fix links http: -> https:
|
2020-01-22 13:46:47 -08:00 |
|
Robin Dunn
|
b36149597c
|
Merge pull request #1492 from Metallicow/fix-typo-connecting
fix typo conencting -> connecting
|
2020-01-22 13:44:33 -08:00 |
|
Robin Dunn
|
733c11fdbc
|
Set setuptools version to <45 for Python2.7
|
2020-01-22 11:31:14 -08:00 |
|
Robin Dunn
|
57df21f2ef
|
Avoid crashes in some GetNative* methods
|
2020-01-22 11:28:39 -08:00 |
|
Robin Dunn
|
fbc014b189
|
Ignore GetEventUserData, because it is used internally by wxPython
|
2020-01-22 11:27:29 -08:00 |
|
Robin Dunn
|
93cbfc35a9
|
Add docstring for SetMaskColour
|
2020-01-22 11:26:15 -08:00 |
|
Robin Dunn
|
dd88295af4
|
Change initial window size
|
2020-01-22 11:25:42 -08:00 |
|
Robin Dunn
|
ed035b51b3
|
Fix typo
|
2020-01-22 11:24:54 -08:00 |
|
Robin Dunn
|
03298a49cc
|
Add overview text for DataViewCustomRenderer demo
|
2020-01-22 11:24:35 -08:00 |
|
Metallicow
|
733c38850b
|
fix links http: -> https:
|
2020-01-20 23:00:08 -06:00 |
|
Metallicow
|
888600efb6
|
fix typo connecting
|
2020-01-20 18:29:08 -06:00 |
|
Robin Dunn
|
c51cdd2334
|
Merge pull request #1474 from wxWidgets/fix-wget-typos
Fix typos and trim whitespace
|
2019-12-31 16:08:30 -08:00 |
|
Robin Dunn
|
b1f0a5d68a
|
Merge pull request #1473 from wxWidgets/fix-issue1467
Add wx.NotebookPage alias
|
2019-12-31 16:08:14 -08:00 |
|
Robin Dunn
|
e3ef0db163
|
Fix typos and trim whitespace
|
2019-12-31 14:13:20 -08:00 |
|