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

[Cocoa][GTK] Add uid to set_title

b83166fb1066f787593013e47c43cc4c1f71d526 authored almost 7 years ago by Shiva Prasad <[email protected]>
Refactor tests

c1ee9a0d4c90f0d126b69fd1a8554deab140de10 authored almost 7 years ago by Roman <[email protected]>
[WinForms] Multi-window implementation

f08a52ce515ba3b8e5e93977e750f48803ae4655 authored almost 7 years ago by Roman <[email protected]>
Update README.md

8a65ce148ea93079b0351d9617984bb9c5dd0dfe authored almost 7 years ago by Roman <[email protected]>
Merge pull request #167 from r0x0r/set-title

#159 Implementation of set_title() function

3e6110d48750afdaffa4cf87385d05a814a66ec2 authored almost 7 years ago by Roman <[email protected]>
[GTK] Remove obsolete assignment

d49a086eb3154780f29061426cc11f4d0648c610 authored almost 7 years ago by Shiva Prasad <[email protected]>
Update README.md

bcb2118d2d768a449a210ceec5ef4d80ce80f1a8 authored almost 7 years ago by Roman <[email protected]>
Merge branch 'set-title' into multi-window

0b8510fed8a4112eb1e69fdd0b622a1b4d27320d authored almost 7 years ago by Roman <[email protected]>
[WinForms] Rename browser->form

7fdcd8634156cd45882553027269ac07a1326488 authored almost 7 years ago by Roman <[email protected]>
Code cleanup

cf9ba2bc067fd06a409eaffd5c318ae304f21dac authored almost 7 years ago by Roman <[email protected]>
[WinForms] Fix window title change

c0410a97b20e76440163eec6f5579223638eddb5 authored almost 7 years ago by Roman <[email protected]>
[All] Add instance uid to _js_bridge_call

Because _js_bridge_call needs to execute evaluate_js with the uid of the
appropriate instance.

1a5825f6153c0b14aa8e46ae715f0da6b05eb514 authored almost 7 years ago by Shiva Prasad <[email protected]>
Merge js_api code from master into multi-window

61ab6a66aff2b4920f1f707cc66e2d0f7889b99c authored almost 7 years ago by Shiva Prasad <[email protected]>
Set title skeleton + Cocoa implementation

6514714a54cfa60305e0463b65096b79c27dfc49 authored almost 7 years ago by Roman Sirokov <[email protected]>
[Winforms, GTK, QT] Implement set_title

Add test case
Update README

81beb3ad1b5f40d33284638a0bce61a6441b8b39 authored almost 7 years ago by Roman Sirokov <[email protected]>
[WinForms] Implement custom alert box

717fa5f75d5c13ef8145b0a0dad40dd923772b81 authored almost 7 years ago by Roman <[email protected]>
Update CONTRIBUTING.md

bca2333437490fb80e698ce63f1cb1c12753f0f0 authored almost 7 years ago by Roman <[email protected]>
Update .travis.yml

90012706a8b662c37761980969f1a31de37ec75d authored almost 7 years ago by Shiva Prasad <[email protected]>
Merge pull request #166 from r0x0r/scripting-object

Scripting object

8608378ab62732d52640478c572c4f83994c0cbf authored almost 7 years ago by Roman <[email protected]>
Update .travis.yml

f264b3867cf81c0ce9d317bef4c1fd43c3ac6e98 authored almost 7 years ago by Roman <[email protected]>
Update .travis.yml

76d97e6a3cb4b9d95fb570f5e6742fd4d519ac1e authored almost 7 years ago by Roman <[email protected]>
Update .travis.yml

e6f4a17b85b4ec8966db4d535b56503d4c77d2a2 authored almost 7 years ago by Roman <[email protected]>
Update .travis.yml

d511c291dd032b0c9c0806d72ba9a7bdaa8c16e8 authored almost 7 years ago by Roman <[email protected]>
Merge branch 'scripting-object' of https://github.com/r0x0r/pywebview into scripting-object

4c9977d98acb94fa2cf4e963a039fc01374030db authored almost 7 years ago by Roman <[email protected]>
[Cocoa] Delete commented code

9a50da6031d6b05e090676d5bea2f44efb8b2b64 authored almost 7 years ago by Roman <[email protected]>
Merge branch 'master' into scripting-object

baf27a8cc74184c6230b3417b96c2aa9b2889828 authored almost 7 years ago by Roman <[email protected]>
[GTK] Refactor js_bridge check

2173ec2cb3e9d6bad9ea2ee503e63a28e187942b authored almost 7 years ago by Shiva Prasad <[email protected]>
Merge branch 'scripting-object' of https://github.com/r0x0r/pywebview into scripting-object

1ab348b9da04f163c2ddc9e02167e2c0c18d4962 authored almost 7 years ago by Roman <[email protected]>
[WinForms] Fix race conditionm

70d354f621436fb5d4588a28676045d7b530f71f authored almost 7 years ago by Roman <[email protected]>
[GTK] Fix tests

The `notify:visible` signal is deceptive; it gets fired even if main
loop is not running. Adding...

550dc185cf993b05af42dfe785eb0e990ce1b20f authored almost 7 years ago by Shiva Prasad <[email protected]>
Add float test to test_js_bridge

438f15198d646c6aed1390d8154bd81cc46bc3e6 authored almost 7 years ago by Roman <[email protected]>
[GTK] uncomment is_running code

5f90f844892dfd0047aec1f32b1f0ac45525194e authored almost 7 years ago by Roman <[email protected]>
[GTK] Fix concurrency with evaluate_js

863f684832313f8bc1496b3ea3ae3cc8643df4ac authored almost 7 years ago by Roman Sirokov <[email protected]>
[QT] Fix concurrency issues with evaluate_js

a68f879dec4906744a62d3811d51389609a471d7 authored almost 7 years ago by Roman Sirokov <[email protected]>
Merge pull request #164 from Swardu/scripting-object

Fixes WebView not finding WebBrowserInterop (WinForms)

b2cbda4ea3d6f86d22de6a4a4c8029a700bf7625 authored about 7 years ago by Roman <[email protected]>
Update winforms.py

Adding .dll to WebBrowserInterop

f6f5b0e07a464ada5f3e06c773f8d1ab743e2749 authored about 7 years ago by Swardu <[email protected]>
Remove debug parameter

6beae3094e2d4c5995c2125176ba6fb6bc70248b authored about 7 years ago by Roman <[email protected]>
Tweak test_js_bridge to pass on Windows

6348ac8a124fd9648e4ee9a3b292380037b897de authored about 7 years ago by Roman <[email protected]>
[Winforms] Make evaluate_js wait for page load

7c3b29ac92dd98cafc8b290d6eb2f7be8e0070d0 authored about 7 years ago by Roman <[email protected]>
Fix js_bridge test

a1f116040acdd50a5a4bfa3a37b3d79fe0a5087b authored about 7 years ago by Roman Sirokov <[email protected]>
[OSX] Change evaluate_js to wait until page is loaded

b2ee08d4162c23aebfec7d561aef910d7d67106f authored about 7 years ago by Roman Sirokov <[email protected]>
Change the parameter position of js_api

3b462c833b9eb838112ec11a4bba371121b2d965 authored about 7 years ago by Roman Sirokov <[email protected]>
Add prelimanary JSBridge tests

6db8cf499bebbd241a87c25cd4e4956c5c2dcd2c authored about 7 years ago by Roman Sirokov <[email protected]>
Update README

046f41790a7a49706fa3c56bd8c9958d9c090c93 authored about 7 years ago by Roman Sirokov <[email protected]>
[OSX] Refactor set_js_api

01a753bd14a7791aa67a28593714dce3367e5b37 authored about 7 years ago by Roman Sirokov <[email protected]>
Refactor GTK

Revise string escaping

cf369fe3896800b8771087f3fef67a717d0722f2 authored about 7 years ago by Roman Sirokov <[email protected]>
[QT] Fix QT4 compatibility issues

decd7728b22be158740e77054ba1bd032a7ab7c5 authored about 7 years ago by Roman Sirokov <[email protected]>
[WinForms] Convert set_js_api to create_window parameter

234bc493dd8e7bc54aaacf42531615021c35c6d9 authored about 7 years ago by Roman <[email protected]>
[QT] >QT5.5 implementation of scripting object

5c12dfdd94865bf5e64abebd75d0d9e6e34a7276 authored about 7 years ago by Roman Sirokov <[email protected]>
[QT] WIP implementation of scriping object in >QT5.5

557d75be2080aa433c40061832ae4fa79b249925 authored about 7 years ago by Roman Sirokov <[email protected]>
Update .travis.yml

ca42e623153b44c0c4bf77ea59a4cc3d165f3bf2 authored about 7 years ago by Roman <[email protected]>
Update .travis.yml

6e2bee32c1aa71cc3c384d6691922e9c04f670d6 authored about 7 years ago by Roman <[email protected]>
Update .travis.yml

d616b142d3c43dd480a18d66d9a72ea682501565 authored about 7 years ago by Roman <[email protected]>
More pip tweaking

debd358ced4d6f723786313c079ffd02d6dbfa27 authored about 7 years ago by Roman <[email protected]>
Make pip path absolute

ace4a8cc16fcc754319adb9c8074cc91198985c7 authored about 7 years ago by Roman <[email protected]>
Revert pip installation

16be0ebff96942b91093eb53f5315d6fe352b820 authored about 7 years ago by Roman <[email protected]>
Intall pip in .travis.yml

c7b0574383f023052e401b8eede9b1b042318781 authored about 7 years ago by Roman <[email protected]>
[All] Avoid exporting private methods of api_instance

e661e6a1cd15ecb0a40c280cf1559fdcc645de16 authored about 7 years ago by Shiva Prasad <[email protected]>
[All] Add cancel_heavy_stuff to JS API example

6d18d10a63ce86ec1e0f982c00386c51d7386cf2 authored about 7 years ago by Shiva Prasad <[email protected]>
Refine JS API example

cec289353e1218d33c7ec52929ec1e2e8f3fb34d authored about 7 years ago by Roman <[email protected]>
[All] Fix program hang on window close during JS exec

26917fc294f7a260f915d11475b5df32604d8903 authored about 7 years ago by Shiva Prasad <[email protected]>
[All] Fix JSON parsing of custom function results

c9d99c51c1081b298e6a8b6769aa9fe25070f271 authored about 7 years ago by Roman Sirokov <[email protected]>
Make a better example of js_api

3bdbc376004f0bb25c46f654f239c07ca806d334 authored about 7 years ago by Roman Sirokov <[email protected]>
Update readme about thread safety

fda622d02b25e3710fa0f68b500343d7b82cd3e2 authored about 7 years ago by Roman Sirokov <[email protected]>
[All] Merge relevant changes from master

44104ffd7903d561d3463e2d9200dfafc1a7e4e0 authored about 7 years ago by Shiva Prasad <[email protected]>
Merge pull request #156 from r0x0r/file-filter

[Cocoa] Add file filter menu to create_file_dialog

c6e54e9dc18d5e06d8809a01ea6fa4f34aa679e6 authored about 7 years ago by Roman <[email protected]>
[GTK] Fix load_event set call

a48fe7a2c8e75a1ee2a5d8d339e4809be911deea authored about 7 years ago by Shiva Prasad <[email protected]>
[Cocoa] Add file filter menu to create_file_dialog

This makes choosing between multiple file filters similar to that on
other platforms.

bd2c7ef29c956ab0e643419d3af6446e3f8cb06a authored about 7 years ago by Shiva Prasad <[email protected]>
Merge

e0390b26ec79c510aa87fb2505edb20cd632448f authored about 7 years ago by Roman <[email protected]>
Merge

0fa152fd92867eab3de123cbd5a409cebfa5bce3 authored about 7 years ago by Roman <[email protected]>
[GTK] Fix race conditioning when loading JS api

5d772c55d29491dbe28ed8460b88f8c8fa05b959 authored about 7 years ago by Roman <[email protected]>
[WinForms] Add missing debug parameter

aafabbb69bbdaa00dcb13e5217a31b3b33dd7e8a authored about 7 years ago by Roman <[email protected]>
[WinForms] Add missing debug parameter

d76558c14af2b044589c7c9e69dec3f6a8e3310d authored about 7 years ago by Roman <[email protected]>
[OSX] Make OSX implementation thread safish

d1791b1565e06b9e178c5efc0c337974e4d239d8 authored about 7 years ago by Roman Sirokov <[email protected]>
Uncomment promise code

4c7eab36155878b220021e3090dac9b6bd0f8c0e authored about 7 years ago by Roman <[email protected]>
Proof of concept of non-blocking threading model for js-bridge functions

867042be9aa759d3b2a2f5c4292b7e5b618baade authored about 7 years ago by Roman Sirokov <[email protected]>
[QT] PyQT4 implementation of scripting object

c558776420b99781133f5af82584182e44bb3c74 authored about 7 years ago by Roman Sirokov <[email protected]>
Add promises support

a12456ca58df55bf07528247018d7fea2c7e5586 authored about 7 years ago by Roman Sirokov <[email protected]>
[QT] PyQT5 implementation of scripting object

192af2bd1eafd3969ea4198b73785879a469aedc authored about 7 years ago by Roman Sirokov <[email protected]>
[WinForms] Fix WinForms implementation

f78a28da426a5c93c78039a3d751e50ca8c2c8e5 authored about 7 years ago by Roman <[email protected]>
[WinForms] Remove unused code

4879062c33c39eb129327396afa1a8cdedbb90ee authored about 7 years ago by Roman <[email protected]>
Add js_api info

1fb7c032c914ed69c9a1e08882fdac1bf491d849 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...

e37290347dd6e563053f9248bcdf2882721024a2 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...

0c6351bb64e69547ec26e51d0ffeb603e81ec930 authored about 7 years ago by Shiva Prasad <[email protected]>
[Cocoa] Implement basic JS-Python bridge support

d323894b3d2f1a50aeb70ece38129125271ee76c authored about 7 years ago by Shiva Prasad <[email protected]>
[WinForms] Renamed api_object to api_instance

3258df7c7a4954497707b15363fa62d025cc1123 authored about 7 years ago by Roman <[email protected]>
[WinForms] Make api JS_Bridge object instance

36cdf735ac52639eb52b4cf372686d73845a2c44 authored about 7 years ago by Roman <[email protected]>
[All] Copy call and set_js_api logic to init script

bbb2ddbd495d94ce5b633cc45d25b9108e469ca3 authored about 7 years ago by Shiva Prasad <[email protected]>
[WinForms] Name changes and better logging

8d1e3388f6bda6f3a1d4fca68738eaf080965d65 authored about 7 years ago by Roman <[email protected]>
[WinForms] Proof of concept implemenation of JS bridge

3ccb72d2ae708a7d96d5c3defb90648879cf640e authored about 7 years ago by Roman <[email protected]>
Code cleanup

c436f9862c43ccde3eec81639fb952ac25b0db24 authored about 7 years ago by Roman <[email protected]>
[WinForms] Add a Visual Studio project for WebBrowserInterop

d9ff99c3256f8b84cc339c7f9725251792395b64 authored about 7 years ago by Roman <[email protected]>
Merge pull request #155 from r0x0r/debug-feature

Debug feature

eee8072f2310ceab7eac76c74ac6f157d02f02c1 authored about 7 years ago by Roman <[email protected]>
Add debugging skeleton

[OSX] Debug implementation

1db02fa9f80f3d9d37e4dcab363165e2500bebfb authored about 7 years ago by Roman Sirokov <[email protected]>
Uncomment promise code

924bfae6c258cc8df71add68fed306c9ca7230b4 authored about 7 years ago by Roman <[email protected]>
Proof of concept of non-blocking threading model for js-bridge functions

46e73435d93cd059c205414ae5c1a3e9a005a4fd authored about 7 years ago by Roman Sirokov <[email protected]>
Add promises support

837a23b7be8e9339e53b4bced3d79a1ea0c3fe4f authored about 7 years ago by Roman Sirokov <[email protected]>
[QT] PyQT5 implementation of scripting object

dbb4b652421a0679af9bab248f94d86d8ec57752 authored about 7 years ago by Roman Sirokov <[email protected]>
[QT] PyQT4 implementation of scripting object

4a16f32e823e9aff218bfa9d8699f305ca545539 authored about 7 years ago by Roman Sirokov <[email protected]>
Merge pull request #154 from r0x0r/file-filter

File filter support

66244604761825c0456a1572e7ffce6911b92329 authored about 7 years ago by Roman <[email protected]>