Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

pywebview

Build GUI for your Python program with JavaScript, HTML, and CSS
Collective - Host: opensource - https://opencollective.com/pywebview - Website: https://pywebview.flowrl.com - Code: https://github.com/r0x0r/pywebview

[Readme] Fix markdown formatting

github.com/r0x0r/pywebview - d0d44a576a93a1758b2f3a7e44c241c00d1b7019 authored about 7 years ago by Shiva Prasad <[email protected]>
[All] Add format check for file_types parameter

github.com/r0x0r/pywebview - 141eab428cc402c46e8075ed2d14d4c041cdb624 authored about 7 years ago by Shiva Prasad <[email protected]>
[All] Modify example to include file_types param

github.com/r0x0r/pywebview - fb256b042a485aefa2d9e45b39daa551a3f779ff authored about 7 years ago by Shiva Prasad <[email protected]>
[Mac,Linux] Add file filter to create_file_dialog

github.com/r0x0r/pywebview - 9c6d511299aeab5cc96a5862344afbfbd4251b06 authored about 7 years ago by Shiva Prasad <[email protected]>
[All] Add skeleton for create_file_dialog file filter

github.com/r0x0r/pywebview - 50f99fabb213f45e8ff340a5a0006654b34969d6 authored about 7 years ago by Shiva Prasad <[email protected]>
Add file_types information in README

github.com/r0x0r/pywebview - 89e56ce26eb2daa89de375a049a89871712c60e3 authored about 7 years ago by Roman <[email protected]>
[WinForms] Add file_filter implementation + Refactoring

github.com/r0x0r/pywebview - 8eb2cc036369248a8ec2f1e9c2f9f823bcb075cb authored about 7 years ago by Roman <[email protected]>
Merge pull request #152 from r0x0r/deadlock-fix-alt

Fix subthread deadlocks when closing the window

github.com/r0x0r/pywebview - 03be21090b2876def26353dea7642c247a844f48 authored about 7 years ago by Roman <[email protected]>
[WinForms] Remove unused code

github.com/r0x0r/pywebview - e82c9899e152d231ac2365007e2fc24e758f8438 authored about 7 years ago by Roman <[email protected]>
[WinForms] Fix WinForms implementation

github.com/r0x0r/pywebview - 05c9c58556ee42b40ead401db369419794279b30 authored about 7 years ago by Roman <[email protected]>
Add js_api info

github.com/r0x0r/pywebview - cee13f1d411e04e296377aa97ae2719557169fa1 authored about 7 years ago by Roman <[email protected]>
[GTK] Implement basic JS-Python bridge support

PyGTK does not support exposing objects to JavaScript. So it's not
possible to hook the `call` m...

github.com/r0x0r/pywebview - 35962af5bea06ae85c62e6fb7f4e2b3599f30eb6 authored about 7 years ago by Shiva Prasad <[email protected]>
[Cocoa][JS] Add _bridge attribute to pywebview

This avoids polluting window namespace with the external object. On
Winforms, `pywebview._bridge...

github.com/r0x0r/pywebview - d56969d24158ed3436dcc0d438a52a1ca0ac2003 authored about 7 years ago by Shiva Prasad <[email protected]>
[Cocoa] Implement basic JS-Python bridge support

github.com/r0x0r/pywebview - 3cbfa93e41972bda8fe447b50c41073f36075abf authored about 7 years ago by Shiva Prasad <[email protected]>
[All] Copy call and set_js_api logic to init script

github.com/r0x0r/pywebview - 371a34ba8f1180710fe029c6e73154918e5dcf15 authored about 7 years ago by Shiva Prasad <[email protected]>
[WinForms] Make api JS_Bridge object instance

github.com/r0x0r/pywebview - 5fcaad8c91c9c87ca0a353ccc1eb1c94d9046e4e authored about 7 years ago by Roman <[email protected]>
[WinForms] Renamed api_object to api_instance

github.com/r0x0r/pywebview - 623c56ab7dd082fcb624504e3c4d96b8e91d0722 authored about 7 years ago by Roman <[email protected]>
[WinForms] Name changes and better logging

github.com/r0x0r/pywebview - f95c565c24955ae85f277d0e939ca49b11674fb4 authored about 7 years ago by Roman <[email protected]>
Code cleanup

github.com/r0x0r/pywebview - 0ea4bbbb19e4db097b36cfd35cdccfc9a75ed456 authored about 7 years ago by Roman <[email protected]>
[WinForms] Add a Visual Studio project for WebBrowserInterop

github.com/r0x0r/pywebview - 4995168a689bd1f7c22ee3f23274350a3350d8c0 authored about 7 years ago by Roman <[email protected]>
[WinForms] Proof of concept implemenation of JS bridge

github.com/r0x0r/pywebview - ff5c32bb0ad481e0e3da40a2ea7ecba462610f93 authored about 7 years ago by Roman <[email protected]>
[Winforms] Fix subthread deadlocks when closing window

github.com/r0x0r/pywebview - 2e75620ff909f51a918a2aea90b7cfec2cad6885 authored about 7 years ago by Shiva Prasad <[email protected]>
[Mac][Linux] Fix subthread deadlocks when closing window

Closes #138

The deadlocks are caused by semaphores that don't get released once the
webview is ...

github.com/r0x0r/pywebview - c3f95a5a25c7f4a97ac3ef9aef1b8c39e522e9f2 authored about 7 years ago by Shiva Prasad <[email protected]>
Merge new changes from master into multi-window

github.com/r0x0r/pywebview - 450c183170ff583f4960fd769d52ff714800f601 authored about 7 years ago by Shiva Prasad <[email protected]>
[All] Add window_exists API function

Also make child window UIDs shorter and friendlier.

github.com/r0x0r/pywebview - 0366a5c8cbd3ca4a065c4dcf53fbc8718533bede authored about 7 years ago by Shiva Prasad <[email protected]>
[All] Move bad uid error handling to init script

Calling the API on a non-existent window now throws an Exception.

github.com/r0x0r/pywebview - 020daefb5bfa35a18552c17c3fe22ea58e4f33ad authored about 7 years ago by Shiva Prasad <[email protected]>
[All] Turn instances into a dict with uids as keys

Kudos to Roman for the idea. :)

github.com/r0x0r/pywebview - c837741d8c8a71d7127ba18ae361b5340131ef33 authored about 7 years ago by Shiva Prasad <[email protected]>
Update CHANGELOG.md

github.com/r0x0r/pywebview - 9e6cabcc7348e5b82c9ae1842e48d84f4fc95998 authored about 7 years ago by Roman <[email protected]>
Update setup.py with 1.8 info (#148)

github.com/r0x0r/pywebview - 3edc4c3b93ca2229be233f6fb464a063a12e7ef7 authored about 7 years ago by Roman <[email protected]>
Update 1.8 about debug mode

github.com/r0x0r/pywebview - 402ec23ba7d123be9129b7fb9cdcb43092c92d11 authored about 7 years ago by Roman <[email protected]>
Update CHANGELOG.md

github.com/r0x0r/pywebview - 057e642aad9a186fbf5906d76e34cef865b1abaf authored about 7 years ago by Roman <[email protected]>
Update CHANGELOG.md

github.com/r0x0r/pywebview - f07e7181f4bf15192a5261e54e49fbd0d11f9d3c authored about 7 years ago by Roman <[email protected]>
Merge pull request #147 from r0x0r/file-dialog-fix

File dialog fix

github.com/r0x0r/pywebview - e5d25e306e24f16ebea7c8f81e1a9beeb0c73fdd authored about 7 years ago by Roman <[email protected]>
[Qt] Correct create_file_dialog returning None

In Qt5, even if the user pressed cancel, file_names could be non empty.
In such cases, the first...

github.com/r0x0r/pywebview - 6067e40b87ac53110503c5d5434b6b1795682353 authored about 7 years ago by Shiva Prasad <[email protected]>
[GTK] Make file handling compatible with Python 3

github.com/r0x0r/pywebview - 1cc597aea2c0791d216e3b2c2cd3dbb79cb12b05 authored about 7 years ago by Roman Sirokov <[email protected]>
Merge pull request #146 from shivaprsdv/master

[Cocoa] Implement JavaScript confirm method

github.com/r0x0r/pywebview - 534097322d9ba2a61f654fa49c6f35423f92790a authored about 7 years ago by Roman <[email protected]>
[QT] Fix file dialog file name handling for QT4

github.com/r0x0r/pywebview - 2e7f6fc8dc87da541ed22a65502d71ad2a836647 authored about 7 years ago by Roman Sirokov <[email protected]>
[Cocoa] Implement JavaScript confirm method

Closes #144.

github.com/r0x0r/pywebview - be7987709a307097415981ec4768c36044880d98 authored about 7 years ago by Shiva Prasad <[email protected]>
[QT5] Fix anomalous return behaviour of create_file_dialog

github.com/r0x0r/pywebview - da44845a1ba94ffe8ac34c94086722a0afc99ea1 authored about 7 years ago by Shiva Prasad <[email protected]>
[GTK] Properly convert single file names to tuple

If file name is a single string, tuple(string) splits it into individual
characters.

Also Unico...

github.com/r0x0r/pywebview - 0f2793a0dc997aba4a6830bb4a9d2d7c53ccf2e5 authored about 7 years ago by Shiva Prasad <[email protected]>
Merge pull request #142 from r0x0r/gtk-file-dialog-fix

Gtk file dialog fix

github.com/r0x0r/pywebview - 35518d64d08810759c1e2e46589b95ec1818b1a0 authored about 7 years ago by Roman <[email protected]>
[GTK] Return a tuple instead of list in create_file_dialog

github.com/r0x0r/pywebview - a3981300f06702e0312897a05f78fe18501d2192 authored about 7 years ago by Roman Sirokov <[email protected]>
[GTK][Fix] Call create_file_dialog from main thread

Also refactored idle_add calls

github.com/r0x0r/pywebview - 258c61ece4e4e53aae4726f1d97fd382faf86215 authored about 7 years ago by Shiva Prasad <[email protected]>
[WinForms] Delete unused import

github.com/r0x0r/pywebview - 7119b74c89c09c41a60c7f0c07c6a48b66770ade authored about 7 years ago by Roman <[email protected]>
[WinForms] Changme evaluate_js to use eval

github.com/r0x0r/pywebview - f8d68d5df59c244bb015aa3727792364c02725a6 authored about 7 years ago by Roman <[email protected]>
[All] Move uid generation to the init script

github.com/r0x0r/pywebview - 0c035f202ed9f26c1a215ce7972dfb9ce48740c6 authored about 7 years ago by Shiva Prasad <[email protected]>
[All] Move the uid parameter to the init script

+ Add placeholders for uid on Windows.

github.com/r0x0r/pywebview - fea00e98a03b727f239a07cd4d5374d65e7069f8 authored about 7 years ago by Shiva Prasad <[email protected]>
[All] Add a simple multiple-window example

github.com/r0x0r/pywebview - 0774aa1c1bf64c39d3f456c6e85fc85403219f7f authored about 7 years ago by Shiva Prasad <[email protected]>
[QT] Add uid to instances and API functions

Refer the commit message to this change on Cocoa for info.

github.com/r0x0r/pywebview - 0d4a38ebd3ab8d1b4c07bef63086f9e77577eec0 authored about 7 years ago by Shiva Prasad <[email protected]>
[QT] Add basic multi-window support

Refer the commit message to this change on Cocoa for info.

github.com/r0x0r/pywebview - b2b3dca2271b877092c22e4191cb8ed034a44af2 authored about 7 years ago by Shiva Prasad <[email protected]>
[GTK] Add uid to instances and API functions

Refer the commit message to this change on Cocoa for info.

github.com/r0x0r/pywebview - 114bf5cdc6ac73d02ad55a1402434004dfef2c6a authored about 7 years ago by Shiva Prasad <[email protected]>
[GTK] Add basic multi-window support

Refer the commit message to this change on Cocoa for info.

github.com/r0x0r/pywebview - 94e94a543d0e2c9d287ace670c841f086ea390b9 authored about 7 years ago by Shiva Prasad <[email protected]>
[Cocoa] Add a unique instance id to each window

To distinguish multiple instances, all new instances are now assigned a
random UUID, which is re...

github.com/r0x0r/pywebview - 14163f122f213889d3c33899c0d4e4fe4a9401e0 authored about 7 years ago by Shiva Prasad <[email protected]>
[Cocoa] Make API calls wait as new instances open

github.com/r0x0r/pywebview - 2b01f2c25b948c3cd43a2632ad2f7ae8cfdcc3f0 authored about 7 years ago by Shiva Prasad <[email protected]>
[Cocoa] Make confirm_quit an instance attribute

We might need seperate confirm_quit options for each window. This also
gets rid of the global va...

github.com/r0x0r/pywebview - 5fc225c8319e73260ddbd76e8c3e7d79351912e6 authored about 7 years ago by Shiva Prasad <[email protected]>
[All] Check initial call to create_window from subthreads

github.com/r0x0r/pywebview - 303fc5aa9b830950afa1daea91352a5041f379a3 authored about 7 years ago by Shiva Prasad <[email protected]>
[Cocoa] Add basic multi-window support

Until now the BrowserView class has been a strict singleton. This is
changed by converting the :...

github.com/r0x0r/pywebview - 7807f736542d9cc88da71ebb24e8da174e29d458 authored about 7 years ago by Shiva Prasad <[email protected]>
[QT] Fix evaluate_js to run on PyQt5

github.com/r0x0r/pywebview - 672d1b592110fd192e4694b37c269ec03764a79a authored about 7 years ago by Shiva Prasad <[email protected]>
Update CONTRIBUTING.md

github.com/r0x0r/pywebview - 03b763b9bbb5df8316ee622c7d3f1eebdc5e640f authored about 7 years ago by Roman <[email protected]>
Merge pull request #135 from r0x0r/logo

Add logo to the source repo

github.com/r0x0r/pywebview - 6a747b1ad64d850201513aa359f8d6e9c6248c26 authored about 7 years ago by Roman <[email protected]>
Add vector versions of the logo

github.com/r0x0r/pywebview - e968d5035f332fe3c1c266421c8a7d4d56974473 authored about 7 years ago by Shiva Prasad <[email protected]>
Add logo to the source repo and update README

Two versions, retouched using proper vector graphics software.

github.com/r0x0r/pywebview - f8cbc848fd798a5752f36679c5d6e06abc332a7e authored about 7 years ago by Shiva Prasad <[email protected]>
Add logo to README

github.com/r0x0r/pywebview - 721cfec8a261cc7c58dc3fb3af856b13331a54d8 authored about 7 years ago by Roman <[email protected]>
Merge pull request #133 from benma/qt5

prioritize qt5 over qt4

github.com/r0x0r/pywebview - 87d80fd20cdb683576d16e7e19b74f6e805eda3d authored about 7 years ago by Roman <[email protected]>
prioritize qt5 over qt4

github.com/r0x0r/pywebview - f994104995de87344eab84a8dc92e8d66a069ad9 authored over 7 years ago by Marko Bencun <[email protected]>
Rename escape_string to _escape_string

github.com/r0x0r/pywebview - 9c925eb864e76fcae41edee1a9ab1c4a97aa37dc authored over 7 years ago by Roman Sirokov <[email protected]>
Fix config properties

github.com/r0x0r/pywebview - 93a59d66b5292b4d51521a45e15259da0b4ca3da authored over 7 years ago by Roman Sirokov <[email protected]>
Disable 32-bit AppVeyor builds

github.com/r0x0r/pywebview - fbe56e00b41d34cebcb6c489b65a5771d564fa6c authored over 7 years ago by Roman <[email protected]>
Merge pull request #132 from mdigi/master

[WinForms] Add support for "select all"

github.com/r0x0r/pywebview - b16e4f49f0454aaffccdaacf5894c4a46a90dfd7 authored over 7 years ago by Roman <[email protected]>
[WinForms] Add support for "select all"

github.com/r0x0r/pywebview - 696b7e717c1a961b627051d099f691e905a32126 authored over 7 years ago by mdigi <[email protected]>
Improve formatting

github.com/r0x0r/pywebview - 976d7732aa01f2b125468c3471e2e05c8f8177ae authored over 7 years ago by Roman <[email protected]>
Add documentaiton about evaluate_js

github.com/r0x0r/pywebview - 47ff6bf7d2ae3794fa830d7d214e707ecdca80fd authored over 7 years ago by Roman <[email protected]>
Merge pull request #131 from r0x0r/eval-js

Implement evaluate_js function

github.com/r0x0r/pywebview - adf7dc6b29019818fbd0d3c2d2d573fe2416367b authored over 7 years ago by Roman <[email protected]>
[WinForms] Revert debugging stuff

github.com/r0x0r/pywebview - 1fabe1c73b4ad3d1f57792773a819ab3d54a245a authored over 7 years ago by Roman <[email protected]>
Remove open_file_dialog test

github.com/r0x0r/pywebview - ff691adafe8c3df6ca9f632091c03e47e503de09 authored over 7 years ago by Roman <[email protected]>
Add evaluate_js test

github.com/r0x0r/pywebview - f7e9de1c6cbf5c903c4547212ad89a17b317d35c authored over 7 years ago by Roman <[email protected]>
Refactor escape_string to a separate function

github.com/r0x0r/pywebview - d66185c01bbeaaff101879724813e46db0f5ad6f authored over 7 years ago by Roman <[email protected]>
[GTK] Escape linebreaks in script instead of remove

Otherwise we cannot have single-line // comments in the JS code.

github.com/r0x0r/pywebview - 90fce3c2656a1ea7f889739b7e1362a825bb3bc1 authored over 7 years ago by Shiva Prasad <[email protected]>
[GTK] Refactor document title handling

github.com/r0x0r/pywebview - 111af2fd3def428f501eb628a3dd46ed6fcdff1d authored over 7 years ago by Roman Sirokov <[email protected]>
[GTK] Return result of evaluated JS code

In WebkitGTK+, the evaluate_script() function is defined to return void.
So inorder to obtain th...

github.com/r0x0r/pywebview - 2b9152895f0c22cf85e6d48d24332f698bb7aa08 authored over 7 years ago by Shiva Prasad <[email protected]>
[WinForms] Return a value from evaluated JS code by the means of eval

github.com/r0x0r/pywebview - b3f9a238a171b47276dcea83b726c4b7b1aafb75 authored over 7 years ago by Roman <[email protected]>
Merge branch 'eval-js' of https://github.com/r0x0r/pywebview into eval-js

github.com/r0x0r/pywebview - 3fd5c112b4f868b00ac95ecb74b9d16f97baccea authored over 7 years ago by Roman <[email protected]>
Add QT/GTK implementations of evaluate_js

github.com/r0x0r/pywebview - 8227536d8dda51c5a7c4663b4dbcb83656fdbe79 authored over 7 years ago by Roman Sirokov <[email protected]>
[WinForms] evaluate_js implementation

github.com/r0x0r/pywebview - 28e8cf27dd885621f321a182e5db5b01920af48e authored over 7 years ago by Roman <[email protected]>
Fix typos and clean up

github.com/r0x0r/pywebview - eae55b2c6de81dbc81f2d2234c69908c62391404 authored over 7 years ago by Roman Sirokov <[email protected]>
Create skeleton for evaluate_js implementation on other platforms

github.com/r0x0r/pywebview - 464b83ce482f8d401ad507b1b25ccab5af92d0e4 authored over 7 years ago by Roman Sirokov <[email protected]>
[Cocoa] Add evaluate_js API method

github.com/r0x0r/pywebview - 55799bf3ceabe856c109230d85e5f452af3ca440 authored over 7 years ago by Shiva Prasad <[email protected]>
[GTK] Fix errornous function calls

github.com/r0x0r/pywebview - 48f79e60c5a2063332d63932adbdf2550276b74e authored over 7 years ago by Roman <[email protected]>
[WinForms] evaluate_js implementation

github.com/r0x0r/pywebview - 43f69af626e3bbb9237ecc2449c5ea35f63ceb15 authored over 7 years ago by Roman <[email protected]>
Create skeleton for evaluate_js implementation on other platforms

github.com/r0x0r/pywebview - 9cad234f5066148e2ee49fd5ac35e84b73590f86 authored over 7 years ago by Roman Sirokov <[email protected]>
Update gtk.py

[GTK] Fix close window confirmation

github.com/r0x0r/pywebview - e0537f97b2bffb5afc7d14ee5045f397dcf39645 authored over 7 years ago by Roman <[email protected]>
Fix typos and clean up

github.com/r0x0r/pywebview - 3fb97327821bf36451b96b76c7a8140124ade33c authored over 7 years ago by Roman Sirokov <[email protected]>
[Cocoa] Add evaluate_js API method

github.com/r0x0r/pywebview - 66c4aa105fc140fb9dd56035b02162849aa205ed authored over 7 years ago by Shiva Prasad <[email protected]>
GTK threading problems fix (#121)

* Changed GTK so all GTK changes are ran in the main loop, avoids threading problems

github.com/r0x0r/pywebview - 7c8762b07fdeeb14f163832f41121e0e7ab6d472 authored over 7 years ago by jorants <[email protected]>
Update README.md

Correct Markdown syntax of the link.

github.com/r0x0r/pywebview - 979f6c57086025b76e370aedbfb292b29e06f21d authored over 7 years ago by Shiva Prasad <[email protected]>
Merge branch 'master' of https://github.com/r0x0r/pywebview

github.com/r0x0r/pywebview - 2cd605225c8101480453b319ff2a7c23d51c249f authored over 7 years ago by Roman <[email protected]>
[WinForms] Add support for Delete key

github.com/r0x0r/pywebview - 676d11191188aedc802e110eb87f9b3b234bac30 authored over 7 years ago by Roman <[email protected]>
Add information about maintainers

github.com/r0x0r/pywebview - ed742a1e9edf2ddd868c6492ee43cb151fb231b3 authored over 7 years ago by Roman <[email protected]>
Merge branch 'master' of https://github.com/r0x0r/pywebview

github.com/r0x0r/pywebview - c299b588c15aecb92f30ee54b31cc1424839f9f0 authored over 7 years ago by Roman <[email protected]>
[WinForms] implement workaround for a non-responsive webbrowser on load

github.com/r0x0r/pywebview - 06751fcc13339c905d4ddc8a1c9e2d1c2f9f844f authored over 7 years ago by Roman <[email protected]>