Commit Graph

4610 Commits

Author SHA1 Message Date
Robin Dunn
36fb1eec3b Tweak documentation for the old wx.Font contstructor 2019-12-10 13:06:30 -08:00
Robin Dunn
42762bb439 Fix typo 2019-12-10 13:04:53 -08:00
Robin Dunn
00b0b1d3dc Handle ownership changes for wx.Log.SetFormatter 2019-12-10 12:55:37 -08:00
Robin Dunn
bd2b8e972b iteritems --> items 2019-12-05 13:01:08 -08:00
Robin Dunn
993d6ada93 fix duplicate py36 builder 2019-12-05 13:00:50 -08:00
Robin Dunn
f3b370b6da Merge pull request #1448 from wxWidgets/fix-issue1444
Verify parameter types for Check and Set3StateValue
2019-11-22 15:58:06 -08:00
Robin Dunn
4342b5c45a Merge pull request #1445 from wxWidgets/fix-issue1416
don't use reinterpret_cast in wxPGPropArgCls
2019-11-22 14:08:36 -08:00
Robin Dunn
6ab483fc19 Merge pull request #1446 from swt2c/syntax_warning
Fix SyntaxWarning in wx.lib.masked.maskededit
2019-11-22 14:08:12 -08:00
Robin Dunn
e1c44da146 Verify parameter types for Check and Set3StateValue 2019-11-22 13:39:16 -08:00
Scott Talbert
d050934321 Fix SyntaxWarning in wx.lib.masked.maskededit 2019-11-22 10:41:58 -05:00
Robin Dunn
2dc1d7974e don't use reinterpret_cast in wxPGPropArgCls 2019-11-21 14:07:28 -08:00
Robin Dunn
77de080f70 Merge pull request #1441 from wxWidgets/fix-issue1428-plotcanvas
Fix scrollbars and scrolling in plotcanvas
2019-11-15 08:48:09 -08:00
Robin Dunn
f0ea4640d2 Changelog 2019-11-14 12:24:40 -08:00
Robin Dunn
171df70a43 Fix SyntaxWarnings 2019-11-14 12:22:45 -08:00
Robin Dunn
8f5bfd6484 Add option to the plot demo for toggling the scrollbars 2019-11-13 12:00:52 -08:00
Robin Dunn
5b91b8443e Decouple showScrollbars property from the actual showing/hiding of the scrollbar widgets. Instead it indicates whether the scrollbars are allowed to be shown if _adjustScrollbars() determines that they are needed.
Also fix issues with calculating scrolled view positions when scrolling with the scrollbars.
2019-11-13 12:00:32 -08:00
Robin Dunn
8e054e37bf More long() --> int() fixes 2019-11-12 13:52:06 -08:00
Robin Dunn
9740c8e455 Use stock IDs for stock menu items 2019-11-12 11:45:42 -08:00
Robin Dunn
5c9716f503 Switch from layout constraints to a sizer 2019-11-12 11:45:05 -08:00
Robin Dunn
f4f1d16834 Copy release notes for 4.0.7.post2 2019-11-12 11:43:54 -08:00
Robin Dunn
863383ba04 Merge pull request #1433 from wxWidgets/stub-webkit
Add stubs for the old webkit classes
2019-11-09 10:01:39 -08:00
Robin Dunn
d776ecf7b4 Merge pull request #1432 from wxWidgets/sip-4.19.19
Update sip to version 4.19.19
2019-11-09 10:01:30 -08:00
Robin Dunn
b2a3849813 Add stubs for the old webkit classes, in case it is disabled by configure 2019-11-08 19:59:14 -08:00
Robin Dunn
1c944efba4 Switch to default SDK, x64 build, and 10.9 deployment target for sip on OSX 2019-11-08 19:37:35 -08:00
Robin Dunn
55a49495ac Set version and MD5s for sip 4.19.19 2019-11-08 19:36:25 -08:00
Robin Dunn
f76ff43755 Update siplib for 4.19.19 2019-11-08 19:07:19 -08:00
Robin Dunn
9c0d25219e Use correct doc parameter
(cherry picked from commit 643c1290af4c5213efbbf34686deb101b669116c)
2019-11-04 20:43:26 -08:00
Robin Dunn
8a81455340 Merge pull request #1426 from wxWidgets/fix-renderer
Fix RendererNative.DrawTitleBarBitmap
2019-11-04 20:27:27 -08:00
Robin Dunn
e952582c3e Fix RendererNative.DrawTitleBarBitmap 2019-11-04 14:15:44 -08:00
Robin Dunn
840ba95f30 switch wx.svg to use wxPython's version number, instead of its own 2019-11-01 15:24:29 -07:00
Robin Dunn
59362e8907 Merge branch 'leonardder-setuptools' 2019-11-01 14:14:54 -07:00
Robin Dunn
5755ca2ce6 Import setuptools in wscript too 2019-10-31 16:48:37 -07:00
Robin Dunn
1d098cc369 Merge branch 'setuptools' of https://github.com/leonardder/Phoenix into leonardder-setuptools 2019-10-31 13:25:24 -07:00
Robin Dunn
db9781dcdf fix typos 2019-10-31 12:28:48 -07:00
Leonard de Ruijter
e6d5b7f59b Use setuptools' monkeypatching when getting supported compiler to build wx 2019-10-31 08:12:32 +01:00
Robin Dunn
e181817d96 Merge pull request #1423 from wxWidgets/handle-dash-tags
Handle <ndash> and <mdash> tags in the docs xml
2019-10-30 19:33:06 -07:00
Robin Dunn
8614e1ae09 Handle <ndash> and <mdash> tags in the docs xml 2019-10-30 18:19:25 -07:00
Robin Dunn
0d9670c9bf Fix position of the div.document-no-sidebar style 2019-10-30 16:22:55 -07:00
Robin Dunn
01c98fcbde cleanup 2019-10-30 16:22:55 -07:00
Robin Dunn
7062dc3b08 Merge pull request #1422 from wxWidgets/add-collheaderctrl
Added wrappers for the wx.CollapsibleHeaderCtrl class
2019-10-30 16:22:46 -07:00
Robin Dunn
49cceecbdf Added wrappers for the wx.CollapsibleHeaderCtrl class 2019-10-30 13:03:51 -07:00
Robin Dunn
8182c3c818 Merge pull request #1418 from wxWidgets/add-activityindicator
Add wx.ActivityIndicator
2019-10-29 19:07:42 -07:00
Robin Dunn
8d35d8467b Add changelog for wx.ActivityIndicator 2019-10-29 16:30:20 -07:00
Robin Dunn
e972814cd3 Add wx.ActivityIndicator 2019-10-29 15:23:08 -07:00
Robin Dunn
7734fb1f10 Minor demo tweaks 2019-10-29 15:22:44 -07:00
Robin Dunn
e5ecc9b397 Update wxWidgets submodule to the v3.1.3 tag 2019-10-29 13:20:12 -07:00
Robin Dunn
dc509b3d4b Add back the py35 dist builders, but commented out, so it's easier to get them back for 4.0.x builds if needed. 2019-10-29 11:41:57 -07:00
Robin Dunn
eb29be38a2 Allow the trigger builder to run on either linux worker 2019-10-29 11:34:01 -07:00
Robin Dunn
7f5dfa7193 Add changelog item for 4.0.7.post1
(cherry picked from commit 5a587281b3)
2019-10-29 11:30:19 -07:00
Robin Dunn
21d3225fdd Merge pull request #1417 from wxWidgets/fix-numpy-requirement
Change the Python 2.7 requirement for numpy to be < 1.17, not ==1.16.1
2019-10-29 11:27:41 -07:00