Evan Almloff
|
9e7e5b0859
|
Merge remote-tracking branch 'upstream/master' into jk/rsx-refactor
|
2022-06-16 09:17:36 -05:00 |
|
Demonthos
|
df4ea20bb8
|
create serde compatible parse error
|
2022-06-15 12:58:08 -05:00 |
|
Evan Almloff
|
2a6d9ed075
|
handle rsx!{cx, ...}
|
2022-06-05 07:38:05 -05:00 |
|
Evan Almloff
|
8c6fceb0c7
|
finish desktop implementation
|
2022-06-04 14:26:37 -05:00 |
|
Evan Almloff
|
2bcaa2e43e
|
refactor interperting macro into function and don't rely on cx being in scope
|
2022-06-04 12:20:56 -05:00 |
|
Muhannad Alrusayni
|
dded91a589
|
doc: put docs in once place instead of two
|
2022-06-04 13:40:50 +03:00 |
|
Evan Almloff
|
0079f7d18b
|
WIP: expose pipe for desktop
|
2022-06-02 13:33:08 -05:00 |
|
Evan Almloff
|
b921dc4eec
|
call error handler when error occurs
|
2022-05-31 12:06:53 -05:00 |
|
Evan Almloff
|
51b87dafcc
|
derive serde for Errors and Location, and add error handler
|
2022-05-31 12:03:04 -05:00 |
|
Evan Almloff
|
94448ea4aa
|
handle formatting options
|
2022-05-30 18:32:57 -05:00 |
|
Evan Almloff
|
2183ecf3fb
|
better error handling
|
2022-05-29 08:04:08 -05:00 |
|
Evan Almloff
|
06390b9be5
|
allow rsx to be used outside of a proc_macro context
|
2022-05-28 12:10:32 -05:00 |
|
Evan Almloff
|
94169083f5
|
use __varibles
|
2022-05-27 13:09:29 -05:00 |
|
Evan Almloff
|
3c7db0631b
|
handle iterators and nested rsx calls
|
2022-05-27 12:21:12 -05:00 |
|
Evan Almloff
|
a0c7e4d78a
|
add component support
|
2022-05-27 09:47:44 -05:00 |
|
Evan Almloff
|
5b0a60c294
|
handle expressions in attributes
|
2022-05-26 19:16:51 -05:00 |
|
Evan Almloff
|
62cca95905
|
update interperter to use CapuredContext
|
2022-05-26 17:02:36 -05:00 |
|
Evan Almloff
|
871f51f91b
|
It compiles
|
2022-05-25 14:08:59 -05:00 |
|
Evan Almloff
|
ca10d89670
|
add RsxTextIndex
|
2022-05-25 11:20:07 -05:00 |
|
Evan Almloff
|
c7c84da8ab
|
WIP hot reload
|
2022-05-25 08:58:59 -05:00 |
|
Jonathan Kelley
|
2a1970b3a9
|
feat: add prettyplease vendored and get basic test working
|
2022-04-24 02:55:20 -04:00 |
|
Jonathan Kelley
|
794f43ffee
|
concept: move rsx out to its own crate
|
2022-04-24 02:35:52 -04:00 |
|
Jonathan Kelley
|
45231651dd
|
fix: quick patch
|
2022-02-22 16:34:06 -05:00 |
|
Jonathan Kelley
|
185902f935
|
fix: macro compiles
|
2022-02-18 23:14:17 -05:00 |
|
Jonathan Kelley
|
ca7ce46cdb
|
Merge branch 'master' into jk/partialexpansion
|
2022-02-13 12:36:02 -05:00 |
|
Dave Rolsky
|
9e4ec43b1e
|
Fix various typos and grammar nits
I also removed all trailing whitespace from lines since I have Emacs
configured to highlight this.
|
2022-01-21 21:43:43 -06:00 |
|
Jonathan Kelley
|
abfac0d59b
|
wip: move macro lib out of proc macro crate
|
2022-01-17 16:37:44 -05:00 |
|
Dave Rolsky
|
706b0e21a5
|
Fix reference to "html!" macro in "rsx!" macro docs
|
2022-01-06 10:44:05 -06:00 |
|
Jonathan Kelley
|
4c85bcfdc8
|
awesome: arbitrary expressions excepted without braces
|
2021-12-30 03:14:47 -05:00 |
|
Jonathan Kelley
|
14961023f9
|
wip: polish some more things
|
2021-12-29 21:28:28 -05:00 |
|
Jonathan Kelley
|
3dc0e59876
|
fix: readme and examples syntax
|
2021-12-28 23:48:25 -05:00 |
|
Jonathan Kelley
|
a4f280d163
|
feat: more API updates
|
2021-12-28 23:20:01 -05:00 |
|
Jonathan Kelley
|
cda759c659
|
examples: upgrade to new version of dioxus core.
also add the inline_props macro
|
2021-12-25 17:18:05 -05:00 |
|
Jonathan Kelley
|
b997b8ebbb
|
feat: enable children properly
|
2021-12-21 00:46:10 -05:00 |
|
Jonathan Kelley
|
4de16c4779
|
docs: update local examples and docs to support new syntaxes
|
2021-12-15 15:56:53 -05:00 |
|
Jonathan Kelley
|
a5f05d73ac
|
wip: docs and router
|
2021-11-19 00:49:04 -05:00 |
|
Jonathan Kelley
|
a21020ea57
|
wip: bubbling in progress
|
2021-11-11 21:34:20 -05:00 |
|
Jonathan Kelley
|
d298b626d3
|
wip: add router
|
2021-11-03 00:35:56 -04:00 |
|
Jonathan Kelley
|
e1c858dda5
|
chore: clippy happy on macro
|
2021-10-27 17:09:22 -04:00 |
|
Jonathan Kelley
|
9f7eb0f600
|
wip: remove HTML macro and add custom fields
|
2021-10-27 16:41:00 -04:00 |
|
Jonathan Kelley
|
79503f15c5
|
feat: full html support
|
2021-10-19 22:39:27 -04:00 |
|
Jonathan Kelley
|
9726a065b0
|
feat: massage lifetimes
|
2021-10-16 17:37:28 -04:00 |
|
Jonathan Kelley
|
a2c7d17b05
|
feat: mvoe away from compound context
|
2021-09-21 13:42:52 -04:00 |
|
Jonathan Kelley
|
9971ff215d
|
polish: change in cx to cx
|
2021-09-16 13:20:04 -04:00 |
|
Jonathan Kelley
|
7dfe89c958
|
feat: wire up event delegator for webview
|
2021-07-24 02:52:05 -04:00 |
|
Jonathan Kelley
|
160d86abbe
|
wip: serious refactor with const generics
|
2021-07-21 22:55:04 -04:00 |
|
Jonathan Kelley
|
4a72b3140b
|
feat: amazingly awesome error handling
|
2021-07-18 12:39:32 -04:00 |
|
Jonathan Kelley
|
caf772cf24
|
wip: docs, html! macro, more
|
2021-07-16 00:27:06 -04:00 |
|
Jonathan Kelley
|
a38a81e129
|
wip: fix issues with lifetimes
this commit fixes some lifetime issues regarding having to "move" data into the IntoVNode closure.
|
2021-07-07 13:51:55 -04:00 |
|
Jonathan Kelley
|
952a91d540
|
wip
|
2021-07-01 14:14:59 -04:00 |
|