Commit graph

63 commits

Author SHA1 Message Date
demonthos
31c7907f25 update with AttritubeValue 2022-05-07 13:56:11 -05:00
Evan Almloff
3cba79d835 add focus in and focus out events 2022-05-07 08:39:55 -05:00
Demonthos
a3abe3965a
Merge branch 'master' into tui_focus 2022-05-06 21:19:13 -05:00
Jonathan Kelley
9c9928d226 fix: tui values 2022-05-06 20:48:57 -04:00
Evan Almloff
ac95ab5222 switch released pressed 2022-05-06 19:35:55 -05:00
Evan Almloff
e3757f97ed only trigger onmousemove if the position has changed 2022-05-06 17:01:50 -05:00
Evan Almloff
5c52396482 Merge remote-tracking branch 'upstream/master' into tui_focus 2022-05-05 12:46:25 -05:00
Evan Almloff
39a65f86b1 Merge remote-tracking branch 'upstream/master' into pr/Demonthos/390 2022-05-05 12:34:18 -05:00
Evan Almloff
53d5ea2f42 change prevent default to detect on{event} rather than {event} 2022-05-05 11:37:11 -05:00
Evan Almloff
bbe9c1bbf0 change prevent default mask 2022-05-05 07:21:36 -05:00
Evan Almloff
07c1964ebf fix focus event 2022-05-05 07:17:33 -05:00
Evan Almloff
acfde71d7e refactor prevent-default 2022-05-05 07:09:18 -05:00
Evan Almloff
a87edd1a76 add focus event 2022-05-05 07:08:51 -05:00
Evan Almloff
5d5e7f55fd pass clippy 2022-05-04 14:37:30 -05:00
Evan Almloff
dd7784d205 clean up and document focus system 2022-05-04 14:28:02 -05:00
Evan Almloff
749150e22d change prevent default to listen to tab index 2022-05-04 14:15:07 -05:00
Evan Almloff
a4eb4dc8df add offset mouse data to tui 2022-05-04 13:58:48 -05:00
Evan Almloff
4aaf790ae9 revert widget trait 2022-05-04 13:35:30 -05:00
Reinis Mazeiks
d84d414170 Add offset coordinates to mouse events on TUI and desktop. 2022-05-04 16:42:14 +03:00
Evan Almloff
2176da4d75 update readme 2022-05-03 18:43:28 -05:00
Evan Almloff
9ed722ae45 change focus when an element is clicked 2022-05-03 17:19:16 -05:00
Evan Almloff
23376fef8e move focus into event system 2022-05-03 16:44:53 -05:00
Evan Almloff
ce5ade9fa6 add focus state 2022-05-03 15:06:07 -05:00
Evan Almloff
35ee243d0d intigrate focus system with tui 2022-05-03 11:02:35 -05:00
Jonathan Kelley
3febd42588 Release dioxus-core v0.2.1, dioxus-core-macro v0.2.1, dioxus-html v0.2.1, dioxus-interpreter-js v0.2.1, dioxus-desktop v0.2.3, dioxus-hooks v0.2.1, dioxus-liveview v0.1.0, dioxus-native-core v0.2.0, dioxus-native-core-macro v0.2.0, dioxus-router v0.2.3, dioxus-ssr v0.2.1, dioxus-tui v0.2.2, dioxus-web v0.2.1, fermi v0.2.1, dioxus v0.2.4 2022-05-02 23:57:20 -04:00
Jonathan Kelley
b8e8e69523 fix: use published stretch 2022-05-02 22:20:52 -04:00
Jon Kelley
f7e67cb2d7
Merge pull request #329 from Demonthos/lazy_tui
Tui Lazy Attributes and Layout
2022-05-02 21:38:18 -04:00
Evan Almloff
3adcba5f93 remove empty attributes 2022-05-02 20:25:10 -05:00
Evan Almloff
e1120bb644 ensure all nodes have a intialized layout 2022-05-01 21:19:11 -05:00
Evan Almloff
99fea74786 change with_ctrl_c_quit to without_ctrl_c_quit 2022-04-30 16:52:54 -05:00
Evan Almloff
84db875101 Merge branch 'master' of https://github.com/DioxusLabs/dioxus into lazy_tui 2022-04-24 06:56:07 -05:00
Evan Almloff
91b2147552 update benchmark 2022-04-21 06:44:48 -05:00
Evan Almloff
efa682735e ignore ctrl-c if ctrl_c_quit is false 2022-04-21 06:33:03 -05:00
Evan Almloff
9d9aa33e25 add builder pattern and update examples 2022-04-21 06:29:22 -05:00
Evan Almloff
c8919ad77b add benchmark 2022-04-20 21:44:37 -05:00
Evan Almloff
b79a58cc66 pass clippy 2022-04-17 08:43:15 -05:00
Evan Almloff
d9276bd64c clean up code and docs 2022-04-17 07:29:35 -05:00
Evan Almloff
b9c2664089 add builder methods to NodeMask 2022-04-16 17:22:03 -05:00
Evan Almloff
436c6a02f7 add node dependancy 2022-04-16 12:27:52 -05:00
Evan Almloff
0fb9aed273 add children on initial build and add sorted slice macro 2022-04-13 12:49:53 -05:00
Evan Almloff
3b06059834 fix rendering 2022-04-13 11:39:38 -05:00
Evan Almloff
71707fec09 pass cargo check 2022-04-12 18:58:25 -05:00
Evan Almloff
9eaf7212a3 tests passing, and tui updated 2022-04-12 18:46:16 -05:00
Evan Almloff
92010b0bab WIP update tests 2022-04-12 07:51:57 -05:00
Evan Almloff
3dd18b21b3 added headless mode for CI 2022-04-05 12:08:01 -05:00
Evan Almloff
351722d136 update dependancy to stretch2 master and remove refrences to tree 2022-04-04 13:37:04 -05:00
Demonthos
56af1f7988
remove extra prints 2022-04-02 20:24:33 -05:00
Demonthos
a001b7ce90
re-enable rendering 2022-04-02 20:02:51 -05:00
Evan Almloff
32b2e3a135 bugfixes, docs, and pass clippy 2022-04-02 16:46:46 -05:00
Evan Almloff
5b25500c0b finishing touches and benchmarks 2022-03-30 20:45:41 -05:00