Ecosyste.ms: OpenCollective

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

github.com/tauri-apps/wry

Cross-platform WebView library in Rust for Tauri.
https://github.com/tauri-apps/wry

Fix doc on lib.rs

40214c8e83f3fffaceec7a07dd58bd087451fe91 authored almost 4 years ago by Ngo Iok Ui <[email protected]>
Improve examples and their docs

b99b0a9126d3d945fa0e1fd7547bf1414310ff56 authored almost 4 years ago by Ngo Iok Ui <[email protected]>
fix: exit winit's event loop in `WindowMessage::Close` if necessary (#109)

94f62faeb1241ae9687c0b81c461e23c7799f94e authored almost 4 years ago by Amr Bashir <[email protected]>
fix: remove `data:text/html` on windows (#108)

dcb74f10e043e4c264123157a9953ace35ee743f authored almost 4 years ago by Amr Bashir <[email protected]>
Move rpc descriptions to documentation.

938637ee35187f5a6d89329cbbc3b2a79c040167 authored almost 4 years ago by Ngo Iok Ui <[email protected]>
fix(application/gtk): show should call show_all (#107)

Otherwise the window will be blank
https://stackoverflow.com/questions/17934550/gtkwindow-set-v...

8487df7d8ed1f7c3a1a936f8c220c9ae6df9ee13 authored almost 4 years ago by Noah Klayman <[email protected]>
Add method to get ApplicationProxy from WindowProxy

729fdc182eaf4af44d822dfc9396deb3f5f5810a authored almost 4 years ago by Ngo Iok Ui <[email protected]>
Fix typo in doc

5b8d2ba9f5b54e69995b5eb5fef984fe09d1d200 authored almost 4 years ago by Ngo Iok Ui <[email protected]>
Expose RpcRequest and RpcResponse as public. (#104)

Required for handlers to transform requests and responses into internal
types used to service m...

4714c10ad862036d50c5350d1da9e3899df4ba5a authored almost 4 years ago by muji <[email protected]>
Move attributes related types to individual module (#103)

* Move attributes related types to individual module

* Move rpc request and response to webiv...

25688de8fc0362722671521178fa173d27695ecc authored almost 4 years ago by Ngo Iok Ui (Wu Yu Wei) <[email protected]>
Restructure modules (#102)

376d81c7e0b2016098ca607dbf7eb8c4a57a3052 authored almost 4 years ago by Ngo Iok Ui (Wu Yu Wei) <[email protected]>
Use IIFE and ensure external. (#101)

a0eb2c95ce5b4f01b9e7c225a7d09152c1bbae2e authored almost 4 years ago by muji <[email protected]>
Fix rpc Javascript scope bug. (#100)

d0b5f8fec23aef1252ecd0d9b8e3e60ec42cd116 authored almost 4 years ago by muji <[email protected]>
Fix rpc response on Windows

a954d39bb406d170e96c7e9ed90c0252ef13667d authored almost 4 years ago by Ngo Iok Ui <[email protected]>
Pass WindowProxy not reference. (#99)

b8ef1189332fd65cb691548853ddf03b55ce107a authored almost 4 years ago by muji <[email protected]>
Fix RPC handler on macOS (#98)

* Remove window proxy from rpc handler on linux

* and on windows

* Fix rpc handler on mac
...

310076a4952e56fbbc80560d5f279653d6cdc4ae authored almost 4 years ago by Ngo Iok Ui (Wu Yu Wei) <[email protected]>
Implement draft RPC API. (#95)

* Implement draft RPC API.

Remove old Callback mechanism.

* Remove obsolete Callback API
...

e215157146f0eab8ee6beab0628b036c68eea108 authored almost 4 years ago by muji <[email protected]>
Reorder init scripts order on Windows

5385b4d739f6e68425192a6d139b35521ea0a7e0 authored almost 4 years ago by Ngo Iok Ui <[email protected]>
Rpc example (work in progress) (#83)

* Initial sketch for RPC handling.

* fix: update format of path passed to custom protocol res...

600e55124a011fa9beafaf9c0d350c2ead5f7548 authored almost 4 years ago by muji <[email protected]>
Add mimetype module (#88)

* feat: add mimetype module

* chore: update changes for add-mimetype

3d393f51e1d2d6e2eb2c825debd5cf3cbe0f696f authored almost 4 years ago by Shriram Balaji <[email protected]>
Better mime handling. This time for real (#82)

* feat(mime): infer + match (macos)

Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript...

630189538295b2a9cd57ace4f502edb2538c09de authored almost 4 years ago by Ngo Iok Ui (Wu Yu Wei) <[email protected]>
Handling NARC to release when dropped

We now use Id type from obc_id this should be able to auto release
instance when dropping on rus...

a607d6aba95e6ee0d9620394b7ee0092527095dc authored almost 4 years ago by Yu-Wei Wu <[email protected]>
fix: fall back mime handling (#78)

* Fall back to mime_guess on windows

* Fallback to mime_guess on linux and mac

a5f3344bbc9bcfb2683943b9e5de88fcbf79bc3f authored almost 4 years ago by Ngo Iok Ui (Wu Yu Wei) <[email protected]>
Remove unused method on WindowProxy

af292c1785c1893df4c44ebe4c1e1b5839c80d00 authored almost 4 years ago by Ngo Iok Ui <[email protected]>
Update add window methods on ApplicationProxy

0611ccbf74a88f43a1eb6e56275591d7b4461aa7 authored almost 4 years ago by Yu-Wei Wu <[email protected]>
Fix infer mime type on mac

bce59095eb530a68bd57533a21952d5122ea00b3 authored almost 4 years ago by Yu-Wei Wu <[email protected]>
fix: infer mime type from file bytes (#77)

32ee93e045370131a79d328fd4c1eb811869775e authored almost 4 years ago by Lucas Fernandes Nogueira <[email protected]>
Better mime handling (#76)

* Better mime handling on windows

* , linux

* , and mac

* Update add window method name...

72304f3b85f441a3b0b5fba8db49943653d73d01 authored almost 4 years ago by Ngo Iok Ui (Wu Yu Wei) <[email protected]>
fix: update format of path passed to custom protocol resolver (#75)

* fix: update format of path passed to custom protocol resolver
now it is consistent cross-plat...

0d7bec7beb4a58e82895f26032230fd93ef9f4dd authored almost 4 years ago by Noah Klayman <[email protected]>
fix(deps): update rust crate once_cell to 1.7 (#74)

Co-authored-by: Renovate Bot <[email protected]>

7f0c60427129ba4909687ced40233ddd70cc6af8 authored almost 4 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
revert: "Simplify dereference" -> 0f3154f (#73)

This reverts commit 0f3154f369155d2a426605e6c9a220e8f62607c6.

42af38aed6b002f09176d564a8220144cc49aad7 authored almost 4 years ago by Amr Bashir <[email protected]>
Add .changes file in prepare of v0.6

3536b831ec30ee7436616ba4b262bbdd1e6279c8 authored almost 4 years ago by Ngo Iok Ui <[email protected]>
Remove unused files

a1ed46cf621b22f86a6a68c91ed94a10cb7f6ca4 authored almost 4 years ago by Ngo Iok Ui <[email protected]>
fix: examples (#72)

590ae99a9a56bb504add7d04b14b67089ae48ec7 authored almost 4 years ago by Amr Bashir <[email protected]>
feat: window.close() (#71)

82955a71a9c3ca2100cd4f96f677a2a4dfd1a815 authored almost 4 years ago by Amr Bashir <[email protected]>
Add mime type

6eced393cc00c0ffeb259bf5062f9515ce0231b4 authored almost 4 years ago by Yu-Wei Wu <[email protected]>
Implement custom protocol on mac

51d5ef22a9b98713f64d5c97f35f788fc9e16600 authored almost 4 years ago by Yu-Wei Wu <[email protected]>
fix set_decorations (#69)

e0b63d2d9179e4f79ff57affc59338372cefae8b authored almost 4 years ago by Jussi Niinikoski <[email protected]>
Update dependency versions

6a779e7570b25be35537b1ad023b77cfb6031826 authored almost 4 years ago by Ngo Iok Ui <[email protected]>
Add note on cross-compiling to the README. (#67)

Before I set `RUSTFLAGS`, cross-compiling would build the executable for
macOS but when it was ...

149f2db22a03285350a9d31a371d0f537af460ba authored almost 4 years ago by muji <[email protected]>
Destruct protocol tuple on windows

11696c5b4c60c1b5a80b0d6ec06e8de430344d4c authored almost 4 years ago by Ngo Iok Ui <[email protected]>
Add a bit more protocol impl on mac

687a41d32fe7cddeee1e87b4f959e5eaa440ef43 authored almost 4 years ago by Yu-Wei Wu <[email protected]>
Add custom protocol (#65)

* feat: add register_buffer_protocol on linux

* errmmm..windows kinda

* progress???

* I...

7a492806d716a30abe15a2104b64152c1ca370bb authored almost 4 years ago by Ngo Iok Ui (Wu Yu Wei) <[email protected]>
Use IIFE for injected javascript. (#63)

Otherwise the global `name` variable is overriden by the last assigned
callback and all functio...

b963030d9f9e2fb5811675d6dd279a45ea73d803 authored almost 4 years ago by muji <[email protected]>
Use debug_assert instead of feature flag (#62)

b0ba7c28d64e0946f86ebd336b5811083b448672 authored almost 4 years ago by Ngo Iok Ui (Wu Yu Wei) <[email protected]>
fix(deps): update rust crate once_cell to 1.6 (#60)

Co-authored-by: Renovate Bot <[email protected]>

b2deadb0a46ffead53370a98d1e7ebff617f870e authored almost 4 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
fix(deps): update rust crate once_cell to 1.5 (#59)

Co-authored-by: Renovate Bot <[email protected]>

d52c37d112903486dfa342940223ac95edcf21c2 authored almost 4 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Add renovate.json (#4)

Co-authored-by: Renovate Bot <[email protected]>

3e727856e2a19f70d15ce7bbb839804c45b4924b authored almost 4 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Add devtools feature flag (#58)

7aa463202ab89b7a9cc84907ab364abd90f0c7a2 authored almost 4 years ago by Ngo Iok Ui (Wu Yu Wei) <[email protected]>
Update error type to be Sync (#57)

* Update error type to be Sync

* Rename error variant

bf6ad30184fab0112a30b40bd22a18327fb0c66d authored almost 4 years ago by Ngo Iok Ui (Wu Yu Wei) <[email protected]>
Add clipboard functionality to macOS

205d21577ad43e6516f5e4b830462fe34c3be4e2 authored almost 4 years ago by Yu-Wei Wu <[email protected]>
chore: covector init (#55)

* chore: covector init

* Update .github/workflows/covector-version-or-publish.yml

33b64ed5c208b778d03dbb5f3f2808bb417c9f52 authored almost 4 years ago by Jacob Bolda <[email protected]>
Add feature flag on private api

14fbc184d7f116b1e47cf7e012d84e5db24fc8c9 authored almost 4 years ago by Yu-Wei Wu <[email protected]>
Remove more private api on macos

b449774dace54db567a420478d45709d1466532f authored almost 4 years ago by Yu-Wei Wu <[email protected]>
Fix navigate to string on macos (again)

136b7fb8e131f21fd06798caec487fa3b238a12a authored almost 4 years ago by Yu-Wei Wu <[email protected]>
Add transparent option on linux

c2eb7fbf91c5884487d80d718569ab2630f638b3 authored almost 4 years ago by Ngo Iok Ui <[email protected]>
Fix navigate to string on macos

41e6af2ca606de0cb6f7509e78a9840cf80bef0c authored almost 4 years ago by Yu-Wei Wu <[email protected]>
Add gtk example

126399c72dc6a04a35a60e0a537a0c1e2f642b81 authored almost 4 years ago by Ngo Iok Ui <[email protected]>
Add issue templates

210ef47e06659167c85c71f415259eb3266d5eb3 authored almost 4 years ago by Ngo Iok Ui <[email protected]>
Remove private apis on macos

ee1dc2d5070be5925c59f813e6d330c7b1baa6aa authored almost 4 years ago by Yu-Wei Wu <[email protected]>
Update callback params from strings to serde value (#54)

* Update callback params from strings to serde value

* Update return type of callbacks

* S...

c9907d177bae771affb9e0dc24cf11eb3fdc01b2 authored almost 4 years ago by Ngo Iok Ui (Wu Yu Wei) <[email protected]>
Webview trait (#53)

* Add documentations and WV trait on mac

* Implement WV on windows

* Implement WV on linux...

71106cb758c31c73301841eaab68e31b74414897 authored almost 4 years ago by Ngo Iok Ui (Wu Yu Wei) <[email protected]>
Update README and bump version 0.5.1 (#50)

293eccc4f283f83f0b3c11ce00b089b29cce9fe0 authored almost 4 years ago by Ngo Iok Ui (Wu Yu Wei) <[email protected]>
Refactor inner webview on linux

fed811bff5f6eb67e004ab63f13013d7239b287a authored almost 4 years ago by Ngo Iok Ui <[email protected]>
Refactor inner webview struct on macos

6ee797af5430c0fbf5848ffa8433f66a17a01bc9 authored almost 4 years ago by Yu-Wei Wu <[email protected]>
feat: `skip_taskbar` for windows (#49)

395b6fbcd66f6cbd0457cb609bea4afe734fadd4 authored almost 4 years ago by Amr Bashir <[email protected]>
Refactor inner webview structure on windows

cebc5c4fdc2783f178cbb40c320cc31d4017fa1c authored almost 4 years ago by Ngo Iok Ui <[email protected]>
Merge add_callback method into just one in webview.rs

62934d3f28e851e9c726b699c7f385d67f5a0129 authored almost 4 years ago by Ngo Iok Ui <[email protected]>
Merge pull request #48 from tauri-apps/webview2

Adopt Webview2 on Windows

fbf0d17164da455400aaa44104c3925eded09393 authored almost 4 years ago by Ngo Iok Ui (Wu Yu Wei) <[email protected]>
Update winit example

e399de2db2e6916330b05c72973a07651b9274f9 authored almost 4 years ago by Ngo Iok Ui <[email protected]>
Cleanup

0dbb32465da6a3335dc0d7230e24a6fcc5dd8cbe authored almost 4 years ago by Ngo Iok Ui <[email protected]>
Fix method signature

7109865db674df112b069c3e70ac7394e9374d24 authored almost 4 years ago by Yu-Wei Wu <[email protected]>
Simplify dereference

0f3154f369155d2a426605e6c9a220e8f62607c6 authored almost 4 years ago by Ngo Iok Ui <[email protected]>
Enabled some default WebKitSettings (#47)

* Added default setting for webkit2gtk

Enable WebAudio, cache, smooth scrolling

* Renamed ...

95f968437f169bf47fac05dd85c766358503409d authored almost 4 years ago by Sebastian Łuc <[email protected]>
Add rest of the f owl

6f060fe207e6de97eb44876e9096838cbbc13ff8 authored almost 4 years ago by Ngo Iok Ui <[email protected]>
Initial webview2 impl

112074ab6085811e92e3a27dfe456ef3c527bef2 authored almost 4 years ago by Ngo Iok Ui <[email protected]>
Remove gtk activate signal

bf44d116daf69c4617542fc3faf0072a8409666e authored almost 4 years ago by Ngo Iok Ui <[email protected]>
feat(logo) (#44)

I created this Logo and hereby license it under CC-BY-ND-NC
Closes #16.

Signed-off-by: Danie...

4a6f82e5dbfe5d79024813c42a904f7d9cc860be authored almost 4 years ago by nothingismagick <[email protected]>
Add transparent on mac and debug on all platforms

1532f255ffc3c486f096f4e605591bf623d57015 authored almost 4 years ago by Yu-Wei Wu <[email protected]>
Update showcase gif

d848155fe8b3a44364e90820b49ce33211485907 authored almost 4 years ago by Yu-Wei Wu <[email protected]>
... and winit

4370fb4a642dc8819330f5820cabc8da6367aa53 authored almost 4 years ago by Yu-Wei Wu <[email protected]>
Reduce Arc/Mutex usage on gtk

ed39ca3c975abb6747da9f11c75ce412f69b9cfe authored almost 4 years ago by Ngo Iok Ui <[email protected]>
Add badges and license file

15155f081caa32a9b552c4255caffd2011a6d4a3 authored almost 4 years ago by Ngo Iok Ui <[email protected]>
Add preview gif

16e9592186e5fe271915ee4eb7509a2dcff29879 authored almost 4 years ago by Yu-Wei Wu <[email protected]>
Bump version 0.5

714b01ddd8c71b16a3f06e890c4d68f4f317207e authored almost 4 years ago by Ngo Iok Ui <[email protected]>
Merge pull request #40 from amrbashir/fix/skip_taskbar-windows

fix: a better way to `skip_taskbar` on windows

c618be77c04d13a52c1932e1d5cad471de8e0a02 authored almost 4 years ago by Lucas Fernandes Nogueira <[email protected]>
fix: a better way to `skip_taskbar` on windows

4a70ebed2f5ce397dc6d2260660497e16fd48b44 authored almost 4 years ago by amrbashir <[email protected]>
Update README in prepare of v0.5

1c3be24702a4ac0dd90b9afe4820db3266f2d27c authored almost 4 years ago by Yu-Wei Wu <[email protected]>
Enhance doc on `Application`

e6cc7f0825220a0117827b6f0a366f60ce7420ea authored almost 4 years ago by Ngo Iok Ui <[email protected]>
Add documentation for application module

d96fab964931e416a7dcb926227bc1775999aa21 authored almost 4 years ago by Ngo Iok Ui <[email protected]>
More renaming and add webview types into module

aca35b61f58b8ab29d461ceb5720cbabc0f2e627 authored almost 4 years ago by Yu-Wei Wu <[email protected]>
Improve error handling on adding window

836815c037101fea04ed80073b06635a6e9b614d authored almost 4 years ago by Yu-Wei Wu <[email protected]>
Rename WebViewAttributes to Attributes

48d52d2a36f57c1b8dd9b0b6df7c75fc68ecbec9 authored almost 4 years ago by Yu-Wei Wu <[email protected]>
Fix main.rs

b4c2c48df3f6bb0c2ac79d226e7d3cdf0dba8a55 authored almost 4 years ago by Ngo Iok Ui <[email protected]>
Return WindowProxy on add_window of ApplicationProxy

55bad7283dd9b93895fc65d03b065c4a57db415e authored almost 4 years ago by Ngo Iok Ui <[email protected]>
... and winit

d73680685e0353c86038708a897b6bcfc6199bad authored almost 4 years ago by Yu-Wei Wu <[email protected]>
Lots of renaming on gtk

8c0245fae9aa369ca55d94c742cf9a9a6d6ada70 authored almost 4 years ago by Ngo Iok Ui <[email protected]>
Move main.rs to examples

749bfa40efeeffd17d487daed42292c2396e09dd authored almost 4 years ago by Ngo Iok Ui <[email protected]>
Merge pull request #37 from tauri-apps/refactor/callback-dispatcher

af07c28503e41a0a164cb7256fa0ec938d5daee4 authored almost 4 years ago by Lucas Fernandes Nogueira <[email protected]>
Merge pull request #38 from amrbashir/feat/set-x-y-gtk

feat: `set_x`, `set_y`, `set_position` for gtk

95637923fbb586c5bc0f45e09de02ce798b07b90 authored almost 4 years ago by Lucas Fernandes Nogueira <[email protected]>