Ecosyste.ms: OpenCollective

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

github.com/r0x0r/pywebview

Build GUI for your Python program with JavaScript, HTML, and CSS
https://github.com/r0x0r/pywebview

Merge pull request #1315 from xuanzhi33/patch-1

docs: Correct a wrong link

b48a6d034452c4a0341591e6dd14589a7f49b289 authored 11 months ago by Roman <[email protected]>
docs: Correct a wrong link

a9ecb70640bd399ccf97ba692b1511bfa9f74ad3 authored 11 months ago by xuanzhi33 <[email protected]>
Merge pull request #1308 from yllhwa/master

fix Windows webview2 getting focus event triggered multiple times

f9f5f7894fbfb39191e1b6e732264c2f287397d3 authored 11 months ago by Roman <[email protected]>
fix Windows webview2 getting focus event triggered multiple times

1c3570cd7b5f5edcf7694599abce03740312c18c authored 11 months ago by yllhwa <[email protected]>
Merge pull request #1295 from Vanthys/master

fixed background color not available in webview2

6ccf2239355f0748dad6f453f58b27f1d6c64d37 authored 11 months ago by Roman <[email protected]>
Revert forEach

c94d8e3bab264d6717e4dae3848426cfe1514967 authored 11 months ago by Roman Sirokov <[email protected]>
Merge pull request #1294 from AlecHaring/add-nested-api

Support for nested API definitions

f10f2bf863aec0844f19716bea50af9f54998552 authored 11 months ago by Roman <[email protected]>
Added nested example to `js_api.py`

90cfacfe1a70fc98e9a21b83129d98ddda7ba08b authored 12 months ago by Alec Haring <[email protected]>
Updated to have MSHTML backwards compatibility

fd886f4a64027cee706a07feebfe513cd2b5ee13 authored 12 months ago by Alec Haring <[email protected]>
fixed background color not available in webview2

2d649a19c49d1eace3aac53c4279689c3712f9e4 authored 12 months ago by Vanthys <[email protected]>
Fixed class instance check

f81cb26bc534303d49f35f886053a5235e0b5686 authored 12 months ago by Alec Haring <[email protected]>
Added nested API support

02c7ae28db7f066febb150890281187a2cbb41de authored 12 months ago by Alec Haring <[email protected]>
Merge pull request #1282 from starnight/fix-qt-test-gl

[appveyor] Set display number to enable QT test

0eef180d6c9e76ef01729a082ee02ea4026a795e authored about 1 year ago by Roman <[email protected]>
[appveyor] Set display number to enable QT test

The QT version test always fails at "OpenGL context creation":

WebEngineContext used before QtW...

749334be54d7abcd52df751cebd8c7956c894d80 authored about 1 year ago by Jian-Hong Pan <[email protected]>
Merge pull request #1276 from starnight/fix-gtk-display

[appveyor] Set display number to enable GTK test

a104ee151d03f5a83eca032173d7f5fd01c75f07 authored about 1 year ago by Roman <[email protected]>
[appveyor] Set display number to enable GTK test

The Xvfb places the display server with number 99. So, set DISPLAY
environment variable as ":99"...

50117fe503742fa7bbed6c61b20831dcc312cfe2 authored about 1 year ago by Jian-Hong Pan <[email protected]>
Merge pull request #1275 from starnight/have-gtk-test

[appveyor] Use Ubuntu 22.04 to test GTK platform

65afe37b57b95c509833849dee16a490f6f1d16a authored about 1 year ago by Roman <[email protected]>
Merge pull request #1272 from starnight/fix_multiwindow_test

Avoid test a web page needing GBM device

a8b281a48cf73015f3fc8150d8b1612b22e72c39 authored about 1 year ago by Roman <[email protected]>
Merge pull request #1274 from awesomo4000/master

add method to prevent secure coding WARNING on cocoa

a3bdf019990cdf1b72198cc5d40420a57edfae76 authored about 1 year ago by Roman <[email protected]>
[appveyor] Use Ubuntu 22.04 to test GTK platform

The original appveyor matrix uses two Ubuntu2004 images to test QT and
GTK platforms. But, that ...

d8ee7b65990f59f7ebfa53542548f7948384a93b authored about 1 year ago by Jian-Hong Pan <[email protected]>
[tests] Fix test_vibrancy.py with pytest format

Fix test_vibrancy.py with pytest format. And, skip it if it is not on
macOS. The vibrancy is mac...

7f64ecf2a0e7e061c39351eabba1591f2bcc3578 authored about 1 year ago by Jian-Hong Pan <[email protected]>
add method to prevent secure coding WARNING on cocoa

Later versions of MacOS give the warning:
WARNING: Secure coding is not enabled for restorable ...

f3754dcb9b6c8242447a7cfbd8532443cd7c40a6 authored about 1 year ago by #A <[email protected]>
Avoid test a web page needing GBM device

The original test_multi_window.py tries to load the web page rendering
with the GBM device. But,...

8ff370d6ccdf95474a34928639ef3c4e2ecc0aaa authored about 1 year ago by Jian-Hong Pan <[email protected]>
Merge pull request #1268 from justincui/justincui-patch-1

solve the blank main window issue with PyQt5 on RHEL9.

c878f66bebaeac721c713aab32dfc54a7fbddb10 authored about 1 year ago by Roman <[email protected]>
solve the blank main window issue with PyQt5 on RHEL9.

According to the discussion:
https://github.com/r0x0r/pywebview/discussions/1266

995ee7800059e42a0444c6eac20743909e15f670 authored about 1 year ago by justincui <[email protected]>
Merge pull request #1262 from starnight/fix-webkit4.0-fallback

[GTK] Fix WebKit 4.0 as fallback

2d1833d568862e6849a9dbc768bcadfde1097217 authored about 1 year ago by Roman <[email protected]>
[GTK] Fix WebKit 4.0 as fallback

Some Linux OS versions have not included WekKit 4.1, such as Ubuntu
20.04. Fix the Webkit 4.0 an...

f2a63a2d197eb30a9fb913d1b5fe39dfa0c80f5d authored about 1 year ago by Jian-Hong Pan <[email protected]>
Merge pull request #1257 from TransparentLC/TransparentLC-patch-1

[QT] Fix user_agent

fd24ac1d1b6fa6ade9c5539dba25eff407ac89e4 authored about 1 year ago by Roman <[email protected]>
[QT] Fix user_agent

0b501dd05bbb744212d85d4358c04002a51fbcbf authored about 1 year ago by ✨小透明・宸✨ <[email protected]>
Merge pull request #1237 from glorpen/master

Enable access to local-files when using file:// uris on omitted platforms.

ac64e1a8c4fb8501f3dff37b6d7b66d64db4f79b authored about 1 year ago by Roman <[email protected]>
Fix appveyor

ca77febf7f65c7ce673b1fd8c95972aa8bd5a709 authored about 1 year ago by Roman Sirokov <[email protected]>
Fix appveyor

f68fea2a7c924256afe58156062b61f07e0f0afa authored about 1 year ago by Roman Sirokov <[email protected]>
Fix appveyor

b358d0547187d6c939698eddcbfab8e6d36fc626 authored about 1 year ago by Roman Sirokov <[email protected]>
Fix appveyor

899bfc73ba49a035f56d11e9a8302effdd226658 authored about 1 year ago by Roman Sirokov <[email protected]>
Fix appveyor

26c4aae3e1c3f5466b75cca7b6b58d20e798a239 authored about 1 year ago by Roman Sirokov <[email protected]>
Update appveyor.yml

c14edf549b6bad5c47dc21fa7bd4b26325eb1c0c authored about 1 year ago by Roman Sirokov <[email protected]>
pygobject

82ecdce29a0c3bff9d2c3f4805fd35369dedc8c2 authored about 1 year ago by Roman Sirokov <[email protected]>
Fix appveyor

7756862a58d6688312da69fdbd8e95605764702b authored about 1 year ago by Roman Sirokov <[email protected]>
Fix appveyor

fa76e8884a6bbe692dcdb9669d677148208d56f5 authored about 1 year ago by Roman Sirokov <[email protected]>
Appveyor debug

14062c33a6cff9dab079592af4c35f39aaa79e31 authored about 1 year ago by Roman Sirokov <[email protected]>
Appveyor debug

a96be8e45c13f10bd2bca3fd98235177b75b8af7 authored about 1 year ago by Roman Sirokov <[email protected]>
Fix tests

3548ce9e1b9b049057e7e5555cb1487b32d2868d authored about 1 year ago by Roman Sirokov <[email protected]>
Fix appveyor

fcca97c6c539184db3f1f12b7e870b64ad850312 authored about 1 year ago by Roman Sirokov <[email protected]>
Multiplatform appveyor conf

8c51e9b15b13ba1e4dbae8dfd8bd1d584ca007d9 authored about 1 year ago by Roman Sirokov <[email protected]>
Fix appveyor

d7ca1b82755e19bb3ee881fc23da184a04e31b09 authored about 1 year ago by Roman Sirokov <[email protected]>
Fix appveyour

f6ac69df2f0b329ada0ee8a4e184ffebe3b216c0 authored about 1 year ago by Roman Sirokov <[email protected]>
Fix appveyour

f5d1d0d90198520fc09cf789375dfa814dabac5c authored about 1 year ago by Roman Sirokov <[email protected]>
4.4.1 info

9a4da550b57f0b62ae1379a4b8de0faeb6be5c21 authored about 1 year ago by Roman Sirokov <[email protected]>
[GTK] Fallback for Webkit4.1

34432a3bc8a3f865a7ddaf14157ec270da665d5e authored about 1 year ago by Roman Sirokov <[email protected]>
Merge branch 'master' into docs

d0a1996d73acc48b5977de6adb2e0aea93fd5515 authored about 1 year ago by Roman Sirokov <[email protected]>
4.4 info

f3e53293e7b1ae21d6c7dc96225211bd7f47597e authored about 1 year ago by Roman Sirokov <[email protected]>
Possible fix for focus problems

d5fcc918d560a6daa516728873effd0391f87b84 authored about 1 year ago by Roman Sirokov <[email protected]>
Enable access to local-files when using file:// uris on GTK, Edge and explicitly on QtWebEngine, as it is already enabled on Cocoa and seems to be default on QT.

ad37a5db27286e958c1cd1eeda235f132d351e14 authored about 1 year ago by Arkadiusz Dzięgiel <[email protected]>
[Cocoa] App crashing when closing fullscreen window

8588a8849cfce8951155d55196525df1ac16de5b authored about 1 year ago by Roman Sirokov <[email protected]>
[Cocoa] Fix playing video after closing window

d22ac8466d6e871d515a86bca9b55ca30e2138dc authored about 1 year ago by Roman Sirokov <[email protected]>
Merge pull request #1234 from starnight/webkit2gtk-4.1

[GTK] Bump WebKit2 to 4.1

49286690994ec7036f3de33cf36c698da49d6da1 authored about 1 year ago by Roman <[email protected]>
[GTK] Bump WebKit2 to 4.1

According to "WebKitGTK API for GTK 4 Is Now Stable" [1], webkit2gtk-4.0
is obsolete and users s...

50c6bdbea3f3c28c3c6b101e2ca0f7e3c676e4a2 authored about 1 year ago by Jian-Hong Pan <[email protected]>
Merge pull request #1224 from TheRedScreen64/fix-virtualenv-link

Fix docs virtualenv link

67f6d813b170b0a52da37c0b34207b85521db1aa authored about 1 year ago by Roman <[email protected]>
Merge pull request #1232 from glorpen/master

Don't start http server for file:// urls.

b710da4b352ede66565103dabc47388d5ab71980 authored about 1 year ago by Roman <[email protected]>
Update README.md

6d2b5b2b6e1e84256cce2a809f921cf28c9754c5 authored about 1 year ago by Roman <[email protected]>
Don't start http server for file:// urls.

004c06b4935afbfb46638f48c552ae2ec245606f authored about 1 year ago by Arkadiusz Dzięgiel <[email protected]>
[Cocoa] Fix upload of files with spaces

79b5fd0405d64c1a77d928e0355c058d8c5f38eb authored about 1 year ago by Roman Sirokov <[email protected]>
[EdgeChromium] Disable swipe navigation

114e80adf618f3d2a5082f796474ed46c3fd69a1 authored about 1 year ago by Roman Sirokov <[email protected]>
[Winforms] Fix fullscreen issues with multiple monitors

63a713af39b835b53606e7d47afc6452fc8824a4 authored about 1 year ago by Roman Sirokov <[email protected]>
Change generate examples to sync

0e50d9ed5a2d877838d4e372487dabd4c3fc71ce authored about 1 year ago by Roman Sirokov <[email protected]>
changelog redirects

d7a981690886e48c2cef9b6149dcf38a86387fae authored about 1 year ago by Roman Sirokov <[email protected]>
Generate examples debug

793afe985260aa8a9461cba532795b577d5edcd8 authored about 1 year ago by Roman Sirokov <[email protected]>
More debug

fa4d3e991f979c053f87f9e9df39005894ab4d04 authored about 1 year ago by Roman Sirokov <[email protected]>
Fix changelog link

725086bace84e0d9433296339b677c71133ed1e1 authored about 1 year ago by Roman Sirokov <[email protected]>
Redirects

2773a9d0a320825b8f6ec1b159b4a9a2a043e02e authored about 1 year ago by Roman Sirokov <[email protected]>
Merge pull request #1228 from njbittner/patch-1

Minor grammar fix in interdomain.md

aa90adfb57ec91f80f3053564543a401d047fa08 authored about 1 year ago by Roman <[email protected]>
Minor grammar fix in interdomain.md

2277b2d9338c1e5fa4470285a9e3eb3a5f75301a authored about 1 year ago by Nathan Bittner <[email protected]>
Update README.md

1c3af67fcdfe69aab40b2d50a46508d30b3e55b5 authored about 1 year ago by Roman <[email protected]>
Fix changelog link

6510fc546ed16b8cea315d92257c947f266442e6 authored about 1 year ago by Roman Sirokov <[email protected]>
Redirects

8b79807f85e0ac207152f39291a0e98307ecb8aa authored about 1 year ago by Roman Sirokov <[email protected]>
changelog redirects

5fa108fe0f71f328cb66802eea5ace6e153678c3 authored about 1 year ago by Roman Sirokov <[email protected]>
Change generate examples to sync

9d4b7586b2166f9cad8b8cefdfc9cdaed4e6b0a2 authored about 1 year ago by Roman Sirokov <[email protected]>
More debug

5e6835365d5094b183a38d39805aad9b16432177 authored about 1 year ago by Roman Sirokov <[email protected]>
Generate examples debug

6150d66e347d754736132c38957027d7a7268002 authored about 1 year ago by Roman Sirokov <[email protected]>
Merge branch 'master' into docs

686428b1c8e9952008f5faffa823d8229b9767f6 authored about 1 year ago by Roman Sirokov <[email protected]>
Modulize generate examples

a17724beb1585825ab1d1b9f29f259a53d5a5b77 authored about 1 year ago by Roman Sirokov <[email protected]>
Remove examples

9abfcce3bc0ebd7feda6220648e9d4f9b9f77b08 authored about 1 year ago by Roman Sirokov <[email protected]>
[Docs] Dynamic example generation

b4a8948511791459e8d25004a306a88ac65e3c6f authored about 1 year ago by Roman Sirokov <[email protected]>
Fix docs virtualenv link

7bbc1bf5e0c5df19e4a159ae30b68b06da9c67d7 authored about 1 year ago by TheRedScreen <[email protected]>
Merge pull request #1223 from justincui/patch-inital-directory-for-open-folder-dialog

bugfix: set the inital directory for open folder dialog

b0921840564152fe65d946ce3d12153d7620ade7 authored over 1 year ago by Roman <[email protected]>
bugfix: set the inital directory for open folder dialog

9189befeef7e87cbf60778ea49ecc8cee712fb32 authored over 1 year ago by justincui <[email protected]>
Update README.md

8a2095e62288525a3e7d0bc820f48d656b429791 authored over 1 year ago by Roman <[email protected]>
[Cocoa] Fix return value of confirmation dialog

b8d4f6ff0480b96d7c7c8ecbcdac230d53b7f1d5 authored over 1 year ago by Roman Sirokov <[email protected]>
Revert "Improve JS API passed value serialization"

This reverts commit 365c39e482e010ceafbf30ea63cad79739503e14.

f6c83d5eb8ad0468a6d4334dad28b3c621c5bee2 authored over 1 year ago by Roman Sirokov <[email protected]>
Improve JS API passed value serialization

365c39e482e010ceafbf30ea63cad79739503e14 authored over 1 year ago by Roman Sirokov <[email protected]>
4.3.3 info

bf3005e96ad943ad8c6e407dc508e55dc189bcca authored over 1 year ago by Roman Sirokov <[email protected]>
[QT] Fix storage_path

c467277791227cf459cdaca7f572accfccb4b952 authored over 1 year ago by Roman Sirokov <[email protected]>
[Winforms] Fix easy_drag always enabled

087ff8c3d399d15ab92933005015ec6859dcd401 authored over 1 year ago by Roman Sirokov <[email protected]>
4.3.2 info

64bddf3bc4f9da8e61c963b0d69885c12287bd7b authored over 1 year ago by Roman Sirokov <[email protected]>
Update renderer.md

e1232e7bef22f8b644a82e2335e8e50a08145fa0 authored over 1 year ago by Roman <[email protected]>
Update changelog

9bae0e8e606f56852698c66cbf1d09911c1bbf1f authored over 1 year ago by Roman Sirokov <[email protected]>
Fix 3.7 documentation

fa39b8b91a65973ddd33c2de435b5732cd72b662 authored over 1 year ago by Roman Sirokov <[email protected]>
docs: fix typo

ef7e5626b80abdd15451943034de88d2f32cc5f8 authored over 1 year ago by Pandaft <[email protected]>
Move package.json

4af13b5640318429cdaff177ad8d9230e82c5454 authored over 1 year ago by Roman Sirokov <[email protected]>
Update storage_path documentation

391261c1465ba9cc68e0f2e34770b80ddc702642 authored over 1 year ago by Roman Sirokov <[email protected]>