Jonathan Kelley
|
c59a2fb829
|
Fix desktop launch
|
2024-01-18 11:44:41 -08:00 |
|
Jonathan Kelley
|
127709f83f
|
Tiny aesthetic tweaks
|
2024-01-18 10:59:43 -08:00 |
|
Evan Almloff
|
a0f1b1fc3e
|
make the router and navigator Copy
|
2024-01-18 12:02:38 -06:00 |
|
Evan Almloff
|
b165d707c4
|
Merge branch 'breaking' of https://github.com/Demonthos/dioxus into breaking
|
2024-01-18 10:20:35 -06:00 |
|
Evan Almloff
|
a323962a22
|
fix the fullstack platform with the new launch API
|
2024-01-18 10:19:39 -06:00 |
|
Jonathan Kelley
|
2ed763e660
|
Use lockless in editqueue
|
2024-01-18 04:19:17 -08:00 |
|
Jonathan Kelley
|
94b17cc8ca
|
Fix non tokio builds for desktop
|
2024-01-18 04:07:28 -08:00 |
|
Jonathan Kelley
|
0a612657e6
|
Provide context on desktop again
|
2024-01-17 19:53:34 -08:00 |
|
Evan Almloff
|
25ad3da659
|
remove some generics from LaunchBuilder
|
2024-01-17 20:15:16 -06:00 |
|
Evan Almloff
|
499e81fa82
|
fix fullstack send bound
|
2024-01-17 15:46:29 -06:00 |
|
Evan Almloff
|
dab87c0144
|
try not double boxing
|
2024-01-17 15:07:45 -06:00 |
|
Jonathan Kelley
|
3008870818
|
Cleanup runtime code
|
2024-01-16 17:38:39 -08:00 |
|
Jonathan Kelley
|
c94af9538b
|
Remove phantom markers and just default to Rc<dyn Fn(props) -> Element> where it makes sense
|
2024-01-16 15:07:22 -08:00 |
|
Evan Almloff
|
e65c5f0eb3
|
depreciate the render macro
|
2024-01-16 13:18:46 -06:00 |
|
Evan Almloff
|
7e4d2debe0
|
implement launch builder for the desktop and web platforms
|
2024-01-16 08:42:16 -06:00 |
|
Jonathan Kelley
|
14651a3573
|
Change context api to panic with nice error message
|
2024-01-15 18:02:58 -08:00 |
|
Evan Almloff
|
6560b88db7
|
Merge branch 'breaking' of https://github.com/Demonthos/dioxus into breaking
|
2024-01-15 19:14:26 -06:00 |
|
Evan Almloff
|
af1749d7be
|
re export renderers in dioxus
|
2024-01-15 19:14:11 -06:00 |
|
Jonathan Kelley
|
74aa55f85f
|
Bring back mroe hooks, remove old hooks, cleanup a number of examples
|
2024-01-15 17:04:39 -08:00 |
|
Jonathan Kelley
|
bb6aa9e792
|
Add back ondestroy hook
|
2024-01-15 14:27:20 -08:00 |
|
Jonathan Kelley
|
6134a2ce24
|
Clean up a number of examples
|
2024-01-15 13:06:05 -08:00 |
|
Evan Almloff
|
d17a04931b
|
Merge branch 'master' into breaking
|
2024-01-15 12:01:09 -06:00 |
|
Evan Almloff
|
cfebb6c900
|
remove async-channel now that context and eval is global
|
2024-01-15 11:46:00 -06:00 |
|
Evan Almloff
|
9133c0a305
|
fix dioxus desktop build
|
2024-01-15 09:19:52 -06:00 |
|
Evan Almloff
|
36e9eb1160
|
partially restore spreading attributes
|
2024-01-14 15:21:19 -06:00 |
|
Jonathan Kelley
|
2470a46511
|
remove dbg
|
2024-01-13 21:23:52 -08:00 |
|
Jonathan Kelley
|
9881a94e67
|
Remove cx in more places
|
2024-01-13 21:18:36 -08:00 |
|
Jonathan Kelley
|
1dde044697
|
remove cx.render
|
2024-01-13 21:12:21 -08:00 |
|
Jonathan Kelley
|
fae0b08e61
|
Fix the router and stub out a number of crates to get compiling
|
2024-01-13 20:51:37 -08:00 |
|
Evan Almloff
|
fe1b35d610
|
fix mount event
|
2024-01-12 17:47:27 -06:00 |
|
Jonathan Kelley
|
759274143c
|
Merge branch 'master' into jk/breaking-merged
|
2024-01-11 17:38:31 -08:00 |
|
Jonathan Kelley
|
8beec2f41f
|
fix rendering issue
|
2024-01-11 17:15:01 -08:00 |
|
Jonathan Kelley
|
8c94f0bc4a
|
get compiling
|
2024-01-11 16:51:18 -08:00 |
|
Jonathan Kelley
|
2ae3241cc0
|
Merge branch 'master' into jk/breaking-merged
|
2024-01-11 16:04:36 -08:00 |
|
Jonathan Kelley
|
075caedf75
|
Different approach to make clippy happy across platforms
|
2024-01-11 15:15:45 -08:00 |
|
Jonathan Kelley
|
ac64f40842
|
Different approach to cfg
|
2024-01-11 15:14:45 -08:00 |
|
Jonathan Kelley
|
b90c7ffcac
|
Fix linux compile
|
2024-01-11 15:09:38 -08:00 |
|
Jonathan Kelley
|
08c522d5b3
|
Fix muda segfault
|
2024-01-11 14:50:21 -08:00 |
|
Jonathan Kelley
|
f7bf156422
|
Merge pull request #1810 from DioxusLabs/jk/disambiguate-exprs-in-rsx
Disambiguate if expressions in rsx by requiring curlies, allow shorthand component/element initialization
|
2024-01-11 12:25:59 -08:00 |
|
Evan Almloff
|
404c864246
|
make the root component take no arguments
|
2024-01-11 10:48:04 -06:00 |
|
Jonathan Kelley
|
d9b84f9f8f
|
Disambiguate expressions in rsx by requiring curlies
|
2024-01-10 19:33:34 -08:00 |
|
Evan Almloff
|
e004c1722f
|
set the required environment variable for manganis support
|
2024-01-10 11:19:51 -06:00 |
|
Jonathan Kelley
|
3aabaa8c8f
|
Commit cargo.lock and allow mobile example to be part of workspace
|
2024-01-08 15:27:59 -08:00 |
|
Jonathan Kelley
|
28a9dc6805
|
Pin assets sha to keep CI in check
|
2024-01-08 14:54:02 -08:00 |
|
Jonathan Kelley
|
6b240e1169
|
remove unused deps
|
2024-01-08 13:39:03 -08:00 |
|
Jonathan Kelley
|
5ccbeeab46
|
Merge branch 'master' into add-file-data-drag-event
|
2024-01-08 13:34:24 -08:00 |
|
Jonathan Kelley
|
399e20fd47
|
Merge pull request #1622 from ealmloff/cli-config-library
Pull out CLI configs into a separate library
|
2024-01-08 13:33:16 -08:00 |
|
Jonathan Kelley
|
c90f31a4f6
|
Fix moutned data on desktop
|
2024-01-08 13:03:47 -08:00 |
|
Evan Almloff
|
194c9d43e3
|
fix merge
|
2024-01-08 14:51:35 -06:00 |
|
Jonathan Kelley
|
1b883b2858
|
Use the correct serialized event converter
|
2024-01-08 12:19:43 -08:00 |
|
Evan Almloff
|
56798b3d1c
|
Merge branch 'master' into add-file-data-drag-event
|
2024-01-08 14:16:09 -06:00 |
|
Evan Almloff
|
23509ada9f
|
Merge branch 'master' into cli-config-library
|
2024-01-08 13:24:16 -06:00 |
|
Evan Almloff
|
88e2da6c11
|
update the web renderer to the new dioxus core
|
2024-01-06 16:44:07 -06:00 |
|
Evan Almloff
|
f4af297777
|
merge upstream
|
2024-01-06 16:14:22 -06:00 |
|
Jonathan Kelley
|
729bfa3be1
|
Fix eval provider
|
2024-01-06 11:34:26 -08:00 |
|
Jonathan Kelley
|
9d4a8e1622
|
add window ext trait
|
2024-01-06 02:18:26 -08:00 |
|
Jonathan Kelley
|
f01a684379
|
fix windows
|
2024-01-06 01:44:46 -08:00 |
|
Jonathan Kelley
|
9efeb51873
|
Fix windows build, again
|
2024-01-06 00:38:32 -08:00 |
|
Jonathan Kelley
|
d7c6aa4577
|
fix builds for windows
|
2024-01-06 00:36:31 -08:00 |
|
Jonathan Kelley
|
d07808634a
|
disable linux menubar
|
2024-01-06 00:10:46 -08:00 |
|
Jonathan Kelley
|
8679656d16
|
fix ios build of desktop
|
2024-01-05 23:59:44 -08:00 |
|
Jonathan Kelley
|
94949932df
|
Tweak menubar export
|
2024-01-05 23:52:37 -08:00 |
|
Jonathan Kelley
|
7a439edc6b
|
disable muda entirely on mobile
|
2024-01-05 23:46:16 -08:00 |
|
Jonathan Kelley
|
ce088acb0c
|
use proper extension traits
|
2024-01-05 23:40:01 -08:00 |
|
Jonathan Kelley
|
0ac8955bab
|
Fix android/ios muda cfg
|
2024-01-05 23:37:10 -08:00 |
|
Jonathan Kelley
|
e9e7219b4b
|
Add os-webview feature to wry to fix builds
|
2024-01-05 23:25:15 -08:00 |
|
Jonathan Kelley
|
2e0cded871
|
Make clippy happy
|
2024-01-05 23:16:30 -08:00 |
|
Jonathan Kelley
|
20135368b8
|
Put asset collection behind a feature flag
|
2024-01-05 23:14:03 -08:00 |
|
Jonathan Kelley
|
347351d1ee
|
Finish asset handler
|
2024-01-05 18:08:04 -08:00 |
|
Jonathan Kelley
|
8323e45970
|
Call handlers from context of a runtime and scope
|
2024-01-05 17:35:37 -08:00 |
|
Evan Almloff
|
4013341b6c
|
hello world example working
|
2024-01-05 18:01:05 -06:00 |
|
Jonathan Kelley
|
bc857bf339
|
Make clippy happy
|
2024-01-05 12:54:39 -08:00 |
|
Evan Almloff
|
3865f44081
|
make desktop compile
|
2024-01-05 14:39:45 -06:00 |
|
Jonathan Kelley
|
cbed09b95c
|
Clean up shared context in desktop
|
2024-01-05 12:37:47 -08:00 |
|
Jonathan Kelley
|
8e9984b4b5
|
Fix merge conflicts with new event system
|
2024-01-05 12:28:33 -08:00 |
|
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 |
|