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

Update READMEs

c69431149f8d20d9d8c9593770c897b8f0cce187 authored over 8 years ago by Roman Sirokov <[email protected]>
Refine Flask app example

e1f99e28883e6eef39a7ed696d7fff6cc0ac06e8 authored over 8 years ago by Roman Sirokov <[email protected]>
Add load html example

a46c7579aa2713b5182c44e1e77c5130ff2fba24 authored over 8 years ago by Roman Sirokov <[email protected]>
Modify index.html of flask example

383dcfaa104a1953d25d9260cb125de033264d20 authored over 8 years ago by Roman <[email protected]>
Add an example Flask application

e22b4f09971c078195cb189595b576e6c1e0c637 authored over 8 years ago by Roman <[email protected]>
Merge pull request #40 from ysobolev/master

Add Gtk and Qt implementations of load_string.

c62ab072056326e345c42e06a463fb850ad000ef authored over 8 years ago by Roman <[email protected]>
Replace load_string in favor of simpler load_html.

d50aca52702e49874b6f7288f42eced7a5df911f authored over 8 years ago by Yury Sobolev <[email protected]>
Add Gtk and Qt implementations of load_string.

a80591ac8221f9c27c4a6291443245bc9f01568d authored over 8 years ago by Yury Sobolev <[email protected]>
Refactor

v1.1

e0f4bca4d07044287baa5fa77ef5427f3d32e6a2 authored over 8 years ago by Roman Sirokov <[email protected]>
Change the path string returned by OPEN_DIALOG in Windows to Unicode

7887bd0cc16e84e424d40af1c69df4ef38d80a1f authored over 8 years ago by Roman Sirokov <[email protected]>
Merge pull request #36 from cuibonobo/master

Add default Cocoa application menu for Mac apps. Fixes #35.

ea066325a13ed2000c09dee859e0bb6712698c06 authored over 8 years ago by Roman <[email protected]>
Add default Cocoa application menu for Mac apps.

7c5362fd075b3209f72d45bf4f8941bda160e4e3 authored over 8 years ago by Jen Garcia <[email protected]>
Update README.md

3aceac99cfe38329213c6d43e2ec298d9e8b9aec authored over 8 years ago by Roman <[email protected]>
Update setup.py

7c4071dc534c0fa571695cbf1e23a0e2dafbd0e0 authored over 8 years ago by Roman Sirokov <[email protected]>
Update README and setup.py

2e780f8b53e48e5a46e1d7e3c0948d3b73d5ae26 authored over 8 years ago by Roman Sirokov <[email protected]>
Change how URL is loaded on an initial window display in Windows

8cdefcd5c03d60371657e6c7c92d3a546f0ab82d authored over 8 years ago by Roman Sirokov <[email protected]>
Update README.md

7c8840b457a832b7080e6b6b65ace9f6cf2ca607 authored over 8 years ago by Roman <[email protected]>
Update README.md

c467f77ded5068608d2b097be42a884df70913a3 authored over 8 years ago by Roman <[email protected]>
Fix #29: Packaging with PyInstaller: Icon not found

86f77b7ddca46297120c528f09f1f60023b33ad9 authored almost 9 years ago by Roman Sirokov <[email protected]>
Update README

75cdaf8d49b16ef1ebaf7cf38e8afbc2b91afe3b authored almost 9 years ago by Roman Sirokov <[email protected]>
Add an ability to destroy a window programmatically

72b8668f0184d2d68475c88f53330178e5c5cfae authored almost 9 years ago by Roman Sirokov <[email protected]>
Fix an unreferenced variable in cocoa.py

1ae089edd7fa26376a4898b3289ad15001e00772 authored almost 9 years ago by Roman Sirokov <[email protected]>
Update setup.py

58a5c84d71f8c48f189e204ebce34655b3c50043 authored almost 9 years ago by Roman <[email protected]>
Update README.md

2d92b5133a3849c0400cb880235964fafc8cc1b3 authored almost 9 years ago by Roman <[email protected]>
Change setup.py to use pypiwin32 instead of pywin32

59b8e4a37db6b2e82bc9596dc4e8e27b4906d78e authored almost 9 years ago by Roman Sirokov <[email protected]>
Remove unnecessary exception assignment

54b7150a99636ceeda7946055276b231929f4c8d authored almost 9 years ago by Roman Sirokov <[email protected]>
Update README

05987cbe30d7202c6385c7fd7561a6d678723d59 authored almost 9 years ago by Roman Sirokov <[email protected]>
Update README.md

745d139af98c0758be4022eb0312186c5db6d4e4 authored almost 9 years ago by Roman <[email protected]>
Merge pull request #25 from cr0hn/patch-1

Merge fix from @cr0hn to allow to load non-SSL resources on Cocoa

0ede12d05c4cf0e79e1f2c0477ed42a0ab676ff6 authored almost 9 years ago by Roman <[email protected]>
Merge pull request #21 from yoavram/relative_import

Fix py32_gen import on Python 3

8a404c18c1b173d02f330f582985efd9c4476233 authored almost 9 years ago by Roman <[email protected]>
Merge pull request #24 from jicho/jicho-patch-1

FileNotFound exception fix for Windows 2003

1fda855a74b6b17a4aa861c324bda6f9a87fd640 authored almost 9 years ago by Roman <[email protected]>
Update cocoa.py

Patch that allow to load non-SSL resources. It's useful to load local apps (like Flask, Django o...

317a64270a59331261fd19840325a0199ede7623 authored almost 9 years ago by cr0hn <[email protected]>
Fix for Windows 2003

Windows 2003 breaks with the error global name 'FileNotFoundError' is not defined in combination...

d768c06a389b9bbeb6116ec422c58e796632ec3d authored almost 9 years ago by jicho <[email protected]>
fix py32_gen import on py3 using a relative import

1f203923aae5576183f313f23c551ffa58665914 authored almost 9 years ago by Yoav Ram <[email protected]>
Update win32.py

Fix #18

b1837ad54a97c80109f33fdcd3c3361e821dfedc authored almost 9 years ago by Roman <[email protected]>
Fix fullscreen mode [win32]

04416b1a6d3d58a07e1fe2fdf5b66d2191517009 authored about 9 years ago by Roman Sirokov <[email protected]>
Fullscreen code refactor on Mac

cd0ebf0e3ad19b937dafe19643e3e7405501c49a authored about 9 years ago by Roman Sirokov <[email protected]>
Update README

8627bfc8cf36fdfc3057de32ef6c654b30547b2b authored about 9 years ago by Roman Sirokov <[email protected]>
Update README.md

24d16be5da3a3ed428582c4e704310ad59036114 authored about 9 years ago by Roman <[email protected]>
Add directory / save_filename parameters for create_file_dialog

302dc2b34bfbf8d4264e201b7641a5d01beb177f authored about 9 years ago by Roman Sirokov <[email protected]>
File dialog changes

e5a933229da7d7f09790075c231d3cd2dd0f6d07 authored about 9 years ago by Roman Sirokov <[email protected]>
Add memory clean-up for Win32

79acb16aa6e31f0521a6649d19526121af3e992d authored about 9 years ago by Roman Sirokov <[email protected]>
Implement save file dialog

a67c3f9ec2022b419152a0c0f90aa34245715d66 authored about 9 years ago by Roman Sirokov <[email protected]>
Fix QT ui failing to launch

b934c1f4cbbd9cbebcd0f61ea46eea2981783287 authored about 9 years ago by Roman Sirokov <[email protected]>
Update .gitignore

c0782220268f5c1ff4685271a76365d0c4a5c04b authored about 9 years ago by Roman Sirokov <[email protected]>
Add GTK test

f85aebcb0bbfee39b54fbfc226df8be33c19e09e authored about 9 years ago by Roman Sirokov <[email protected]>
Disable logging for comtypes

Fix scrollbars position in a non-resizable window in Windows

b543c60cf5c14ccb2cee99a9e55bcfc685a422c2 authored about 9 years ago by Roman Sirokov <[email protected]>
Add USE_GTK environment variable

f7b2a96303442946072eb8be0307a34dd335ba47 authored about 9 years ago by Roman Sirokov <[email protected]>
Deleted test code

0cb5ac90b17dc3dc0332f9c5cd6a99356100bb62 authored about 9 years ago by Roman Sirokov <[email protected]>
Implement window minimum size constraints for Windows

69f746e757a93bfcb69383500aa71c9888df8608 authored about 9 years ago by Roman Sirokov <[email protected]>
Untested attempt to load application icon on Windows

0b98a4e2cd2ce90b9f25dae7fc7d44f62e832d13 authored about 9 years ago by Roman Sirokov <[email protected]>
Implement window min size constraints for GTK/QT

061ffacfefc20720f11d534c06eca50f3e9838eb authored about 9 years ago by Roman Sirokov <[email protected]>
Implement window min size constraints for Cocoa

d8e04346f955a1914aec8aa6b49469e82fb0a641 authored about 9 years ago by Roman Sirokov <[email protected]>
Implement disabling right click context menu

8c3b47b9533fe9d5980df15fcf2596603cfc461d authored about 9 years ago by Roman Sirokov <[email protected]>
Remove pyc files

da659a49bc45408d6e1d20db266ae07742d4a17c authored about 9 years ago by Roman Sirokov <[email protected]>
Merge

522b86394eb2dc24a7d28b354f3c1ec6acc94d68 authored about 9 years ago by Roman Sirokov <[email protected]>
Remove pyc files

4dbc71db9b91548a89b7e0c8916eaf680f4093e3 authored about 9 years ago by Roman Sirokov <[email protected]>
Add testing code

f6dfccd9d8e3fa690640ad9a67d3da7003d5d426 authored about 9 years ago by Roman Sirokov <[email protected]>
Cocoa events test

eaac7ce755f59ea4b671c8cff56d79eb43e28cf9 authored about 9 years ago by Roman Sirokov <[email protected]>
Code cleanup

7f43f5cc6af1e6eca75f588f69a2fe31910f575a authored about 9 years ago by Roman Sirokov <[email protected]>
Fix #14: OSX exception on file_dialog.py example

0fb39f3bbff7b4af8ca732379eeceea2255459cd authored about 9 years ago by Roman Sirokov <[email protected]>
[Cocoa] Initial thread safe implementation

2fc8a0bda613ec549c3aa98938d62ad3f9ad84df authored about 9 years ago by Roman Sirokov <[email protected]>
[Win32] Fix scrollbar sizing issue when window is not resizable

826a7fd7795a7bd8d4e9682c2c6c961189293f08 authored about 9 years ago by Roman Sirokov <[email protected]>
Fix scrollbars not being visible on Win32

Fix fullscreen mode on Win32
Code cleanup of Win32

8145bb12faad9c39b181a48857ae12e8116d2ad2 authored about 9 years ago by Roman Sirokov <[email protected]>
Update README

56b426c89345eeb4cb8b04fdf9dff02d82d5cd44 authored about 9 years ago by Roman Sirokov <[email protected]>
Fix browser view not being resized in Windows

a56e1f893eeed568200cc3753b49095d588ac569 authored about 9 years ago by Roman Sirokov <[email protected]>
Update README.md

48a75ef3dd8845229f5a317c61868bf30632a5b8 authored about 9 years ago by Roman <[email protected]>
Add py2exe example setup.py

Update py2app setup.py

00499d685ec43acf4b8c2c0f32d5db05c856c661 authored about 9 years ago by Roman Sirokov <[email protected]>
Update README.md

7531e6b40076509e49599358a8e9b744a0e96ae1 authored about 9 years ago by Roman <[email protected]>
Update README.md

e22b073d40d8201b89e6013e8d6c7a1252f12930 authored about 9 years ago by Roman <[email protected]>
Update README.md

Add information about caching

7060b70235b822a450abdcd3e28c9fc1b59f26f2 authored about 9 years ago by Roman <[email protected]>
Merge

9eaa36cc16445d10b3eec5b231f8d372e3ccb097 authored about 9 years ago by Roman Sirokov <[email protected]>
Update setup.py

bc07978ce022392441d609c46df60f50ecd6e7c1 authored about 9 years ago by Roman Sirokov <[email protected]>
Update README.md

a08b5b259227eccf749dc4c0a2ca021d03a26099 authored about 9 years ago by Roman <[email protected]>
Merge branch 'master' of https://github.com/r0x0r/pywebview

b4dc30a0c09bc0d59ee5a159bca1b32512a1f724 authored about 9 years ago by Roman Sirokov <[email protected]>
Fix window closing causes the whole program to terminate on OSX

9c03e929cb95505035e5b5d8242a60f874623276 authored about 9 years ago by Roman Sirokov <[email protected]>
Update README.md

b3d2b1d9da8b1f0f46d5635091d21444f21a4012 authored about 9 years ago by Roman <[email protected]>
Update README

581d7e2ae083d4dd70673b4e43ea11358b7ee6f7 authored about 9 years ago by Roman Sirokov <[email protected]>
Update examples

Update documentation

9a663cd3b875cd06f5c9314af7be300bd237b924 authored about 9 years ago by Roman Sirokov <[email protected]>
Added file dialog

71d41c56015da1c1cce2ab40e996a1610b87e628 authored about 9 years ago by Roman Sirokov <[email protected]>
Update README.md

f36fe5f664dbeebe79f9b700a9972730aa6c4cc6 authored over 9 years ago by Roman <[email protected]>
Fixes for #3, #4, #5

c04f316f30a76e343c81ebf9149fb07c3096ea5f authored over 9 years ago by Roman Sirokov <[email protected]>
0.6

c16a08900764ef4b51a8121aead8b6800bae0943 authored almost 10 years ago by Roman Sirokov <[email protected]>
Merge branch 'master' of https://github.com/r0x0r/pywebview

a49121b6e69fae06578a56f5805f9a270bfad0a1 authored almost 10 years ago by Roman Sirokov <[email protected]>
Fixed a problem with creating a window on Windows

fd6bb46518f469d02ead086240a748018399da0a authored almost 10 years ago by Roman Sirokov <[email protected]>
Update README.md

53a8acaa83c01df0c2af199cdf4fa5c3cd905753 authored about 10 years ago by Roman <[email protected]>
Updated README

9894bd74bd98a5d5b92fbdaac6bab86ba538bc45 authored about 10 years ago by Roman <[email protected]>
Updated README

6b2b489e02d7c275ba78384a7d7b040109c5ea27 authored about 10 years ago by Roman <[email protected]>
Updated README

87f1848d7371bd9166bda81c9e4088eb08b60ec2 authored about 10 years ago by Roman <[email protected]>
v0.5. Support for Win32, GTK, pip and fullscreen mode.

69ce9d0770a942b4f36084ddb4c9950a7d8919e0 authored about 10 years ago by Roman <[email protected]>
Update README.md

beed27ab2cad7ad23bcf56247ddab14bbb5ae4ab authored about 10 years ago by Roman <[email protected]>
Updated README

f1a38c7ac26c933845b8a1f82d45b721393d052b authored about 10 years ago by Roman <[email protected]>
Updated README and comments

be9922c33f5cf3ad60b4acbe7ac5ef4dc7a9797d authored about 10 years ago by Roman <[email protected]>
First commit

3c54672ea368bdda26c623767dcffb4176a1a72b authored about 10 years ago by Roman <[email protected]>