Commit graph

1497 commits

Author SHA1 Message Date
mrxiaozhuox
dd9f0f362e fix: statement problem 2022-02-14 16:52:16 +08:00
Christoph Grabo
932ad01644
Make clippy happy 2022-02-13 20:57:30 +01:00
Christoph Grabo
934d5998db
Support maximize toggle and devtool 2022-02-13 20:34:27 +01:00
Christoph Grabo
2828f45e12
Clean up desktop's lib.rs 2022-02-13 20:34:27 +01:00
Christoph Grabo
e7a0e5f1d9
Extract user window events into module 2022-02-13 20:34:27 +01:00
Christoph Grabo
cf543ab1df
Extract controller into module 2022-02-13 20:34:27 +01:00
Christoph Grabo
73ce79bd2a
Extract protocol hander into module 2022-02-13 20:34:26 +01:00
Christoph Grabo
594a794f05
Switch from RPC to IPC 2022-02-13 20:34:26 +01:00
Christoph Grabo
afa5a301c7
Fix typo 2022-02-13 20:34:26 +01:00
Christoph Grabo
a5bf25ce18
Adjust visibility 2022-02-13 20:34:21 +01:00
Christoph Grabo
c40d225d7d
Fix typo 2022-02-13 20:32:04 +01:00
Christoph Grabo
ee2b869e99
Add optional feature flags of wry
Check wry's documentation for each.
Some of them are platform dependent or
have platform dependent effects.
(mostly MacOS and Linux)
2022-02-13 20:30:10 +01:00
Christoph Grabo
c502535724
Update dependencies
Specifically set wry to 0.13;
this has breaking changes (notably: RPC -> IPC).
2022-02-13 20:30:10 +01:00
Jonathan Kelley
bb377e932f Merge branch 'master' into jk/partialexpansion 2022-02-13 12:46:38 -05:00
Jonathan Kelley
e03f8ca90c ci: no more codecov failing 2022-02-13 12:44:17 -05:00
Jonathan Kelley
3c54ce06f2 fix: disable more 2022-02-13 12:43:15 -05:00
Jonathan Kelley
7c48236a54 Merge branch 'master' into jk/partialexpansion 2022-02-13 12:42:15 -05:00
Jonathan Kelley
8d2e23bde6 ci: fix draft request 2022-02-13 12:41:38 -05:00
Jonathan Kelley
542b48a59c ci: disable on draft prs 2022-02-13 12:40:25 -05:00
Jonathan Kelley
e06f6dc030 fix: docs deploys should only be done on master commits 2022-02-13 12:37:39 -05:00
Jonathan Kelley
ca7ce46cdb Merge branch 'master' into jk/partialexpansion 2022-02-13 12:36:02 -05:00
Jonathan Kelley
ab99bc6c8d chore: comment out image generator when not in use 2022-02-13 12:35:07 -05:00
Jonathan Kelley
64f8e58c04
Merge pull request #242 from oovm/desktop-icon
Add default desktop icon
2022-02-13 12:27:38 -05:00
Evan Almloff
f6ef9981dd added border and more attributes 2022-02-12 14:03:08 -06:00
Aster
21b436b7bf Remove image at runtime 2022-02-13 01:36:51 +08:00
Aster
f6b30d26b9 Add default desktop icon 2022-02-13 00:35:02 +08:00
Aster
78ac592c0a Custom for icon 2022-02-13 00:34:45 +08:00
Jonathan Kelley
a325c03dd9 fix: lifetimes again 2022-02-12 11:02:55 -05:00
Jonathan Kelley
4981e4c26b ci: make codecov be quieter 2022-02-12 11:02:05 -05:00
Jonathan Kelley
0596088312 docs: fix lifetimes on children 2022-02-12 10:57:57 -05:00
Jonathan Kelley
f130e662be
Merge pull request #241 from oovm/interpreter 2022-02-12 09:51:36 -05:00
Jonathan Kelley
2591ef2a54
Merge pull request #236 from asaaki/cleanup-index-html 2022-02-12 09:44:23 -05:00
Aster
aad055cd84 Fix typo WryProtocol 2022-02-12 21:46:12 +08:00
Aster
2d1371167f Use === when rhs is string 2022-02-12 21:22:05 +08:00
Jonathan Kelley
cc79287e86
Merge pull request #231 from blemelin/master
Transparent window means transparent WebView
2022-02-11 20:27:56 -05:00
Christoph Grabo
b64574810d
Clean up desktop's index.html
Initially I wanted to delete only the duplicated `<html>` opening tag,
but then decided to make it a fully valid HTML document.

Passes https://validator.w3.org/nu/#textarea check.
2022-02-12 01:43:36 +01:00
Jonathan Kelley
65ca542993
Merge pull request #235 from t1m0t/master
try fix syntax workflow
2022-02-11 18:23:24 -05:00
Timothée
39c1f1d8e5
Merge branch 'DioxusLabs:master' into master 2022-02-12 00:12:05 +01:00
t1m0t
6e91b1d54e try fix syntax workflow 2022-02-12 00:11:33 +01:00
Jonathan Kelley
0b940fa94d
Merge pull request #234 from t1m0t/master
fix code coverage and docs workflows
2022-02-11 17:06:27 -05:00
t1m0t
e54b5aab04 try fix docs workflow 2022-02-11 22:49:48 +01:00
t1m0t
c0753913ea add names for clarity 2022-02-11 22:01:22 +01:00
t1m0t
d8bfc41662 fix code coverage action 2022-02-11 21:58:44 +01:00
Jonathan Kelley
9f60dfa8b0 feat: add all the css 2022-02-11 15:50:07 -05:00
Benjamin Lemelin
f8c78f8ca9 Transparent window means transparent WebView 2022-02-11 14:47:29 -05:00
Jonathan Kelley
e3d4c1cde4
Merge pull request #230 from t1m0t/master
fix some uncaught error during runtime test
2022-02-11 12:12:44 -05:00
t1m0t
eb39f360e3 fix some uncaught error during runtime test 2022-02-11 17:59:59 +01:00
Jonathan Kelley
f9a50163c0
Merge pull request #227 from mrxiaozhuox/master
Add more Desktop Window Api
2022-02-10 22:48:31 -05:00
mrxiaozhuox
8801e4be00 feat: change example 2022-02-11 11:29:00 +08:00
mrxiaozhuox
04d3098c9b feat: add more window api example 2022-02-11 11:21:25 +08:00