Nolan Darilek
|
8657b47401
|
Add function to remove all global shortcuts.
|
2023-03-09 11:05:41 -06:00 |
|
Evan Almloff
|
2d21f7ade1
|
add a shortcut for ctrl-r to prevent it breaking the application
|
2023-03-01 13:32:13 -06:00 |
|
Evan Almloff
|
ef9731eb74
|
update docs about dioxus desktop
|
2023-03-01 13:28:04 -06:00 |
|
Evan Almloff
|
cf2a79c173
|
create global shortcut handler for dioxus desktop
|
2023-03-01 13:23:15 -06:00 |
|
Evan Almloff
|
abcb3f57f0
|
create global shortcut handler for dioxus desktop
|
2023-03-01 13:15:58 -06:00 |
|
Evan Almloff
|
a51f67c2ec
|
add version to docs links in readmes
|
2023-02-18 18:38:30 -06:00 |
|
Jon Kelley
|
4f0f2484fd
|
Merge pull request #774 from Demonthos/update-doc-links
Update guide doc links
|
2023-02-17 11:53:15 -08:00 |
|
Evan Almloff
|
773a87d701
|
fix conditional compilation for hot reloading
|
2023-02-07 08:57:29 -06:00 |
|
Evan Almloff
|
b6c7d44a27
|
fix clippy
|
2023-01-27 20:35:46 -06:00 |
|
Jon Kelley
|
1b597f43d1
|
Merge pull request #754 from Demonthos/desktop-hot-reload
Implement hot reloading for Desktop, TUI, and Liveview
|
2023-01-23 09:48:54 -10:00 |
|
Evan Almloff
|
3f3db39c28
|
update doc links
|
2023-01-15 15:18:12 -06:00 |
|
Evan Almloff
|
70590c6af0
|
pass clippy
|
2023-01-14 16:07:13 -06:00 |
|
Evan Almloff
|
0c6750d177
|
fix dependancies
|
2023-01-13 17:50:32 -06:00 |
|
Evan Almloff
|
b3d119b815
|
Provide option to do full rebuilds when nessisary
|
2023-01-13 16:13:07 -06:00 |
|
Evan Almloff
|
cd17f515d4
|
change to hook api
|
2023-01-12 18:48:23 -06:00 |
|
Evan Almloff
|
dc8fcf254b
|
Merge branch 'upstream' into desktop-hot-reload
|
2023-01-12 10:59:01 -06:00 |
|
=
|
042b67b61b
|
factor out a hot reloading connect function
|
2023-01-11 16:43:41 -06:00 |
|
Evan Almloff
|
1073574896
|
implement hot reloading for desktop
|
2023-01-11 13:40:02 -06:00 |
|
Evan Almloff
|
2772b86629
|
create with event handler
|
2023-01-10 21:35:11 -06:00 |
|
Evan Almloff
|
52d5c8d4e7
|
update READMEs and tags for the 0.3 release
|
2023-01-10 10:16:11 -06:00 |
|
Jonathan Kelley
|
7f01f61138
|
feat: publish 0.3 versions of many crates
|
2023-01-04 14:31:07 -05:00 |
|
Jonathan Kelley
|
22e71a71bd
|
feat: return window
|
2022-12-31 12:19:21 -05:00 |
|
Jonathan Kelley
|
ed899a580e
|
make clippy happy
|
2022-12-31 02:30:15 -05:00 |
|
Jonathan Kelley
|
341ccf6de6
|
fix: properly canonicalize assets
|
2022-12-31 02:24:18 -05:00 |
|
Jonathan Kelley
|
d3ab397ad3
|
chore: add transparency and overlay
|
2022-12-30 22:30:04 -05:00 |
|
Jonathan Kelley
|
4955cfc940
|
fix: no type
|
2022-12-30 22:14:28 -05:00 |
|
Jonathan Kelley
|
e3a8e44a69
|
feat: use dom to allow context injection
|
2022-12-30 22:10:06 -05:00 |
|
Jonathan Kelley
|
880aa737a6
|
feat: multiwindow support
|
2022-12-30 22:05:15 -05:00 |
|
Jon Kelley
|
3cfaaea7ea
|
Merge pull request #692 from DioxusLabs/jk/main-thread
Move desktop context to main thread to allow file dialogs and expose tao/wry directly
|
2022-12-30 03:26:04 -05:00 |
|
Jonathan Kelley
|
819bd3fc24
|
chore: use broadcast instead of receiver
|
2022-12-30 02:56:10 -05:00 |
|
Jonathan Kelley
|
1518f07d7e
|
chore: remove sledgehammer
|
2022-12-30 02:44:37 -05:00 |
|
Jonathan Kelley
|
7f418bbfee
|
fix: window zoom
|
2022-12-30 02:09:02 -05:00 |
|
Jonathan Kelley
|
d160a5c8ff
|
chore: remove unnecessary parse method
|
2022-12-30 01:54:12 -05:00 |
|
Jonathan Kelley
|
531f7c6d3f
|
chore: clean up msg in desktop even more
|
2022-12-30 01:52:54 -05:00 |
|
Jonathan Kelley
|
633bf1f834
|
aggressively clean up desktop with new inline poll
|
2022-12-30 01:08:25 -05:00 |
|
Jonathan Kelley
|
7bc8150da7
|
fix desktop to poll without budget
|
2022-12-29 20:39:22 -05:00 |
|
Jonathan Kelley
|
bd720e2268
|
fix: use futuresunordered instead of bespoke waker system
|
2022-12-29 19:53:43 -05:00 |
|
Jonathan Kelley
|
ff697d41e3
|
wip: move desktop to main thread and use tokio main
|
2022-12-29 17:11:29 -05:00 |
|
Jonathan Kelley
|
4fdbce9a70
|
chore: clean up readmes
|
2022-12-29 16:17:03 -05:00 |
|
Lixou
|
bfdd7945aa
|
Fix copy paste error in docs (#685)
|
2022-12-27 13:04:23 -06:00 |
|
Evan Almloff
|
555b192436
|
Merge branch 'upstream' into fix-hot-reloading
|
2022-12-23 18:06:47 -06:00 |
|
Stuart Woodbury
|
fe9c482afb
|
fix(clippy)
|
2022-12-23 11:40:51 -05:00 |
|
Jon Kelley
|
8802747214
|
Merge branch 'master' into feat/resize-window
|
2022-12-23 11:11:11 -05:00 |
|
Stuart Woodbury
|
f99991b23b
|
feat(DesktopContext): expose set_inner_size
|
2022-12-23 09:52:12 -05:00 |
|
Evan Almloff
|
db7a1ec0b0
|
fix lints
|
2022-12-21 13:04:57 -06:00 |
|
Evan Almloff
|
e5a5850354
|
merge master
|
2022-12-20 20:48:28 -06:00 |
|
Evan Almloff
|
67921cacc3
|
post merge fixes
|
2022-12-19 21:20:46 -06:00 |
|
Evan Almloff
|
493ee1cb3f
|
Merge branch 'upstream' into fix-hot-reloading
|
2022-12-19 21:17:22 -06:00 |
|
Jonathan Kelley
|
58b0519c2f
|
feat: get interpreter working on desktop
|
2022-12-19 15:02:36 -08:00 |
|
Jonathan Kelley
|
c86cbd69da
|
feat: move interpreter code into desktop
|
2022-12-19 14:53:23 -08:00 |
|