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
github.com/r0x0r/pywebview - d0d44a576a93a1758b2f3a7e44c241c00d1b7019 authored about 7 years ago by Shiva Prasad <[email protected]>
github.com/r0x0r/pywebview - 141eab428cc402c46e8075ed2d14d4c041cdb624 authored about 7 years ago by Shiva Prasad <[email protected]>
github.com/r0x0r/pywebview - fb256b042a485aefa2d9e45b39daa551a3f779ff authored about 7 years ago by Shiva Prasad <[email protected]>
github.com/r0x0r/pywebview - 9c6d511299aeab5cc96a5862344afbfbd4251b06 authored about 7 years ago by Shiva Prasad <[email protected]>
github.com/r0x0r/pywebview - 50f99fabb213f45e8ff340a5a0006654b34969d6 authored about 7 years ago by Shiva Prasad <[email protected]>
github.com/r0x0r/pywebview - 89e56ce26eb2daa89de375a049a89871712c60e3 authored about 7 years ago by Roman <[email protected]>
github.com/r0x0r/pywebview - 8eb2cc036369248a8ec2f1e9c2f9f823bcb075cb authored about 7 years ago by Roman <[email protected]>
Fix subthread deadlocks when closing the window
github.com/r0x0r/pywebview - 03be21090b2876def26353dea7642c247a844f48 authored about 7 years ago by Roman <[email protected]>github.com/r0x0r/pywebview - e82c9899e152d231ac2365007e2fc24e758f8438 authored about 7 years ago by Roman <[email protected]>
github.com/r0x0r/pywebview - 05c9c58556ee42b40ead401db369419794279b30 authored about 7 years ago by Roman <[email protected]>
github.com/r0x0r/pywebview - cee13f1d411e04e296377aa97ae2719557169fa1 authored about 7 years ago by Roman <[email protected]>
PyGTK does not support exposing objects to JavaScript. So it's not
possible to hook the `call` m...
This avoids polluting window namespace with the external object. On
Winforms, `pywebview._bridge...
github.com/r0x0r/pywebview - 3cbfa93e41972bda8fe447b50c41073f36075abf authored about 7 years ago by Shiva Prasad <[email protected]>
github.com/r0x0r/pywebview - 371a34ba8f1180710fe029c6e73154918e5dcf15 authored about 7 years ago by Shiva Prasad <[email protected]>
github.com/r0x0r/pywebview - 5fcaad8c91c9c87ca0a353ccc1eb1c94d9046e4e authored about 7 years ago by Roman <[email protected]>
github.com/r0x0r/pywebview - 623c56ab7dd082fcb624504e3c4d96b8e91d0722 authored about 7 years ago by Roman <[email protected]>
github.com/r0x0r/pywebview - f95c565c24955ae85f277d0e939ca49b11674fb4 authored about 7 years ago by Roman <[email protected]>
github.com/r0x0r/pywebview - 0ea4bbbb19e4db097b36cfd35cdccfc9a75ed456 authored about 7 years ago by Roman <[email protected]>
github.com/r0x0r/pywebview - 4995168a689bd1f7c22ee3f23274350a3350d8c0 authored about 7 years ago by Roman <[email protected]>
github.com/r0x0r/pywebview - ff5c32bb0ad481e0e3da40a2ea7ecba462610f93 authored about 7 years ago by Roman <[email protected]>
github.com/r0x0r/pywebview - 2e75620ff909f51a918a2aea90b7cfec2cad6885 authored about 7 years ago by Shiva Prasad <[email protected]>
Closes #138
The deadlocks are caused by semaphores that don't get released once the
webview is ...
github.com/r0x0r/pywebview - 450c183170ff583f4960fd769d52ff714800f601 authored about 7 years ago by Shiva Prasad <[email protected]>
Also make child window UIDs shorter and friendlier.
github.com/r0x0r/pywebview - 0366a5c8cbd3ca4a065c4dcf53fbc8718533bede authored about 7 years ago by Shiva Prasad <[email protected]>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]>Kudos to Roman for the idea. :)
github.com/r0x0r/pywebview - c837741d8c8a71d7127ba18ae361b5340131ef33 authored about 7 years ago by Shiva Prasad <[email protected]>github.com/r0x0r/pywebview - 9e6cabcc7348e5b82c9ae1842e48d84f4fc95998 authored about 7 years ago by Roman <[email protected]>
github.com/r0x0r/pywebview - 3edc4c3b93ca2229be233f6fb464a063a12e7ef7 authored about 7 years ago by Roman <[email protected]>
github.com/r0x0r/pywebview - 402ec23ba7d123be9129b7fb9cdcb43092c92d11 authored about 7 years ago by Roman <[email protected]>
github.com/r0x0r/pywebview - 057e642aad9a186fbf5906d76e34cef865b1abaf authored about 7 years ago by Roman <[email protected]>
github.com/r0x0r/pywebview - f07e7181f4bf15192a5261e54e49fbd0d11f9d3c authored about 7 years ago by Roman <[email protected]>
File dialog fix
github.com/r0x0r/pywebview - e5d25e306e24f16ebea7c8f81e1a9beeb0c73fdd authored about 7 years ago by Roman <[email protected]>
In Qt5, even if the user pressed cancel, file_names could be non empty.
In such cases, the first...
github.com/r0x0r/pywebview - 1cc597aea2c0791d216e3b2c2cd3dbb79cb12b05 authored about 7 years ago by Roman Sirokov <[email protected]>
[Cocoa] Implement JavaScript confirm method
github.com/r0x0r/pywebview - 534097322d9ba2a61f654fa49c6f35423f92790a authored about 7 years ago by Roman <[email protected]>github.com/r0x0r/pywebview - 2e7f6fc8dc87da541ed22a65502d71ad2a836647 authored about 7 years ago by Roman Sirokov <[email protected]>
Closes #144.
github.com/r0x0r/pywebview - be7987709a307097415981ec4768c36044880d98 authored about 7 years ago by Shiva Prasad <[email protected]>github.com/r0x0r/pywebview - da44845a1ba94ffe8ac34c94086722a0afc99ea1 authored about 7 years ago by Shiva Prasad <[email protected]>
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]>Gtk file dialog fix
github.com/r0x0r/pywebview - 35518d64d08810759c1e2e46589b95ec1818b1a0 authored about 7 years ago by Roman <[email protected]>github.com/r0x0r/pywebview - a3981300f06702e0312897a05f78fe18501d2192 authored about 7 years ago by Roman Sirokov <[email protected]>
Also refactored idle_add calls
github.com/r0x0r/pywebview - 258c61ece4e4e53aae4726f1d97fd382faf86215 authored about 7 years ago by Shiva Prasad <[email protected]>github.com/r0x0r/pywebview - 7119b74c89c09c41a60c7f0c07c6a48b66770ade authored about 7 years ago by Roman <[email protected]>
github.com/r0x0r/pywebview - f8d68d5df59c244bb015aa3727792364c02725a6 authored about 7 years ago by Roman <[email protected]>
github.com/r0x0r/pywebview - 0c035f202ed9f26c1a215ce7972dfb9ce48740c6 authored about 7 years ago by Shiva Prasad <[email protected]>
+ Add placeholders for uid on Windows.
github.com/r0x0r/pywebview - fea00e98a03b727f239a07cd4d5374d65e7069f8 authored about 7 years ago by Shiva Prasad <[email protected]>github.com/r0x0r/pywebview - 0774aa1c1bf64c39d3f456c6e85fc85403219f7f authored about 7 years ago by Shiva Prasad <[email protected]>
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]>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]>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]>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]>
To distinguish multiple instances, all new instances are now assigned a
random UUID, which is re...
github.com/r0x0r/pywebview - 2b01f2c25b948c3cd43a2632ad2f7ae8cfdcc3f0 authored about 7 years ago by Shiva Prasad <[email protected]>
We might need seperate confirm_quit options for each window. This also
gets rid of the global va...
github.com/r0x0r/pywebview - 303fc5aa9b830950afa1daea91352a5041f379a3 authored about 7 years ago by Shiva Prasad <[email protected]>
Until now the BrowserView class has been a strict singleton. This is
changed by converting the :...
github.com/r0x0r/pywebview - 672d1b592110fd192e4694b37c269ec03764a79a authored about 7 years ago by Shiva Prasad <[email protected]>
github.com/r0x0r/pywebview - 03b763b9bbb5df8316ee622c7d3f1eebdc5e640f authored about 7 years ago by Roman <[email protected]>
Add logo to the source repo
github.com/r0x0r/pywebview - 6a747b1ad64d850201513aa359f8d6e9c6248c26 authored about 7 years ago by Roman <[email protected]>github.com/r0x0r/pywebview - e968d5035f332fe3c1c266421c8a7d4d56974473 authored about 7 years ago by Shiva Prasad <[email protected]>
Two versions, retouched using proper vector graphics software.
github.com/r0x0r/pywebview - f8cbc848fd798a5752f36679c5d6e06abc332a7e authored about 7 years ago by Shiva Prasad <[email protected]>github.com/r0x0r/pywebview - 721cfec8a261cc7c58dc3fb3af856b13331a54d8 authored about 7 years ago by Roman <[email protected]>
prioritize qt5 over qt4
github.com/r0x0r/pywebview - 87d80fd20cdb683576d16e7e19b74f6e805eda3d authored about 7 years ago by Roman <[email protected]>github.com/r0x0r/pywebview - f994104995de87344eab84a8dc92e8d66a069ad9 authored over 7 years ago by Marko Bencun <[email protected]>
github.com/r0x0r/pywebview - 9c925eb864e76fcae41edee1a9ab1c4a97aa37dc authored over 7 years ago by Roman Sirokov <[email protected]>
github.com/r0x0r/pywebview - 93a59d66b5292b4d51521a45e15259da0b4ca3da authored over 7 years ago by Roman Sirokov <[email protected]>
github.com/r0x0r/pywebview - fbe56e00b41d34cebcb6c489b65a5771d564fa6c authored over 7 years ago by Roman <[email protected]>
[WinForms] Add support for "select all"
github.com/r0x0r/pywebview - b16e4f49f0454aaffccdaacf5894c4a46a90dfd7 authored over 7 years ago by Roman <[email protected]>github.com/r0x0r/pywebview - 696b7e717c1a961b627051d099f691e905a32126 authored over 7 years ago by mdigi <[email protected]>
github.com/r0x0r/pywebview - 976d7732aa01f2b125468c3471e2e05c8f8177ae authored over 7 years ago by Roman <[email protected]>
github.com/r0x0r/pywebview - 47ff6bf7d2ae3794fa830d7d214e707ecdca80fd authored over 7 years ago by Roman <[email protected]>
Implement evaluate_js function
github.com/r0x0r/pywebview - adf7dc6b29019818fbd0d3c2d2d573fe2416367b authored over 7 years ago by Roman <[email protected]>github.com/r0x0r/pywebview - 1fabe1c73b4ad3d1f57792773a819ab3d54a245a authored over 7 years ago by Roman <[email protected]>
github.com/r0x0r/pywebview - ff691adafe8c3df6ca9f632091c03e47e503de09 authored over 7 years ago by Roman <[email protected]>
github.com/r0x0r/pywebview - f7e9de1c6cbf5c903c4547212ad89a17b317d35c authored over 7 years ago by Roman <[email protected]>
github.com/r0x0r/pywebview - d66185c01bbeaaff101879724813e46db0f5ad6f authored over 7 years ago by Roman <[email protected]>
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]>github.com/r0x0r/pywebview - 111af2fd3def428f501eb628a3dd46ed6fcdff1d authored over 7 years ago by Roman Sirokov <[email protected]>
In WebkitGTK+, the evaluate_script() function is defined to return void.
So inorder to obtain th...
github.com/r0x0r/pywebview - b3f9a238a171b47276dcea83b726c4b7b1aafb75 authored over 7 years ago by Roman <[email protected]>
github.com/r0x0r/pywebview - 3fd5c112b4f868b00ac95ecb74b9d16f97baccea authored over 7 years ago by Roman <[email protected]>
github.com/r0x0r/pywebview - 8227536d8dda51c5a7c4663b4dbcb83656fdbe79 authored over 7 years ago by Roman Sirokov <[email protected]>
github.com/r0x0r/pywebview - 28e8cf27dd885621f321a182e5db5b01920af48e authored over 7 years ago by Roman <[email protected]>
github.com/r0x0r/pywebview - eae55b2c6de81dbc81f2d2234c69908c62391404 authored over 7 years ago by Roman Sirokov <[email protected]>
github.com/r0x0r/pywebview - 464b83ce482f8d401ad507b1b25ccab5af92d0e4 authored over 7 years ago by Roman Sirokov <[email protected]>
github.com/r0x0r/pywebview - 55799bf3ceabe856c109230d85e5f452af3ca440 authored over 7 years ago by Shiva Prasad <[email protected]>
github.com/r0x0r/pywebview - 48f79e60c5a2063332d63932adbdf2550276b74e authored over 7 years ago by Roman <[email protected]>
github.com/r0x0r/pywebview - 43f69af626e3bbb9237ecc2449c5ea35f63ceb15 authored over 7 years ago by Roman <[email protected]>
github.com/r0x0r/pywebview - 9cad234f5066148e2ee49fd5ac35e84b73590f86 authored over 7 years ago by Roman Sirokov <[email protected]>
[GTK] Fix close window confirmation
github.com/r0x0r/pywebview - e0537f97b2bffb5afc7d14ee5045f397dcf39645 authored over 7 years ago by Roman <[email protected]>github.com/r0x0r/pywebview - 3fb97327821bf36451b96b76c7a8140124ade33c authored over 7 years ago by Roman Sirokov <[email protected]>
github.com/r0x0r/pywebview - 66c4aa105fc140fb9dd56035b02162849aa205ed authored over 7 years ago by Shiva Prasad <[email protected]>
* 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]>Correct Markdown syntax of the link.
github.com/r0x0r/pywebview - 979f6c57086025b76e370aedbfb292b29e06f21d authored over 7 years ago by Shiva Prasad <[email protected]>github.com/r0x0r/pywebview - 2cd605225c8101480453b319ff2a7c23d51c249f authored over 7 years ago by Roman <[email protected]>
github.com/r0x0r/pywebview - 676d11191188aedc802e110eb87f9b3b234bac30 authored over 7 years ago by Roman <[email protected]>
github.com/r0x0r/pywebview - ed742a1e9edf2ddd868c6492ee43cb151fb231b3 authored over 7 years ago by Roman <[email protected]>
github.com/r0x0r/pywebview - c299b588c15aecb92f30ee54b31cc1424839f9f0 authored over 7 years ago by Roman <[email protected]>
github.com/r0x0r/pywebview - 06751fcc13339c905d4ddc8a1c9e2d1c2f9f844f authored over 7 years ago by Roman <[email protected]>