You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…AK!).
Fix focus issue in qt.py and gtk2.py examples during app initial
loading (#284). The solution is to call SetFocus in OnLoadStart once.
Pass keyword arguments to Handlers' callbacks (#291). This will break
many of existing code for Handlers' callbacks. Similar changes were also
applied to: CookieVisitor, StringVisitor, WebRequestClient.
In JavascriptDialogCallback.Continue "userInput" argument was renamed
to "user_input".
Fix PyCharm warnings in kivy_.py example (#285).
Rename JavascriptContextHandler to V8ContextHandler (API docs only
changes).
Update tools/apidocs.py. Sort top-level headings by name.
cztomczak
changed the title
Refactor kivy_.py example and move it to examples/
Refactor kivy_.py example, make it work cross-platform and move it to examples/
Mar 4, 2017
cztomczak
changed the title
Refactor kivy_.py example, make it work cross-platform and move it to examples/
[kivy_.py] Refactor example, make it work cross-platform and move it to examples/
Aug 23, 2017
The code needs a major cleanup before it can be moved to examples/.
Additional changes to be done in the example:
The text was updated successfully, but these errors were encountered: