Jonathan Kelley
|
d96276a715
|
wip: no more lifetimes
|
2021-11-06 21:07:01 -04:00 |
|
Jonathan Kelley
|
857c92f7f0
|
wip: compiling again with runtime safety
|
2021-11-06 20:59:46 -04:00 |
|
Jonathan Kelley
|
95bd17e38f
|
wip: more raw ptrs
|
2021-11-05 18:02:44 -04:00 |
|
Jonathan Kelley
|
b8d98698c6
|
wip: remove resource pool in favor of raw ptrs
|
2021-11-05 17:15:59 -04:00 |
|
Jonathan Kelley
|
70b983d090
|
wip: consolidation, simplification
|
2021-11-05 16:28:08 -04:00 |
|
Jonathan Kelley
|
b56ea6c9a9
|
wip: work on scheduler, async, coroutines, and merge scope into context
|
2021-11-03 19:55:02 -04:00 |
|
Jonathan Kelley
|
1e6e5e611b
|
wip: move examples around
|
2021-11-03 15:13:50 -04:00 |
|
Jonathan Kelley
|
d298b626d3
|
wip: add router
|
2021-11-03 00:35:56 -04:00 |
|
Jonathan Kelley
|
9874f342e2
|
docs: more docs
|
2021-11-01 18:38:09 -04:00 |
|
Jonathan Kelley
|
5a21493fb7
|
wip: remove send requirement on root props
|
2021-11-01 14:03:14 -04:00 |
|
Jonathan Kelley
|
2cf90b6903
|
feat: pull children out of component definition
|
2021-11-01 13:32:01 -04:00 |
|
Jonathan Kelley
|
f438bbcfd2
|
wip: move children onto scope
|
2021-11-01 03:49:32 -04:00 |
|
Jonathan Kelley
|
d1b294fff0
|
polish: move debugging virtualdom into its own feature
|
2021-11-01 03:35:26 -04:00 |
|
Jonathan Kelley
|
9c1343610b
|
wip: clean up using new children syntax
|
2021-11-01 03:29:50 -04:00 |
|
Jonathan Kelley
|
d4192d0de2
|
wip: implement dst magic
|
2021-11-01 03:13:31 -04:00 |
|
Jonathan Kelley
|
3e07214272
|
wip: implement lazy nodes properly
|
2021-11-01 02:41:23 -04:00 |
|
Jonathan Kelley
|
7b97e009ec
|
wip: remove cx.children. start to move towards a "children" field
|
2021-11-01 02:22:08 -04:00 |
|
Jonathan Kelley
|
6b2645fd80
|
feat: improve FC handling to allow lifetimes of parent
|
2021-10-30 21:07:47 -04:00 |
|
Jonathan Kelley
|
f70b5b4e4a
|
wip: try to get lifetimes passed in properly
|
2021-10-30 20:28:58 -04:00 |
|
Jonathan Kelley
|
27d891934a
|
fix: use annotation method from rust/58052 to fix closure lifetimes
|
2021-10-30 18:23:28 -04:00 |
|
Jonathan Kelley
|
9ee2bfb010
|
wip: worked backwards a bit and got it slightly figured out
|
2021-10-30 17:11:15 -04:00 |
|
Jonathan Kelley
|
ba9e1dbb8f
|
fix: messed up how lifetimes worked, need to render once per component
|
2021-10-29 21:43:21 -04:00 |
|
Jonathan Kelley
|
0e9d5fc530
|
wip: move everything over to a stack dst
|
2021-10-29 17:12:30 -04:00 |
|
Jonathan Kelley
|
54d050cf89
|
docs: strong improvmenets, first major section done
|
2021-10-29 00:28:23 -04:00 |
|
Jonathan Kelley
|
db0004758c
|
Merge branch 'master' into jk/remove_node_safety
|
2021-10-28 17:09:51 -04:00 |
|
Jonathan Kelley
|
60d6eb204a
|
Merge branch 'master' of https://github.com/jkelleyrtp/dioxus
|
2021-10-28 17:08:10 -04:00 |
|
Jonathan Kelley
|
9b5f82af7d
|
docs: start on components
|
2021-10-27 22:32:12 -04:00 |
|
Jonathan Kelley
|
339e450027
|
wip: fix some bugs around the rsx macro
|
2021-10-27 16:58:20 -04:00 |
|
Jonathan Kelley
|
fda2ebc2a2
|
feat: improve safety
|
2021-10-25 15:05:17 -04:00 |
|
Alexandre Kirszenberg
|
5747e00b27
|
Various typos/grammar/rewording
|
2021-10-24 19:30:36 +02:00 |
|
Jonathan Kelley
|
601078f9cf
|
fix: desktop and mobile
|
2021-10-22 01:16:39 -04:00 |
|
Jonathan Kelley
|
84fd0c6162
|
feat: cleanuup
|
2021-10-20 01:26:52 -04:00 |
|
Jonathan Kelley
|
79503f15c5
|
feat: full html support
|
2021-10-19 22:39:27 -04:00 |
|
Jonathan Kelley
|
83dd49d890
|
chores: slim deps and upgrade docs
|
2021-10-19 12:09:23 -04:00 |
|
Jonathan Kelley
|
f49244344c
|
polish: listen to clippy
|
2021-10-17 20:18:30 -04:00 |
|
Jonathan Kelley
|
9726a065b0
|
feat: massage lifetimes
|
2021-10-16 17:37:28 -04:00 |
|
Jonathan Kelley
|
16dbf4a6f8
|
wip: book documentation
|
2021-10-16 17:04:28 -04:00 |
|
Jonathan Kelley
|
460783ad54
|
docs: lnks to projects
|
2021-10-14 12:46:50 -04:00 |
|
Jonathan Kelley
|
478255f40d
|
fix: all the bugs!
|
2021-10-11 18:40:00 -04:00 |
|
Jonathan Kelley
|
4a4c7afca7
|
feat: shared state mechanisms
|
2021-10-11 15:35:20 -04:00 |
|
Jonathan Kelley
|
da4423c141
|
bugs: fix web list issue
|
2021-10-10 22:27:08 -04:00 |
|
Jonathan Kelley
|
4a0bb8cf84
|
wip: portals
|
2021-10-08 16:01:13 -04:00 |
|
Jonathan Kelley
|
1f22a06a36
|
wip: event system
|
2021-10-07 16:18:54 -04:00 |
|
Jonathan Kelley
|
efd0e9b564
|
feat: support desktop more completely
|
2021-10-05 03:37:15 -04:00 |
|
Jonathan Kelley
|
a2b0c50a34
|
feat: add update functionality to useref
|
2021-10-04 10:22:20 -04:00 |
|
Jonathan Kelley
|
5502429626
|
feat: desktop functioning well
|
2021-10-04 02:54:20 -04:00 |
|
Jonathan Kelley
|
7a03c1d2b4
|
wip: overhaul event system
|
2021-10-04 01:28:04 -04:00 |
|
Jonathan Kelley
|
82953f2ac3
|
wip: threadsafe
|
2021-10-01 02:07:12 -04:00 |
|
Jonathan Kelley
|
71f0df6374
|
publish: ssr
|
2021-09-24 22:15:50 -04:00 |
|
Jonathan Kelley
|
4a5041c590
|
publish: fix typo
|
2021-09-24 21:49:03 -04:00 |
|
Jonathan Kelley
|
7bdad1e2e6
|
publish: move macro crate out of core
|
2021-09-24 21:46:23 -04:00 |
|
Jonathan Kelley
|
a5f82be433
|
polish
|
2021-09-24 20:55:41 -04:00 |
|
Jonathan Kelley
|
04d16b41dc
|
polish: exampels
|
2021-09-24 02:37:51 -04:00 |
|
Jonathan Kelley
|
1a2f91ed91
|
polish: examples
|
2021-09-24 00:05:56 -04:00 |
|
Jonathan Kelley
|
4b6ca05f2c
|
wip: performance looks good, needs more testing
|
2021-09-22 04:11:27 -04:00 |
|
Jonathan Kelley
|
d7940aa2ac
|
feat: proper handling of events
|
2021-09-22 02:44:01 -04:00 |
|
Jonathan Kelley
|
c7d2d9d050
|
wip: fix invalid is_empty bug
|
2021-09-22 01:37:45 -04:00 |
|
Jonathan Kelley
|
098d3821ed
|
wip: changes to scheduler
|
2021-09-22 01:25:28 -04:00 |
|
Jonathan Kelley
|
b32e2611e3
|
polish: clean up warnings
|
2021-09-21 18:13:09 -04:00 |
|
Jonathan Kelley
|
a2c7d17b05
|
feat: mvoe away from compound context
|
2021-09-21 13:42:52 -04:00 |
|
Jonathan Kelley
|
bfdcb20437
|
feat: transition to cx, props
|
2021-09-21 13:13:15 -04:00 |
|
Jonathan Kelley
|
f1cff845ce
|
wip: examples
|
2021-09-21 12:11:04 -04:00 |
|
Jonathan Kelley
|
adf202eab9
|
wip: more doc
|
2021-09-20 17:36:39 -04:00 |
|
Jonathan Kelley
|
34c3107418
|
wip: more docs
|
2021-09-20 16:49:36 -04:00 |
|
Jonathan Kelley
|
7978a17419
|
wip: bubbling
|
2021-09-20 12:32:21 -04:00 |
|
Jonathan Kelley
|
c16b92ee7e
|
wip: before scheduler simplify
|
2021-09-19 22:10:00 -04:00 |
|
Jonathan Kelley
|
9971ff215d
|
polish: change in cx to cx
|
2021-09-16 13:20:04 -04:00 |
|
Jonathan Kelley
|
0ded32e184
|
wip: reduce warnings
|
2021-09-14 00:58:33 -04:00 |
|
Jonathan Kelley
|
12afd2b0f2
|
wip: more polish on display
|
2021-09-13 19:07:15 -04:00 |
|
Jonathan Kelley
|
238677208e
|
wip: more polish on scopes
|
2021-09-13 18:59:07 -04:00 |
|
Jonathan Kelley
|
ff1398b943
|
wip: polish up some safety stuff and add suspense support in
|
2021-09-13 18:55:43 -04:00 |
|
Jonathan Kelley
|
79e8df26f5
|
wip: fix props update
|
2021-09-13 12:42:38 -04:00 |
|
Jonathan Kelley
|
5a09ec1610
|
wip: more clean up
|
2021-09-13 01:14:09 -04:00 |
|
Jonathan Kelley
|
8b3ac0b57c
|
perf: remove global allocation for props
|
2021-09-13 00:59:08 -04:00 |
|
Jonathan Kelley
|
369b36b2c6
|
wip: change around how deadline works
|
2021-09-09 21:01:38 -04:00 |
|
Jonathan Kelley
|
da8159190b
|
polish: tests and documentation
|
2021-09-09 20:58:48 -04:00 |
|
Jonathan Kelley
|
3f68be79ae
|
wip: documentation and badges
|
2021-09-07 18:25:57 -04:00 |
|
Jonathan Kelley
|
1a6b238829
|
wip: naming
|
2021-09-03 11:28:09 -04:00 |
|
Jonathan Kelley
|
725b4a1d7f
|
wip: fix some event stuff for web and core
|
2021-09-02 00:37:57 -04:00 |
|
Jonathan Kelley
|
dfe9f86bff
|
wip: garbage collection
|
2021-09-02 00:16:49 -04:00 |
|
Jonathan Kelley
|
958c02a26e
|
wip: working down warnings
|
2021-09-02 00:10:09 -04:00 |
|
Jonathan Kelley
|
a652090dc5
|
wip: add test_dom
|
2021-09-01 23:57:34 -04:00 |
|
Jonathan Kelley
|
44b4384961
|
wip: more scheduler work
|
2021-09-01 23:33:25 -04:00 |
|
Jonathan Kelley
|
1cd5e69712
|
wip: more work on scheduler
|
2021-09-01 23:22:34 -04:00 |
|
Jonathan Kelley
|
5c3dc0a874
|
wip: more work on rebuild
|
2021-09-01 15:52:38 -04:00 |
|
Jonathan Kelley
|
fac2e56ed6
|
feat: update root props
|
2021-09-01 15:45:53 -04:00 |
|
Jonathan Kelley
|
c321532a6c
|
feat: some docs, cleaning
|
2021-09-01 00:57:04 -04:00 |
|
Jonathan Kelley
|
5cbdc571e3
|
more cleanup
|
2021-08-31 12:28:44 -04:00 |
|
Jonathan Kelley
|
9f99f46cfd
|
wip: more cleanup in scheduler
|
2021-08-27 09:56:49 -04:00 |
|
Jonathan Kelley
|
31702dbf87
|
feat: wire up resource pool
|
2021-08-27 09:53:26 -04:00 |
|
Jonathan Kelley
|
927b05f358
|
wip: cleanup public apis
|
2021-08-27 09:40:04 -04:00 |
|
Jonathan Kelley
|
8b0eb87c72
|
wip: refactor
|
2021-08-26 22:05:09 -04:00 |
|
Jonathan Kelley
|
9ad5e49654
|
wip: algo for scheduler finished
|
2021-08-26 17:05:28 -04:00 |
|
Jonathan Kelley
|
5f63eda294
|
wip: feeling goodish about scheduler
|
2021-08-26 03:33:38 -04:00 |
|
Jonathan Kelley
|
bcaa76a37f
|
wip: some structure
|
2021-08-26 02:41:30 -04:00 |
|
Jonathan Kelley
|
ac3a7b1fbc
|
wip: considering making vdom passed verywehre
|
2021-08-26 01:52:50 -04:00 |
|
Jonathan Kelley
|
d4d7114beb
|
wip: more work on scheduler
|
2021-08-25 17:17:44 -04:00 |
|
Jonathan Kelley
|
07efb6a1b6
|
wip: it compiles again
|
2021-08-25 17:09:16 -04:00 |
|
Jonathan Kelley
|
41cc42919d
|
wip: more overhaul on virtualevents
|
2021-08-25 16:40:18 -04:00 |
|
Jonathan Kelley
|
cef116aa3a
|
wip: more work on priority
|
2021-08-25 15:54:33 -04:00 |
|