Commit Graph

33 Commits

Author SHA1 Message Date
Nico
380f8337da Added EVT_WEBVIEW_SCRIPT_RESULT event binder
Adds the missing EVT_WEBVIEW_SCRIPT_RESULT event binder for the webview widget.
Please have a look here: https://github.com/wxWidgets/Phoenix/issues/2099#issuecomment-1239722129

This is my very first pull request. I hope that I have done it right =)
2022-09-14 22:38:44 +02:00
Scott Talbert
46f1c1759f Update wxWidgets to 3.1.7 2022-06-08 14:44:47 -07:00
Scott Talbert
aa1ef7bd75 Update ETG scripts to support wxWidgets 3.1.6 functionality
Fixes #2136.
2022-05-02 22:33:58 -04:00
Robin Dunn
5902ec3750 Add some default return values for the webview stubs 2021-12-15 19:06:36 -08:00
Robin Dunn
9627bb8035 Merge branch 'master' into update-wx 2021-12-13 21:40:18 -08:00
Christian Clauss
25ba122168 Fix typos discovered by codespell 2021-08-07 18:55:49 +02:00
Robin Dunn
7d09024195 New WebView events 2021-07-24 16:02:14 -07:00
Robin Dunn
cddbbc5001 Modify the PATH, if needed, to allow the MS Edge Loader DLL to be found 2020-10-13 14:16:56 -07:00
Robin Dunn
65767d1aa7 Add inclusion of webview_edge.h, add wxWebViewBackendEdge 2020-10-13 13:16:57 -07:00
Robin Dunn
9f2cc54b48 Update copyright years 2020-03-10 11:41:39 -07:00
Robin Dunn
e1868c1ff9 Adapt wrapper for MSWSetEmulationLevel to new changes in the interface docs 2019-12-11 12:09:50 -08:00
Robin Dunn
870d77b91d Don't define an extra set of wxWebViewIE_EmulationLevel enum when webkit is not available. 2019-06-28 09:58:45 -07:00
Robin Dunn
9f6fd03601 remove unneeded backslash 2019-06-11 16:05:38 -07:00
Robin Dunn
f9d642d6d1 Trim the executable name down to the basename 2019-06-10 21:43:37 -07:00
Robin Dunn
02bf03a49e Replace MSWSetEmulationLevel with a version that uses sys.executable.
Call MSWSetEmulationLevel in the demo
2019-06-10 21:43:37 -07:00
Robin Dunn
5d078557bf Lots of updates to get caught up with wxWidgets master (3.1.3+) 2019-05-23 21:43:40 -07:00
Robin Dunn
f975c392c5 Fix some stub generator warnings 2019-01-08 11:25:00 -08:00
Robin Dunn
2f540a91e6 Merge pull request #1034 from RobinD42/fix-issue958-291-wxAccessible
Add wxAccessible and a tool to generate C++ stubs

(cherry picked from commit 3a9f37f2aa)
2018-10-10 19:40:59 -07:00
Robin Dunn
b77c88a280 Merge tag 'wxPython-4.0.2' into wxPy-4.0.x
(cherry picked from commit 4c56c39e52)
2018-06-17 22:04:22 -07:00
Robin Dunn
810a862d4c Specify that RunScript's output parameter is an output parameter :-) 2018-02-13 17:17:04 -08:00
Robin Dunn
5ee7052904 Build fixes for MSW 2018-02-10 19:23:07 -08:00
Robin Dunn
87d7edab83 Lots of changes needed to get things building again after switching to wxWidgets master 2018-02-09 15:15:01 -08:00
Robin Dunn
2f4c7fb023 Mark the GetFile methods in the handler classes as factories 2017-06-21 19:02:25 -07:00
Robin Dunn
4e38994944 Update copyright in etg 2017-02-13 16:14:55 -08:00
Metallicow
ebc8d0d971 trim trailing space etg directory 2016-11-10 12:08:36 -06:00
Robin Dunn
98ffccc725 Switch to new shortened wxEventType names.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@73863 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2013-04-26 07:04:50 +00:00
Robin Dunn
a5a432fc1f WEB_VIEW --> WEBVIEW
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@73782 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2013-04-05 04:04:51 +00:00
Robin Dunn
35fd2e16bf Update copyright year
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@73416 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2013-01-21 02:13:03 +00:00
Robin Dunn
cce24cf185 Add wxWebViewFactory, RegisterFactory and other related changes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@73370 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2013-01-14 05:35:58 +00:00
Robin Dunn
29f615a5f2 No real change, just triggering a rebuild of this module on the buildbots
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@73082 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2012-11-30 23:36:53 +00:00
Robin Dunn
fc96b1bcd0 Add back a semi-colon that got lost somehow
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@73081 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2012-11-30 22:33:18 +00:00
Andrea Gavana
604b778a2c Phoenix docs: handle funny-formatted heading sections for window styles, extra styles and event handling; Add missing modules in the main.html Sphinx file; Convert some more snippets, specifying the highlight language used (XML/HTML for some snippets in wx.html); Correctly reference classes and functions in wx.Bitmap pure-Python methods.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@73069 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2012-11-30 20:54:13 +00:00
Robin Dunn
422814f88b Add html2 (WebView) classes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@73036 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2012-11-27 01:23:10 +00:00