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

Merge branch 'docs' into master

github.com/r0x0r/pywebview - e96cd41487aab8e32cbd16cefe4e25d811032eb6 authored over 4 years ago by Roman <[email protected]>
Always inject drag region code.

github.com/r0x0r/pywebview - 1d7a5159cc6460aaaa8da5f5ea80ef31c206b104 authored over 4 years ago by Nick Barrett <[email protected]>
Updated docs regarding PyInstaller 3.6 hooks. Maintained prior info for <3.6 versions

github.com/r0x0r/pywebview - cc731f5ea78b5c94be55fbeb878b2e2c7b0ab6bf authored over 4 years ago by martinlombana <[email protected]>
Add frameless drag region example.

github.com/r0x0r/pywebview - a8b524318d7f9d4406193d610b2bb3ef8e56e147 authored over 4 years ago by Nick Barrett <[email protected]>
Implement move window easy drag hook.

github.com/r0x0r/pywebview - 15c3a0725cd2e33640b76e8fc815309a3989eb8a authored over 4 years ago by Nick Barrett <[email protected]>
Fix params in drag JS call.

github.com/r0x0r/pywebview - b6db2daff2462f7a885e7d0c6284d6f6fe86e42f authored over 4 years ago by Nick Barrett <[email protected]>
Rename `DRAG_REGION_CLASS_NAME` -> `DRAG_REGION_SELECTOR`.

github.com/r0x0r/pywebview - fbf05d41460922e99fe83a38e3b335cf85e697ad authored over 4 years ago by Nick Barrett <[email protected]>
Add + inject the drag JS code.

github.com/r0x0r/pywebview - eb1d4efec75a461f62b3eb7d25e13f249979da2d authored over 4 years ago by Nick Barrett <[email protected]>
Add `webview.DRAG_REGION_CLASS_NAME` constant.

github.com/r0x0r/pywebview - d6bb4ae70ac85c96ff82f6e5b647c63cdc205005 authored over 4 years ago by Nick Barrett <[email protected]>
Implement `easy_drag` kwarg for cocoa/gtk/qt/winforms.

github.com/r0x0r/pywebview - 93c4c4b24f7e5923dd1804f6f3dc0023f4ee40eb authored over 4 years ago by Nick Barrett <[email protected]>
Add global `easy_drag` kwarg.

github.com/r0x0r/pywebview - 2d0b63f5775aee54ddbfeaeeffe2371466b34d3d authored over 4 years ago by Nick Barrett <[email protected]>
Merge pull request #529 from r0x0r/loaded-fix

528: Loaded event fix

github.com/r0x0r/pywebview - dffc8ace678cd0495eb1acb91bb5c5062a43da9c authored over 4 years ago by Roman <[email protected]>
[QT] Fix child window creation from a thread

github.com/r0x0r/pywebview - 85b2e676de6f100b973d59a16c18f7b061b61160 authored over 4 years ago by Roman Sirokov <[email protected]>
[QT] Fix debug mode

github.com/r0x0r/pywebview - 0ffca0dc5feac7fa2e0b0aafa498cadcf1f04157 authored over 4 years ago by Roman Sirokov <[email protected]>
[GTK] Fix thread permission issues with recentish PyGObject

github.com/r0x0r/pywebview - e0270591442dcc18bb57656b1f1395f28a3b0936 authored over 4 years ago by Roman Sirokov <[email protected]>
Fix loaded event race condition

github.com/r0x0r/pywebview - ee5756d9265c9a42bb31b4d720a016b75e13a564 authored over 4 years ago by Roman Sirokov <[email protected]>
serving.py: WSGIRequestHandler11: Use single quotes

github.com/r0x0r/pywebview - d87ffd56ea503c336b75baed503e5d9c130edd34 authored over 4 years ago by Jamie Bliss <[email protected]>
Merge pull request #522 from mrh1997/jsapi-desc

Extend description of js_api parameter of create_window()

github.com/r0x0r/pywebview - ce8e791fc29d19118e76d86f8bbfba514fd9d11d authored over 4 years ago by Roman <[email protected]>
Update api.md

github.com/r0x0r/pywebview - 5165836155f49b7eb750e40b0cfa2bfe9511d566 authored over 4 years ago by Roman <[email protected]>
Extend js_api param desc from create_window()

The documentation of the js_api parameter did not mention, that a promise is returned.

github.com/r0x0r/pywebview - 555276d7fa9739f13588b7adae533a3f963653b9 authored over 4 years ago by mrh1997 <[email protected]>
Some basic tests

github.com/r0x0r/pywebview - f618ec0d0283bb5156031edc33e6d065a6586688 authored over 4 years ago by Jamie Bliss <[email protected]>
Merge pull request #516 from cyberplant/patch-1

Update parameters for toggle_fullscreen example

github.com/r0x0r/pywebview - f02a962f7eb33f4c490ec108643f48dbb79dec90 authored over 4 years ago by Roman <[email protected]>
Handle hosting a file.

github.com/r0x0r/pywebview - dba7cf43b4f5d501bca55856d9900292d865911f authored over 4 years ago by Jamie Bliss <[email protected]>
Update parameters for toggle_fullscreen example

github.com/r0x0r/pywebview - 8339426d4648869915b065945883f1fea33f570c authored over 4 years ago by Luar Roji <[email protected]>
winforms.py: Missed some start_server references

github.com/r0x0r/pywebview - a3d8480be7e00778bd30d712aeab2f13ca41d931 authored over 4 years ago by Jamie Bliss <[email protected]>
serving.py: Handle 3.6

http.server.ThreadingHTTPServer is new to 3.7

github.com/r0x0r/pywebview - a3179c80c2a6c44f5bf850d0a149e0ced38199d3 authored over 4 years ago by Jamie Bliss <[email protected]>
appveyor: Use the package's dependencies

github.com/r0x0r/pywebview - 411f7b442a95ff33dd6621e079972451575648d7 authored over 4 years ago by Jamie Bliss <[email protected]>
Send a Cache-Control header

default cache time of 1min to basically take the edge off if the frontend spams.

github.com/r0x0r/pywebview - 2449e0cf6869de6e3ebc41fc789b4b20dbbb598c authored over 4 years ago by Jamie Bliss <[email protected]>
Refactor how partial responses are served

github.com/r0x0r/pywebview - a9cf4bd2b558f3c22e2d3e61aca34ec1e9697d72 authored over 4 years ago by Jamie Bliss <[email protected]>
Use multi-threaded serving

github.com/r0x0r/pywebview - f54d7f9d53110c8d33fc35d30ea8093631601da3 authored over 4 years ago by Jamie Bliss <[email protected]>
Actually serve errors correctly

github.com/r0x0r/pywebview - b636a65c662df99ebeac602ee77820e1ffca866b authored over 4 years ago by Jamie Bliss <[email protected]>
Catch & expose errors

github.com/r0x0r/pywebview - f1fe1ffb9121546602b95718116aec0187d2e359 authored over 4 years ago by Jamie Bliss <[email protected]>
Produce 416

And hecka more debugging

github.com/r0x0r/pywebview - 48622326b27f2937c368d593258f5fb8f1ac2af9 authored over 4 years ago by Jamie Bliss <[email protected]>
Make sure we're retuning HTTP/1.1

github.com/r0x0r/pywebview - bb0734501f828b1f7cc586ac4cb27283684af745 authored over 4 years ago by Jamie Bliss <[email protected]>
Implement OPTIONS

github.com/r0x0r/pywebview - 6b06c32ab089f1adfb0fdeb51aba8c697e77572f authored over 4 years ago by Jamie Bliss <[email protected]>
__init__.py: add token to __all__

github.com/r0x0r/pywebview - f3e57fd963ff293170b81aa2e41e02fa18a15775 authored over 4 years ago by Jamie Bliss <[email protected]>
Update flask example a bit

github.com/r0x0r/pywebview - f80739382e76af8680c39ff1f5250eb2804e7e71 authored over 4 years ago by Jamie Bliss <[email protected]>
wsgi.py: StaticFiles: Correctly handle empty paths

github.com/r0x0r/pywebview - 55f21f4e040d1f6a8829a0198868f4e73cb6fff7 authored over 4 years ago by Jamie Bliss <[email protected]>
window.py: strip errant debugging

github.com/r0x0r/pywebview - 39b5f45d0be96cf74390f2253dcec005656c5088 authored over 4 years ago by Jamie Bliss <[email protected]>
serving.py: resolve_url: Handle if url is None

github.com/r0x0r/pywebview - 3490c3e1a8d41cf339f9f1a3e49cd3a97753ad65 authored over 4 years ago by Jamie Bliss <[email protected]>
Add __all__ to webview

github.com/r0x0r/pywebview - f9403998bbece4f4c316d35d9c9b729eb9a21af2 authored over 4 years ago by Jamie Bliss <[email protected]>
split http_server into serving and wsgi

github.com/r0x0r/pywebview - 1ab3613b3d5c7b3b07f8e12f3dd0f440f796b445 authored over 4 years ago by Jamie Bliss <[email protected]>
Update the other platforms

Note that this is a blind update.

github.com/r0x0r/pywebview - b3ba5835f3096eaa4848ef7be6c48ef710cdeba9 authored over 4 years ago by Jamie Bliss <[email protected]>
Implement ranges

github.com/r0x0r/pywebview - bde124d484e6b9a19ebfb5dc623842134ca23d76 authored over 4 years ago by Jamie Bliss <[email protected]>
Refactor windows/platform some

github.com/r0x0r/pywebview - 93b8dbbbc11f3c669a91dcc3c31b724a91b64545 authored over 4 years ago by Jamie Bliss <[email protected]>
Expose the new serving stuff on webview

github.com/r0x0r/pywebview - 4f0b04beb13d1ed5ce438b2a3f5e1468cc39d976 authored over 4 years ago by Jamie Bliss <[email protected]>
Strip out debugging

github.com/r0x0r/pywebview - d20e1fabd3ddaf4c122357250b8615dacb1a8011 authored over 4 years ago by Jamie Bliss <[email protected]>
Statics: Handle trailing slash and index.html

github.com/r0x0r/pywebview - ff29b98ab785eacced227d08313c8ac56bf29dc7 authored over 4 years ago by Jamie Bliss <[email protected]>
Initial implementation of StaticResources

github.com/r0x0r/pywebview - 1b694c6dcc5169a662af0386759c32303fc9d203 authored over 4 years ago by Jamie Bliss <[email protected]>
Refactor _get_random_port() a bit

github.com/r0x0r/pywebview - 2397416a87a3ab22a0f4ce6e9dc1d539de73aaa0 authored over 4 years ago by Jamie Bliss <[email protected]>
StaticContentsApp: Handle empty PATH_INFO

github.com/r0x0r/pywebview - 80f5b07a19270bc75aa5cd9f4fd26d87d651c615 authored over 4 years ago by Jamie Bliss <[email protected]>
Got basic static file hosting going.

github.com/r0x0r/pywebview - c3cce7a2424e77f926b8c75078eb92b21f52721f authored over 4 years ago by Jamie Bliss <[email protected]>
Implement basic routing

github.com/r0x0r/pywebview - 3ad0c2bde47f23ccd325d0b8dc31e5efc4f687e8 authored over 4 years ago by Jamie Bliss <[email protected]>
Finish up URL resolution

github.com/r0x0r/pywebview - 12c061df47840e276a4b7bfccc8ecdc053b91dba authored over 4 years ago by Jamie Bliss <[email protected]>
URL resolution refactoring.

github.com/r0x0r/pywebview - 65c660ad81b9e398b67c411f52a74e90e49e0828 authored over 4 years ago by Jamie Bliss <[email protected]>
Ok, some initial stabs

github.com/r0x0r/pywebview - a27f3ab86dbaa17e91c7a137b2d62c48c7864ed8 authored over 4 years ago by Jamie Bliss <[email protected]>
Merge pull request #509 from r0x0r/useragent

Custom user agent

github.com/r0x0r/pywebview - b24211f2b494b6e34c1892b9253fddc556c50f54 authored over 4 years ago by Roman <[email protected]>
[MSHTML] Fix easy drag in frameless mode

github.com/r0x0r/pywebview - ef088640121215116457dede31d05e825d6f01bc authored over 4 years ago by Roman <[email protected]>
Update api.md

github.com/r0x0r/pywebview - 246d8324d8f4b310c34e7b86cb843ddbecad4bc8 authored over 4 years ago by Roman <[email protected]>
Implement global user agent

Update documentation

github.com/r0x0r/pywebview - 9779e807c09d36ab5dff5b3e124d19e80d33d117 authored over 4 years ago by Roman Sirokov <[email protected]>
Added user-agent support for MSHTML

github.com/r0x0r/pywebview - 519aacbf9fcf3138fd4db3c97fe3bc01b83b6c42 authored over 4 years ago by tognee <[email protected]>
Added user-agent example

github.com/r0x0r/pywebview - d27d35cbd2ae8ae66d00a8cea9123904df2487de authored over 4 years ago by tognee <[email protected]>
Added user-agent support for qt

github.com/r0x0r/pywebview - 1de5263748b83574a885eb5028947a54e2d79b0e authored over 4 years ago by tognee <[email protected]>
Bump acorn from 6.3.0 to 6.4.1

Bumps [acorn](https://github.com/acornjs/acorn) from 6.3.0 to 6.4.1.
- [Release notes](https://g...

github.com/r0x0r/pywebview - e1b980a5df2d0a921de61816a86a3352268109f2 authored over 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Added user-agent support for gtk

github.com/r0x0r/pywebview - 3e0c07f3f67e8a2af45752a9321e7c259f4bdbf9 authored over 4 years ago by tognee <[email protected]>
Removed user_agent from the window __init__

started working on settings system
gtk works, cef should be working can't test

github.com/r0x0r/pywebview - 3e9c3a84d9fc6b0ec0364a7807f8c3c7a07d47bc authored over 4 years ago by tognee <[email protected]>
Added user-agent support for cocoa

github.com/r0x0r/pywebview - 435371efe461b95cdd7dc2453b07ac944cb273f4 authored over 4 years ago by tognee <[email protected]>
Unused import in the show/hide window example

github.com/r0x0r/pywebview - 4d4d9461604ed62f11fe6a746c7c149d41c44ba8 authored over 4 years ago by Tadas Domarkas <[email protected]>
win32gui to ctypes.windll

github.com/r0x0r/pywebview - 4b530465013aa7bc3d5b0a256102cd71efdad69d authored over 4 years ago by ikhmyz <[email protected]>
Fix CEF win resize hangs. https://github.com/r0x0r/pywebview/issues/484

github.com/r0x0r/pywebview - 4c8b6ff6d225d58a1fff42d6300121134dcac1f2 authored over 4 years ago by ikhmyz <[email protected]>
Update README.md

github.com/r0x0r/pywebview - 1eb69bc291de05c5051de280f8ad476b4e922e66 authored over 4 years ago by Roman <[email protected]>
Updated financial contributors

github.com/r0x0r/pywebview - bba1a2affa2fef7f0d77077b24904f92788c3b79 authored over 4 years ago by Roman <[email protected]>
Code cleanup

github.com/r0x0r/pywebview - 9b8d46a873fc5afed21239638ef0b09bfd006e35 authored over 4 years ago by Roman Sirokov <[email protected]>
[GTK] implement on_top

github.com/r0x0r/pywebview - 64194045241b8cf8ca51e99dd04f5b866d31cfc4 authored over 4 years ago by Roman Sirokov <[email protected]>
changed on_top to be a get/set property

github.com/r0x0r/pywebview - a565507954905e71dee845412bb7ed22106e794f authored over 4 years ago by N01ch <noich@potiron>
[QT] implement on_top

github.com/r0x0r/pywebview - 0604f3d9fc8cc51f08f03a45570606b8cd22c393 authored over 4 years ago by Roman Sirokov <[email protected]>
added topmost and toggle_topmost, for Windows only. Similar to fullscreen and toggle_fullscreen

github.com/r0x0r/pywebview - 3ec3390ed3713f7e5168b0541f095248a1838ffc authored over 4 years ago by Tyler <[email protected]>
Added on_top, to allow the window to stay above other windows in the screen

github.com/r0x0r/pywebview - e956b3e635f7810eef4e7961d75b4ec4578571ce authored over 4 years ago by N01ch <noich@potiron>
Update documentation

github.com/r0x0r/pywebview - 6c12a74d68d05d5489b6672d8aaed81b21da3785 authored over 4 years ago by Roman Sirokov <[email protected]>
removed a print - on_top is a set/get attribute

github.com/r0x0r/pywebview - 3b5c53b120cf3d698d19c7d893cb8613e122f76a authored over 4 years ago by N01ch <noich@potiron>
[Cocoa] implement on_top

github.com/r0x0r/pywebview - 676c037255e9185f18c6ed9f63044df3ffe1b16f authored over 4 years ago by Roman Sirokov <[email protected]>
Bump acorn from 6.3.0 to 6.4.1

Bumps [acorn](https://github.com/acornjs/acorn) from 6.3.0 to 6.4.1.
- [Release notes](https://g...

github.com/r0x0r/pywebview - b0948fd0445a0f044af76ebaad555647d17c2759 authored over 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
[Cocoa] implement window transparency

github.com/r0x0r/pywebview - 5fff792a216408d9976c8d1ae543870c3c07a9a6 authored over 4 years ago by Roman Sirokov <[email protected]>
Wasn't working without passing window object

github.com/r0x0r/pywebview - b0834ce07a559112f660330a576b5c9798126e28 authored over 4 years ago by artisandip7 <[email protected]>
Added basic support for transparent windows

github.com/r0x0r/pywebview - 8d9dec47000a9137cb59a482a6db07560b6dd46a authored almost 5 years ago by Hollander, Nicholas Hackett <[email protected]>
Add pypi downloads badge

github.com/r0x0r/pywebview - baf562c28d05137ecd70f1583c64d661e9c0115a authored almost 5 years ago by Roman <[email protected]>
Add pypi downloads badge

github.com/r0x0r/pywebview - 67f81881c3930d05278b99ec573cfc03ae3ddc4c authored almost 5 years ago by Roman <[email protected]>
Fix #480

github.com/r0x0r/pywebview - 8ef35056dc170a4461618af60729df5cb019c080 authored almost 5 years ago by Roman Sirokov <[email protected]>
Prevent pinch zoom with default html

github.com/r0x0r/pywebview - 462a01bdba8a309f98fd15dc26ca95413c4e5419 authored almost 5 years ago by Roman Sirokov <[email protected]>
Fixed typo in pip command

"Create a virtual environment" had a letter missing from "install" in the line "pip install -e ."

github.com/r0x0r/pywebview - 69d074eeee4258badc91f9dea448fe9733d0e5a7 authored almost 5 years ago by tscizzlebg <[email protected]>
Update README.md

github.com/r0x0r/pywebview - e3d685cf703db225b925d1f52a7f84c1b32f79d3 authored almost 5 years ago by Roman <[email protected]>
Update README.md

github.com/r0x0r/pywebview - c11492d6a924fa720421b2fa225545854b6f82f8 authored almost 5 years ago by Roman <[email protected]>
Update README.md

github.com/r0x0r/pywebview - 28faab7c30cb37cf03bc38ea9814b150249af610 authored almost 5 years ago by Roman <[email protected]>
Update README.md

github.com/r0x0r/pywebview - 292edb6e4a09dc262015d444895485f88ae860cf authored almost 5 years ago by Roman <[email protected]>
Fix JS API overwriting function param with the name id

github.com/r0x0r/pywebview - 98541bc126fefe1fb77ee585d622760a06fd00dd authored almost 5 years ago by Roman Sirokov <[email protected]>
Fix fullscreen in todos app

github.com/r0x0r/pywebview - 57bd6d0d37c2b91f7b0a3d25fda4c2d4bca2e1ea authored almost 5 years ago by Roman Sirokov <[email protected]>
fixed typo

github.com/r0x0r/pywebview - fe5196eaa77bf315b9db826828938d7e5c6c3a88 authored almost 5 years ago by Erick Velasquez <[email protected]>
added command line switches dict to allow webcam usage and more command line configurations in cef

github.com/r0x0r/pywebview - 4d404d3d3ab3186a89ea50b370dfcd06143f4676 authored almost 5 years ago by Erick Velasquez <[email protected]>
Update util.py

github.com/r0x0r/pywebview - 000cb9aa9a0c4869d09602e3a804179fa9984159 authored almost 5 years ago by zvibazak <[email protected]>