Commit Graph

  • 0246e80f93 make elements public main Rowan Vixen 2024-04-08 18:30:42 -0400
  • cfe11d3777 make some attributes match css names better Rowan Vixen 2024-04-08 18:26:08 -0400
  • ca257d9e01 add percent val Rowan Vixen 2024-03-26 05:00:47 -0400
  • bcb9d59ea5 update cargo.toml Rowan Vixen 2024-03-24 22:39:55 -0400
  • 3e31b27d6e update to 0.13.1 Rowan Vixen 2024-03-24 22:38:08 -0400
  • 273660d33d
    Merge pull request #19 from hymm/change-to-system-state JMS55 2024-01-20 23:17:58 -0800
  • bb3f24fd4e change use query to use system state Mike Hsu 2024-01-20 23:12:14 -0800
  • 643d3664a2 Rename Event to DioxusEvent JMS55 2024-01-05 00:04:24 -0800
  • 23a8f7fd33
    Merge pull request #17 from robertdodd/fix-warnings JMS55 2024-01-02 23:48:25 -0800
  • fa114c23d5 Remove redundant let Robert Dodd 2024-01-03 08:55:52 +1100
  • b1239dbd2a Remove expect followed by function call Robert Dodd 2024-01-03 08:55:09 +1100
  • d928ee93b7 Remove redundant pub(self) Robert Dodd 2024-01-03 08:54:16 +1100
  • 55a680117b Remove redundant closure Robert Dodd 2024-01-03 08:53:45 +1100
  • b2174b0064 Replace single-character string const with char Robert Dodd 2024-01-03 08:52:59 +1100
  • 6bc4725e22 Suppress clippy warnings Robert Dodd 2024-01-03 08:52:18 +1100
  • e582d45df9 Remove unnecessary clones Robert Dodd 2024-01-03 08:50:29 +1100
  • ebd2afb6f7 Remove unnecessary lifetime specifiers Robert Dodd 2024-01-03 08:49:15 +1100
  • 4e5f6e4fd1 Allow mut_from_ref Robert Dodd 2024-01-03 08:47:21 +1100
  • 5272be399b WIP fix to event reader reactivity JMS55 2023-12-27 23:04:45 -0800
  • 350c00c52a Rename text_alignment JMS55 2023-12-27 18:26:20 -0800
  • 25bf7ee798 Add remaining colors JMS55 2023-12-27 18:12:43 -0800
  • 8777b76e8b Adjust demo text JMS55 2023-12-27 17:56:45 -0800
  • f4c13d18c7 Misc rename JMS55 2023-12-27 12:56:17 -0800
  • d75930218c Add image element JMS55 2023-12-27 12:51:10 -0800
  • 3d222ec2aa Add TODO JMS55 2023-12-27 12:04:53 -0800
  • 85709a3a92 Add use_event_reader() JMS55 2023-12-27 11:56:36 -0800
  • 01eed81bf1 Misc import changes JMS55 2023-12-27 11:24:36 -0800
  • cb57dca6b9 New system scheduler hook JMS55 2023-12-27 11:19:02 -0800
  • 9776f179f9 Add use_state_send() JMS55 2023-12-26 15:00:35 -0800
  • 5a4b1d60e9 More work on the entity inspector JMS55 2023-12-26 12:52:02 -0800
  • 20c710f993 Fix dynamic text not working with text styles JMS55 2023-12-26 12:31:11 -0800
  • bd49112977 Add support for most remaining attributes JMS55 2023-12-24 16:29:22 -0800
  • f55bd9befc Make demo look a bit nicer JMS55 2023-12-24 13:57:01 -0800
  • 39b45a747b Add button type to click events JMS55 2023-12-24 13:51:05 -0800
  • 17f963e4cc Fix event dispatch JMS55 2023-12-23 12:09:09 -0800
  • 9bb8a27bb7 Add more events and colors JMS55 2023-12-22 21:36:05 -0800
  • 7fb22892cc Demo misc fix JMS55 2023-12-22 18:12:39 -0800
  • ba5429b938 Add more attributes JMS55 2023-12-22 16:51:48 -0800
  • a6c6eb981d Implement proper hover, make UI system Last JMS55 2023-12-22 10:50:42 -0800
  • 388509840e Fix intrinsic text JMS55 2023-12-21 22:47:11 -0800
  • 3f6669228f Add missing mutation todo JMS55 2023-12-21 22:19:35 -0800
  • 75504ec4fc Actaully previous way was correct, event handlers on parent JMS55 2023-12-21 22:07:00 -0800
  • 302f3cb6e3 Fixes JMS55 2023-12-21 21:37:53 -0800
  • fc4720e01e Add hover events JMS55 2023-12-21 21:14:09 -0800
  • 6d6bad2110 Add translation x/y JMS55 2023-12-21 19:12:08 -0800
  • 89dfe9ebc1 Implement hot reloading JMS55 2023-12-21 00:45:28 -0800
  • 4fb0f30862 Extract module out JMS55 2023-12-20 22:53:55 -0800
  • cfc92ecb55 Fix bug JMS55 2023-12-20 22:46:34 -0800
  • 35e9b0f827 Add outline attribute JMS55 2023-12-20 22:42:10 -0800
  • b056d7ca06 WIP: More attributes JMS55 2023-12-20 22:35:53 -0800
  • 52b554ddcf Remove hot reloading feature for now JMS55 2023-12-19 16:59:51 -0800
  • d9d3001d5e More style work JMS55 2023-12-19 16:27:45 -0800
  • 82f1a2f612 Misc JMS55 2023-12-19 10:57:13 -0800
  • 50775610d0 Add text node JMS55 2023-12-19 10:55:41 -0800
  • d8a08b56cc Start of custom elements JMS55 2023-12-18 21:24:06 -0800
  • 9d5b0408c0 Stylistic cleanup JMS55 2023-12-17 12:19:08 -0800
  • 0ccb49e5e7
    Merge pull request #2 from dylanblokhuis/main JMS55 2023-12-17 12:13:41 -0800
  • 0a4b750eb6 added more mutations and more elements to the demo to test the mutations dylanblokhuis 2023-12-17 20:58:29 +0100
  • e10a0fabd3 Add spawn entity button JMS55 2023-12-16 21:33:13 -0800
  • 322e0dbcb6 Improve demo styling JMS55 2023-12-16 21:21:32 -0800
  • 80e542daf1 Support more style properties JMS55 2023-12-16 20:59:19 -0800
  • fa03c65f8a Fix segfault JMS55 2023-12-16 20:19:41 -0800
  • fe22cc8709 Add TODO for possible segfault cause JMS55 2023-12-16 17:48:42 -0800
  • 91ac88def7 Events cannot start on text nodes JMS55 2023-12-16 17:43:55 -0800
  • f6d0b3acd8 Misc JMS55 2023-12-16 16:09:13 -0800
  • b43503a93b Ensure changes to UI root components are picked up JMS55 2023-12-16 12:54:01 -0800
  • d58710e8ac Move VirtualDom to a non-send resource JMS55 2023-12-16 12:41:32 -0800
  • 53f3756a66 Bugfixes JMS55 2023-12-15 20:31:00 -0800
  • 74e9fecc0f Fix bug with background color of nodes JMS55 2023-12-15 18:58:07 -0800
  • b72a79bc81 Misc fix JMS55 2023-12-15 17:53:14 -0800
  • 62fcc8859d Misc JMS55 2023-12-15 17:51:05 -0800
  • 48d2e56e69 Cleanup some cache entries JMS55 2023-12-15 17:49:10 -0800
  • cb4407766d Fix Mutation::ReplacePlaceholder JMS55 2023-12-15 17:46:19 -0800
  • 11669f597b Misc fix JMS55 2023-12-15 17:42:22 -0800
  • f668d43994 Convert apply_mutations to use world directly JMS55 2023-12-15 17:39:02 -0800
  • 344f4983c3 Finish removing unsafe from tick.rs JMS55 2023-12-15 17:04:29 -0800
  • 9355cc32e2 WIP: More refactor of tick.rs JMS55 2023-12-15 16:53:25 -0800
  • 138a2b5b20 WIP: Direct world access for tick_dioxus_ui() JMS55 2023-12-15 16:20:05 -0800
  • 98a22580a1 Misc JMS55 2023-12-15 12:36:53 -0800
  • adb8fcd12d Implement Mutation::CreatePlaceholder JMS55 2023-12-13 23:45:30 -0800
  • 7102a64ab2 Small code cleanup JMS55 2023-12-13 23:31:10 -0800
  • dac73985d0 WIP Mutation::SetAttribute JMS55 2023-12-13 23:23:30 -0800
  • a61ee7e0b2 WIP: More advanced example JMS55 2023-12-12 19:47:14 -0800
  • 8dcaae99e1 Make use_system() hook return a closure JMS55 2023-12-12 18:24:48 -0800
  • 035311036d Fix event handlers not finding target element JMS55 2023-12-12 17:31:47 -0800
  • 54f7e5c022 Implement proper resource change detection JMS55 2023-12-12 16:37:52 -0800
  • 99929cbc7f Make ECS hooks subscribe to changes JMS55 2023-12-12 16:22:54 -0800
  • deb6ddb2fe Add events todo JMS55 2023-12-12 00:14:10 -0800
  • 37774fb3e3 Add support for click events JMS55 2023-12-12 00:12:06 -0800
  • efb9ec93e5 Fix element ordering JMS55 2023-12-10 20:40:13 -0800
  • 52da5428fb Fix use_system() JMS55 2023-12-10 16:14:35 -0800
  • d96aca59af Change hook APIs JMS55 2023-12-10 15:53:50 -0800
  • d8f688de37 More mutations work JMS55 2023-12-10 15:44:27 -0800
  • 0900104891 More mutation work JMS55 2023-12-10 13:50:10 -0800
  • f7896d5135 FIll out another mutation JMS55 2023-12-10 13:05:01 -0800
  • 54c407ba3e Tweak error message JMS55 2023-12-10 12:57:00 -0800
  • 9033473974 Add support for divs JMS55 2023-12-10 12:55:49 -0800
  • cad620fe11 WIP mutations: Enough for an extremely basic example JMS55 2023-12-10 12:35:19 -0800
  • 3d71d27e7d Add TODO JMS55 2023-12-09 10:58:59 -0800
  • d3f5a985ba Misc JMS55 2023-12-07 20:35:49 -0800