Ecosyste.ms: OpenCollective

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

github.com/tauri-apps/web-view

Rust bindings for webview, a tiny cross-platform library to render web-based GUIs for desktop applications
https://github.com/tauri-apps/web-view

Remove pre Rust 1.30 flag

040041be55b9c90d25951312c648336b28e97a4f authored over 5 years ago by zxey <[email protected]>
Fix webview-sys build

04b5b47002ceda156444e1570664d5a656f93238 authored over 5 years ago by zxey <[email protected]>
Fixed segmentation fault, minimal example now works

3a4563404aec63eb2adf1abf591c375f0e4945bc authored over 5 years ago by zxey <[email protected]>
Add dialog function

dbe9aa5ae7d6c64da3a77ea20b103a48568015c8 authored over 5 years ago by zxey <[email protected]>
Only allow edge feature on windows

1928cbe83cd05d4db1e876e644a5d43646611e48 authored over 5 years ago by zxey <[email protected]>
Add EdgeHTML notes to READMEs

7e32701b5356e5cd67be65de3ec2b3a6ad88657b authored over 5 years ago by zxey <[email protected]>
Enable private access network

This is so you can load pages from LAN.

023a4e3b08a5b63ee54609c12175b42d388a5a75 authored over 5 years ago by zxey <[email protected]>
Minor cleanup

659da10fc198f7de5fa2376f01e8ab15a1fe0f0b authored over 5 years ago by zxey <[email protected]>
Add inject_css function

0843215e14b17ade8074a5650566e9af54f605ee authored over 5 years ago by zxey <[email protected]>
Implement set_color

28a1b10f64dcd7486aa90bf0019b8a4c2ef39483 authored over 5 years ago by zxey <[email protected]>
Implement set fullscreen

The implementation for EdgeHTML is the same as for MSHTML.

f123d1567834e2fac8297776e9bda7f0fe918145 authored over 5 years ago by zxey <[email protected]>
Fix resizable flag not working and fix initial window size

Window now respects whether resizable was set or not, it was ignore previously.
We can also set ...

4b5f9198625221a8a68779bf76822cb4e448ec91 authored over 5 years ago by zxey <[email protected]>
Remove unnecessary inheritance indirection

The webview class did not have much code left, just merge it with its base class.

38b1fd0c46214f46cf984c7fd41be0a4371069ef authored over 5 years ago by zxey <[email protected]>
Remove bindings code, not used anymore

88368b3fdd6731bf876f32d47d2c85118745ede0 authored over 5 years ago by zxey <[email protected]>
Fix callbacks from js to rust

window.external.invoke now works, invoke_handler gets invoked properly

the functionality was th...

778ba53d026dfab362eabc0c2a8059d4138bade7 authored over 5 years ago by zxey <[email protected]>
Fix eval function signature

88429369feb7fc0936a5a7c8c3eba7811e88a75f authored over 5 years ago by zxey <[email protected]>
Correctly navigate to string instead of url

ae47b7bbd10a1dafed753ff69d01da0695e9d3ce authored over 5 years ago by zxey <[email protected]>
Add remaining missing function stubs

44c614d68252b856924b9e11390524c029227b00 authored over 5 years ago by zxey <[email protected]>
Compiles and runs with window creation but crashes

3fca22764c46b171dd4768fc429d081e8dfc4192 authored over 5 years ago by zxey <[email protected]>
Add edge html files

the files are taken from zserge/webview webview-x branch

i removed all backends except edgehtml...

27b897450dae3a41ea095363b4ea44bcde7742c4 authored over 5 years ago by zxey <[email protected]>
Implement initial title

121a2015901bd24a179b1296aff7e6329d47618c authored over 5 years ago by zxey <[email protected]>
Add actix embed example

Fixes #53

960aed804aedfecad8c32297343152096a2c0306 authored over 5 years ago by zxey <[email protected]>
Remove webview submodule, include webview.h directly

Closes #64

f9bf450eefc5b4eb5b8e486a670ccd12c5f2da78 authored over 5 years ago by zxey <[email protected]>
Add another cool project to showcase

47287de10788ed12ebe6eff2fe17a9cb0c1c831d authored over 5 years ago by zxey <[email protected]>
disable objc_msgSend type checking

fde0bcbf844d06ebc3090758059d1390f286a99b authored over 5 years ago by Jim McGrath <[email protected]>
Add new idea to README

8e73dc526438fc898776b5ff17711499eaa34e80 authored over 5 years ago by zxey <[email protected]>
Add neutrino to showcase

175e4cf90764390252b16df9698b0e4120ed3c7c authored over 5 years ago by zxey <[email protected]>
Forgot to publish webview-sys

79477f1432394475c45cb40cddc5b59c9b9df407 authored over 5 years ago by zxey <[email protected]>
Update webview-sys to use better webview fork

ae00777837ee158e7f64d9065e809d3432d5495e authored over 5 years ago by zxey <[email protected]>
Bump patch version

17308c5be0dd8cd7068642c880faf3785fc24f47 authored over 5 years ago by zxey <[email protected]>
Update webview submodule

Fixes #29
This also changes the submodule to point to a fork used solely for this project,
it se...

2984d78e8c02667cc07d78eb44ebddc4327aa5f1 authored over 5 years ago by zxey <[email protected]>
Add Compactor to showcase

4f29b0554fd8784a225840d57852d2e7bb045c1e authored over 5 years ago by Thomas Hurst <[email protected]>
Add FrakeGPS as example app

e052b6e1ca0dbaa1b0a171e7ee5664c7e9627071 authored over 5 years ago by Francesco Frassinelli <[email protected]>
Increment patch version

8954113627759a07a4a11ac2214513a6b97d8961 authored over 5 years ago by zxey <[email protected]>
Use C calling convention for callbacks

This fixes crashes on 32bit Windows (reported in #3)

e982977219d907616c7f2931642ab48a9a0a644d authored over 5 years ago by Thomas Hurst <[email protected]>
Add showcase

Closes #56

10fe46b1508726f9884132d40a8e09bef561d3bf authored over 5 years ago by Richard Hozák <[email protected]>
Fix webview-sys version in root crate

00bbb3adfd152f0509a9e577b78572c0a26f1a0f authored about 6 years ago by zxey <[email protected]>
Fix cc build warnings

9f45f4e95d6ba0008a3cc61572d692e82050c724 authored about 6 years ago by zxey <[email protected]>
Bump version

f9cbefdf1088baae2745066235208c4a7142c30f authored about 6 years ago by zxey <[email protected]>
Remove bounds from type definitions.

a019c73756cb9141cff7e3cebb09d4b7b59d4363 authored about 6 years ago by Sam Green <[email protected]>
Bump rustfmt required version.

e611d361e32e8ae19e24554f155908a6631059d8 authored about 6 years ago by Sam Green <[email protected]>
Add fluent dialog API with example.

4e7378a6530bc9e629596d75d5a475b410de5542 authored about 6 years ago by Sam Green <[email protected]>
Use convenience builder function in examples.

09f403fd93fae8371199a9a55b57e9532469deae authored about 6 years ago by Sam Green <[email protected]>
Add convenience function for constructing new builder.

a9708e255c8e268ce33e94549bc65bf85ab88276 authored about 6 years ago by Sam Green <[email protected]>
Implement `run` method for builder. Use in examples.

8a5d2dda0d2965eeaff352cd78b2bd9687d1e5dc authored about 6 years ago by Sam Green <[email protected]>
Add ability to override webview source and document. (#39)

41fa713175c51064eb18ac4ec5cdf56eb89763af authored about 6 years ago by Sam Green <[email protected]>
Revert "Fix double free and user data usage after move" to fix leak. (#37)

Add `mem::forget` call to prevent double free.

This reverts commit 8bcb16f52fc7c4724fc8bbf66a...

57c0669adf47e1b4d13401fdd8881eb010ec0b46 authored about 6 years ago by Sam Green <[email protected]>
Fix double free and user data usage after move

Previously when in WebView::run method, WebView::into_inner would be called,
which consumed inne...

8bcb16f52fc7c4724fc8bbf66a85dea253a36f40 authored about 6 years ago by zxey <[email protected]>
Remove beta channel from travis until we figre out why it's misbehaving

8874d8329716ae4f3d6597fb2f739a3a7117b70b authored about 6 years ago by zxey <[email protected]>
Update README

We require Rust 1.30 now.
Dialogs are already implemented.

8fade5abfb06d6074ddb6cac8c5e6595c112b5ca authored about 6 years ago by zxey <[email protected]>
Rewrite to use builder pattern. Fix dispatch unsafety. (#36)

* Major rewrite.

- Fix unsafety (require 'static bound on dispatched closure)
- Switch to bu...

d5f9f284e3154f0688570f6cc3231ba750110041 authored about 6 years ago by Sam Green <[email protected]>
Merge pull request #31 from julianpistorius/master

Elm example

066eee6c0119204ba0787366992f2a614bcf3537 authored over 6 years ago by Boscop <[email protected]>
Problem: No Elm example

Solution: Add simple Elm 'counter' example

Elm counter example copied from https://github.com/e...

e81f0c397c1ee9baa93679b57f3230615b3a83c9 authored over 6 years ago by Julian Pistorius <[email protected]>
Merge branch 'aatxe-webview_set_title'

555f422d09cbb94e82a728d47e9e07ca91963f6e authored over 6 years ago by Richard Hozák <[email protected]>
Add support for webview_set_title and use it in todo example.

8f5caf2db658726bfa242d485fa095619cc5ad03 authored over 6 years ago by Aaron Weiss <[email protected]>
Merge pull request #27 from aatxe/webview_set_color

Add support for webview_set_color and use it in todo example.

f640e3e5561967a8d4b992dd96337128c189f098 authored over 6 years ago by Richard Hozák <[email protected]>
Add support for webview_set_color and use it in todo example.

db9e4babc5c4e82807195e39923471a169d3bbf8 authored over 6 years ago by Aaron Weiss <[email protected]>
increased patch version

58d2ec4068f105e19e9274e702a7b4472e1c18e5 authored over 6 years ago by Boscop <[email protected]>
Remove impl Trait because it's still unstable.

010126d895081aac5ec1d5af455566213b9d738e authored over 6 years ago by Ram Kaniyur <[email protected]>
Fix boundary bug in the escape code; turns out chars wasn't so stupid after all.

2901294634d4843802d48ea0a092ccbd58cdc293 authored over 6 years ago by Ram Kaniyur <[email protected]>
Hide escape module.

2ee2eda43f6308c16c95bcf2d4be3e7b83c8cfca authored over 6 years ago by Ram Kaniyur <[email protected]>
Add JavaScript string escaper.

1bdedc99e077833ac3c0c5fd00a2ab769f2e1861 authored over 6 years ago by Ram Kaniyur <[email protected]>
increased minor version because api changed

8ad43e4708b964440300c53c9242e4a746139dcd authored over 6 years ago by Boscop <[email protected]>
improved string handling in dialog

39326627100c0884bc1ca3fa8cae612ea9a45c14 authored over 6 years ago by Boscop <[email protected]>
Fix indentation and typo

d416fa4bce75f0203734fc948cbd3db999c52e0c authored over 6 years ago by zxey <[email protected]>
Implement Content enum

Content enum allows us to pass url or html content easily to webview
without the need to encode ...

69519d102bedf16ec42d6a8f73f044323270bacc authored over 6 years ago by zxey <[email protected]>
Implement dialog function for showing system dialogs

02c3004c8f8ff3fccdada6e394babab7a8307916 authored over 6 years ago by zxey <[email protected]>
Update c-webview, introduce -sys convention

This adds webview as a submodule instead of including sources directly.
New webview function are...

3e5c8a44bf6b5dbacf81dc0fdab85a0e4271b2f8 authored over 6 years ago by zxey <[email protected]>
Merge pull request #13 from quadrupleslap-forks-things/master

Link to appropriate Windows libraries.

f6bdc85473bcad008fbec12f25f593fc5708fcfd authored almost 7 years ago by Boscop <[email protected]>
Link to appropriate Windows libraries.

415a5a12c28bae02e74ad041593a5582679d534e authored almost 7 years ago by Ram <[email protected]>
Merge pull request #8 from pzmarzly/master

Make timer example less confusing by renaming one of userdata variables

e6bf4db177dc7a9b24f5572c925b126881f94b49 authored almost 7 years ago by Boscop <[email protected]>
Merge pull request #11 from DoctorVWA/master

C11 flag

040861b443a6a726743f7b315919c12385e14e4c authored almost 7 years ago by Boscop <[email protected]>
Update build.rs

310f26a29ab00962bbd95d93581dfd7de6df8f7d authored almost 7 years ago by DoctorVWA <[email protected]>
Update build.rs

1b9271b3d2f7e7798984dd74f7954d05327fdc03 authored almost 7 years ago by DoctorVWA <[email protected]>
make timer example less confusing by renaming one of userdata variables

f971baecbb4fcd469f2fdb7d8cf03acd2a9ff35b authored almost 7 years ago by Paweł Zmarzły <[email protected]>
Merge branch 'master' of https://github.com/Boscop/web-view

f9ff40e0fd03f93f422a326b2e500d94f0e51013 authored almost 7 years ago by Boscop <[email protected]>
made init callback FnOnce and dispatch callback generic over WebView lifetime

(uses webview.h from zserge/webview#5a16d33)

49846c9dea0afcad4b5566a0daf410e04f8976f9 authored almost 7 years ago by Boscop <[email protected]>
Merge pull request #5 from WrinklyNinja/patch-1

Fix Travis build matrix

921193773c97b939e64161e8d806ba9b92f275d1 authored almost 7 years ago by Boscop <[email protected]>
Fix Travis build matrix

Run builds on Linux and macOS against the stable, beta and nightly compilers, and don't let fail...

2b0f24b3849ddc6194a9b3f683ab396933fbc52e authored almost 7 years ago by Oliver Hamlet <[email protected]>
require dispatched callbacks to be Send

79973f9f560b4420c3edd23ad0d37c7c2a933268 authored almost 7 years ago by Boscop <[email protected]>
added examples/todo-ps/dist/bundle.html so that the example builds out of the box

35db78e04fc4d6633b704a962c418e5d39b5b449 authored almost 7 years ago by Boscop <[email protected]>
fix travis build by lowering required webkit version

b0d928789b359712ab5348049dbffa321891cf82 authored almost 7 years ago by Boscop <[email protected]>
add libwebkit2gtk-4.0-dev to travis

7af2ebdc787bf6735c1e2130fb7a2e95200a3aa1 authored almost 7 years ago by Boscop <[email protected]>
v0.1.2 fixes build on macos

a1bdb954e61c4dfb1adfb249276eb62d3df1b3cd authored almost 7 years ago by Boscop <[email protected]>
Merge pull request #2 from SergejJurecko/master

fix macos, use c instead of cpp

422660b13da9bcd415d5cff6ee184ba742166678 authored almost 7 years ago by Boscop <[email protected]>
use new package name for repo

fe545f23ce47f0d1b307b341d081d68e492832d6 authored almost 7 years ago by Boscop <[email protected]>
renamed package to web-view because of naming conflict

d059d895dcdf8b331cd85349bd0eec6fc4dd8a7f authored almost 7 years ago by Boscop <[email protected]>
fixed Cargo.toml keywords

01271521b795efd95541a39a14bb19cd64a53069 authored almost 7 years ago by Boscop <[email protected]>
Cargo.toml: added readme, keywords, categories

dce010c10bfb68aadc868e267dbfab0b282eb958 authored almost 7 years ago by Boscop <[email protected]>
make it ready for crates.io release

33f53b82475ca69e1de63c39e97f0a2b50f46efa authored almost 7 years ago by Boscop <[email protected]>
fix macos, use c instead of cpp

2501090a06d8a9aab3fd039dcab75258e05c4809 authored almost 7 years ago by sergej jurecko <[email protected]>
simplify examples by using urlencoding::encode(html) instead of url::percent_encoding::utf8_percent_encode(html, PATH_SEGMENT_ENCODE_SET)

82599e65d62467fdc65963971f01e75d21bd1dac authored almost 7 years ago by Boscop <[email protected]>
fix windows build (requires .cpp file extension)

34c2646e453dea19f33c5c638f68d0fefdc804b6 authored almost 7 years ago by Boscop <[email protected]>
Merge pull request #1 from wezm/freebsd

Add BSD support (and fix building on Linux)

d0ccac1a06fc5858afe50e7af80ba32104530e0c authored almost 7 years ago by Boscop <[email protected]>
Fix linking issue on Linux and FreeBSD

4add651aac75e713eddc57d6d6d75baf911b5aca authored almost 7 years ago by Wesley Moore <[email protected]>
Fix build on Linux and BSD

d03352e2ecf2a69b2bd277cd31b9f791297f9843 authored almost 7 years ago by Wesley Moore <[email protected]>
Add BSD support to build script

e14bd4252d53681477004d67a849a909ae8568a0 authored almost 7 years ago by Wesley Moore <[email protected]>
untracked ps build output folder

46d4162bee13f715426f8c2d2ae96bdb88c8aa11 authored almost 7 years ago by Boscop <[email protected]>
-handle

0da9f60f6b87391b8a7711686b07c43069d83afb authored almost 7 years ago by Boscop <[email protected]>
child windows

3fbd798682d8029ddb226841cdc41bf14be5b49e authored almost 7 years ago by Boscop <[email protected]>