Jonathan Kelley
|
47306bf89b
|
Merge branch 'master' into jk/rework-desktop-crate
|
2024-01-05 12:22:59 -08:00 |
|
Jonathan Kelley
|
785b61a05e
|
Merge branch 'master' into intigrate-collect-assets
|
2024-01-05 12:13:31 -08:00 |
|
Jonathan Kelley
|
42e25c407f
|
A few more stylistic changes
|
2024-01-04 20:41:48 -08:00 |
|
Jonathan Kelley
|
4d95bc1374
|
Document ipc a bit
|
2024-01-04 20:28:57 -08:00 |
|
Jonathan Kelley
|
b5a125b963
|
Refactor IPC a bit
|
2024-01-04 20:27:04 -08:00 |
|
Jonathan Kelley
|
4adc912189
|
Collapse objects into single shared object
|
2024-01-04 20:17:38 -08:00 |
|
Jonathan Kelley
|
2e9737ef57
|
Clean up and document the protocol handler
|
2024-01-04 19:52:49 -08:00 |
|
Jonathan Kelley
|
38216fa272
|
Make the tokio runtime optional
|
2024-01-04 19:09:59 -08:00 |
|
Jonathan Kelley
|
73d5069a20
|
Move launch functions into their own file
|
2024-01-04 18:31:22 -08:00 |
|
Jonathan Kelley
|
060490892a
|
Clean up desktop even more
|
2024-01-04 18:19:28 -08:00 |
|
Jonathan Kelley
|
7444796a85
|
Simplify asset code a bit
|
2024-01-04 18:01:13 -08:00 |
|
Jonathan Kelley
|
fef7b83b79
|
Rename editqueue type
|
2024-01-04 17:35:58 -08:00 |
|
Jonathan Kelley
|
d47e494786
|
More cleaning up of the desktop crate
|
2024-01-04 17:28:54 -08:00 |
|
Jonathan Kelley
|
6e08703c6c
|
Fix compile issue
|
2024-01-04 17:21:38 -08:00 |
|
Jonathan Kelley
|
2171263eda
|
More cleanup work
|
2024-01-04 17:21:33 -08:00 |
|
Evan Almloff
|
0388a5c1f4
|
fix formatting
|
2024-01-04 19:21:06 -06:00 |
|
Evan Almloff
|
0b40878fce
|
fix cargo check
|
2024-01-04 19:11:32 -06:00 |
|
Evan Almloff
|
4f654d61b7
|
fix cargo check
|
2024-01-04 19:05:36 -06:00 |
|
Evan Almloff
|
dccfba12d8
|
Merge branch 'master' into events-2
|
2024-01-04 19:02:00 -06:00 |
|
Jonathan Kelley
|
ec3eaa6b26
|
Add ID to filedrop handler
|
2024-01-04 16:48:53 -08:00 |
|
Evan Almloff
|
b1de7d850c
|
Merge branch 'master' into intigrate-collect-assets
|
2024-01-04 18:44:29 -06:00 |
|
Jonathan Kelley
|
62a9583fff
|
Fix merge conflict
|
2024-01-04 16:44:16 -08:00 |
|
Jonathan Kelley
|
1518c223f6
|
Don't drop tokio runtime immediately
|
2024-01-04 16:38:49 -08:00 |
|
Jonathan Kelley
|
d38ce349b1
|
Tiny bit of cleanups
|
2024-01-04 16:36:19 -08:00 |
|
Jonathan Kelley
|
436635386d
|
Get compiling
|
2024-01-04 16:28:15 -08:00 |
|
Jonathan Kelley
|
9a6d745339
|
Refactor desktop into App type
|
2024-01-04 16:12:37 -08:00 |
|
Evan Almloff
|
f6acaba061
|
fix compilation
|
2024-01-04 17:04:56 -06:00 |
|
Jonathan Kelley
|
799be5e4e3
|
Merge branch 'master' into jk/global-window-fun
|
2024-01-04 10:22:10 -08:00 |
|
Jonathan Kelley
|
a2f44be2a2
|
Merge branch 'master' into binary-protocal
|
2024-01-04 10:17:10 -08:00 |
|
Jonathan Kelley
|
1473473801
|
Merge branch 'master' into bump-wry
|
2024-01-04 10:05:34 -08:00 |
|
Jonathan Kelley
|
601627d46e
|
Merge branch 'master' into master
|
2024-01-04 09:57:26 -08:00 |
|
Jonathan Kelley
|
318cae7bf8
|
Merge pull request #1727 from ealmloff/video-streaming
Add a video streaming example
|
2024-01-04 09:56:23 -08:00 |
|
Jonathan Kelley
|
73637987f3
|
Merge pull request #1719 from willcrichton/dev
Add custom asset handler to desktop config
|
2024-01-04 09:56:12 -08:00 |
|
ealmloff
|
1f58530b43
|
Merge branch 'DioxusLabs:master' into bump-wry
|
2023-12-31 17:13:42 -06:00 |
|
Evan Almloff
|
dfb118e06c
|
make the video streaming async
|
2023-12-18 09:34:30 -06:00 |
|
Evan Almloff
|
7649ad84a1
|
allow asset handlers to read the whole request
|
2023-12-17 17:14:49 -06:00 |
|
Will Crichton
|
1002bc955b
|
Replace AssetHandlerId with slab and usize
|
2023-12-16 21:44:39 -08:00 |
|
Will Crichton
|
7bede0be59
|
Remove unused imports
|
2023-12-15 11:30:19 -08:00 |
|
Will Crichton
|
d5ec22a26f
|
Add custom asynchronous asset handlers
|
2023-12-15 11:16:25 -08:00 |
|
Evan Almloff
|
3afb313110
|
fix formatting
|
2023-12-11 14:00:45 -06:00 |
|
Evan Almloff
|
8984482b63
|
fix headless windows
|
2023-12-08 15:14:32 -06:00 |
|
Evan Almloff
|
66e2c02bf7
|
Merge branch 'master' into intigrate-collect-assets
|
2023-12-08 08:49:17 -06:00 |
|
Evan Almloff
|
0e3fd225a8
|
Merge branch 'master' into binary-protocal
|
2023-12-08 08:44:04 -06:00 |
|
Pascal
|
29f9d002e2
|
expose dioxus_desktop::build_default_menu_bar()
|
2023-12-07 19:03:37 +01:00 |
|
Pascal
|
cbfb80d5c6
|
fixup: improved documentation and refactored naming to be more self-explanatory
Note:
This is the actual correct commit. The previous one contained files touched by cargo fmt which are unrelated. Sorry for that.
|
2023-12-07 17:23:14 +01:00 |
|
Pascal
|
906c466e78
|
Revert "improved documentation and refactored naming to be more self-explanatory"
This reverts commit adfbb6c380 .
|
2023-12-07 17:11:56 +01:00 |
|
Pascal
|
adfbb6c380
|
improved documentation and refactored naming to be more self-explanatory
|
2023-12-07 16:36:20 +01:00 |
|
Pascal
|
e4d60c8dfc
|
add default menu bar in dioxus-desktop to resolve #1691
fixup naming and expose disable_default_menu_bar with builder function
|
2023-12-06 23:00:01 +01:00 |
|
zhangzhonglai
|
c8a9a7b1d5
|
docs(desktop): fix wrong example code (#1678)
* docs(desktop): fix wrong example code
* stop ignoring doctests in dioxus desktop
---------
Co-authored-by: ealmloff <evanalmloff@gmail.com>
|
2023-12-01 07:52:20 -06:00 |
|
Evan Almloff
|
5fdff4b7ed
|
bump wry to 0.34
|
2023-10-31 13:49:29 -05:00 |
|