-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Namui - Hooks 2.0! #609
Merged
Merged
Namui - Hooks 2.0! #609
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bigfoodK
added
luda editor
This issue is for luda editor
namui
This issue is for namui engine
namui-cli
labels
Aug 29, 2023
bigfoodK
force-pushed
the
namui/hooks2-add
branch
from
August 29, 2023 05:00
668d63f
to
6a09ed3
Compare
Squashed commit of the following: commit 0249a0830671b3b23e08a27f555d662f6dd38b86 Author: bigfood <[email protected]> Date: Tue Aug 29 13:55:01 2023 +0900 Update branch Squashed commit of the following: commit 6a09ed3 Author: bigfood <[email protected]> Date: Mon Aug 28 19:48:32 2023 +0900 Remove unusing files in luda-editor closes #606 commit 12b98d5 Author: namse <[email protected]> Date: Mon Aug 28 10:32:26 2023 +0000 Fix Text Input focusing problem, fix #603, #604 commit c4f099f Author: bigfood <[email protected]> Date: Mon Aug 28 18:16:34 2023 +0900 Re-implement with_mouse_cursor closes #605 Squashed commit of the following: commit fcf19c62a5ed5dad5d8e274a051587a4b028d20f Author: bigfood <[email protected]> Date: Mon Aug 28 18:13:23 2023 +0900 Re-implement with_mouse_cursor closes #605 commit cd72146aaf228ab401f1881a282b52644aa6de73 Author: bigfood <[email protected]> Date: Mon Aug 28 17:31:57 2023 +0900 Revert "Impl with_mouse_cursor for hooks" This reverts commit dcafc48. commit 6f03721 Author: namse <[email protected]> Date: Sun Aug 27 18:07:04 2023 +0000 Fix wrong clear_unrendered_chidlren commit 7bf74b6 Author: namse <[email protected]> Date: Sat Aug 26 16:17:21 2023 +0000 Remove unused code commit 7ace9e9 Author: namse <[email protected]> Date: Sat Aug 26 15:57:26 2023 +0000 Optimize complete_put_psd, fix #596 commit 6ca94c7 Author: bigfood <[email protected]> Date: Sat Aug 26 23:07:07 2023 +0900 Stop propagation event on context menu clicked closes #597 commit 6de1b6c Author: bigfood <[email protected]> Date: Sat Aug 26 22:56:54 2023 +0900 Blur character name input on click outside closes #600 commit 85ffea7 Author: namse <[email protected]> Date: Sat Aug 26 13:56:15 2023 +0000 Check clip for xy_in, Fix #593 commit 338c305 Author: bigfood <[email protected]> Date: Sat Aug 26 22:43:23 2023 +0900 Fix wrong rendering order of text input commit aaa7969 Author: bigfood <[email protected]> Date: Sat Aug 26 22:27:50 2023 +0900 Focus cut editor on inner component focused closes #595 commit 851d52e Author: namse <[email protected]> Date: Sat Aug 26 12:18:25 2023 +0000 Check local_xy for wheel event, close #598 commit 8eb0469 Author: bigfood <[email protected]> Date: Sat Aug 26 21:02:24 2023 +0900 Fix rendering order of cg_render closes #594 commit 2de12ee Author: namse <[email protected]> Date: Sat Aug 26 11:57:31 2023 +0000 Use thick stroke for cg part selection commit 948b092 Author: bigfood <[email protected]> Date: Sat Aug 26 20:52:30 2023 +0900 Fix rendering order of wysiwyg_tools closes #592 commit 4e8c99d Author: namse <[email protected]> Date: Sat Aug 26 08:47:27 2023 +0000 Reverse rendering order commit a951442 Author: namse <[email protected]> Date: Sat Aug 26 08:47:12 2023 +0000 Remove loaded_prev commit dcafc48 Author: bigfood <[email protected]> Date: Fri Aug 25 17:43:54 2023 +0900 Impl with_mouse_cursor for hooks Squashed commit of the following: commit 3261495861f112c8ac6337bb36e527b5c3256f52 Author: bigfood <[email protected]> Date: Fri Aug 25 17:41:56 2023 +0900 Revert disabled with_mouse_cursor commit 4d9e5c48752b80ec58f4ae803d0c280038995cbd Author: bigfood <[email protected]> Date: Fri Aug 25 17:38:39 2023 +0900 Impl with_mouse_cursor commit 2dac38d Author: namse <[email protected]> Date: Thu Aug 24 15:03:16 2023 +0000 Trap event propagation to fix memo text input problem commit 7609019 Author: namse <[email protected]> Date: Wed Aug 23 18:09:08 2023 +0000 Remove comment commit 24f65ff Author: namse <[email protected]> Date: Wed Aug 23 18:08:28 2023 +0000 Fucking awesome context menu system commit c71bea0 Author: namse <[email protected]> Date: Wed Aug 23 16:05:30 2023 +0000 Fix wrong event attach for cg picker commit 36a44b1 Author: namse <[email protected]> Date: Wed Aug 23 15:44:25 2023 +0000 Remove unused code commit 794074f Author: bigfood <[email protected]> Date: Wed Aug 23 17:31:31 2023 +0900 Close cut_editor context_menu on click outside commit 30c366d Author: bigfood <[email protected]> Date: Wed Aug 23 15:10:47 2023 +0900 Render memo_editor in correct wh commit a7e49a8 Author: namse <[email protected]> Date: Tue Aug 22 18:38:19 2023 +0000 Call Effect CleanUp commit dbec715 Author: namse <[email protected]> Date: Tue Aug 22 18:01:16 2023 +0000 Support focus and blur for text input commit 62ef8bb Author: namse <[email protected]> Date: Tue Aug 22 17:51:31 2023 +0000 Turn on error for warning commit 8e75197 Author: namse <[email protected]> Date: Tue Aug 22 17:46:42 2023 +0000 Handle event propagation stopping commit af3ad23 Author: namse <[email protected]> Date: Tue Aug 22 17:25:12 2023 +0000 Remove stop-propagation commit c3fa646 Author: namse <[email protected]> Date: Tue Aug 22 17:24:23 2023 +0000 Remove unused code commit 3112f54 Author: namse <[email protected]> Date: Tue Aug 22 17:22:58 2023 +0000 Clean up hooks files commit 5b673fe Author: namse <[email protected]> Date: Tue Aug 22 17:17:49 2023 +0000 Delete is_stop_propagation commit 98ae438 Author: namse <[email protected]> Date: Tue Aug 22 17:11:04 2023 +0000 Support prevent_default for key and mouse event commit fb0e5ea Author: namse <[email protected]> Date: Tue Aug 22 16:58:41 2023 +0000 Update locks commit 27374f3 Author: namse <[email protected]> Date: Tue Aug 22 16:57:34 2023 +0000 Support prevent_default for text_input commit 5adb940 Author: namse <[email protected]> Date: Tue Aug 22 16:38:48 2023 +0000 Remove unused code commit 98f61c1 Author: bigfood <[email protected]> Date: Tue Aug 22 17:10:30 2023 +0900 Open character editor on Add Cg button clicked commit b6e8023 Author: bigfood <[email protected]> Date: Tue Aug 22 17:01:09 2023 +0900 Handle file drop event commit 7e55301 Author: namse <[email protected]> Date: Tue Aug 22 16:32:58 2023 +0000 Impl ghost_compose commit a26858f Author: namse <[email protected]> Date: Sun Aug 20 16:45:58 2023 +0000 Temporary disable luda-adventure commit 550649f Author: namse <[email protected]> Date: Sun Aug 20 16:28:22 2023 +0000 Fix wrong list view cell height commit ae1bbad Author: bigfood <[email protected]> Date: Sun Aug 20 23:58:38 2023 +0900 Run build in parallel commit 9dc806e Author: bigfood <[email protected]> Date: Sun Aug 20 23:32:26 2023 +0900 Do not premultiply alpha on creating ImageBitmap commit 09e2a86 Author: bigfood <[email protected]> Date: Sun Aug 20 19:48:41 2023 +0900 Resize canvas on window resize commit 701eb94 Author: namse <[email protected]> Date: Sun Aug 20 13:43:30 2023 +0000 Support hash change event handle commit 3ae3345 Author: namse <[email protected]> Date: Sun Aug 20 07:59:40 2023 +0000 Chore commit f59923e Author: namse <[email protected]> Date: Sun Aug 20 07:59:35 2023 +0000 Rerender after set state commit 1604086 Author: namse <[email protected]> Date: Sun Aug 20 07:58:51 2023 +0000 Fix private function expose commit 47f09bb Author: namse <[email protected]> Date: Sun Aug 20 07:58:34 2023 +0000 Remove undefined-filled array commit c1afbd3 Author: bigfood <[email protected]> Date: Sun Aug 20 16:31:06 2023 +0900 Fix fn execute_function to use correct args commit 2efa0f6 Author: bigfood <[email protected]> Date: Sun Aug 20 16:00:54 2023 +0900 Await namui start of luda-editor commit d74ed11 Author: bigfood <[email protected]> Date: Sun Aug 20 15:57:54 2023 +0900 Clear error messages after build commit 3956a30 Author: namse <[email protected]> Date: Sun Aug 20 06:45:28 2023 +0000 Transfer ArrayBuffer instead Uint8Array commit cc5481c Author: bigfood <[email protected]> Date: Sun Aug 20 12:45:54 2023 +0900 Use new namui runtime for luda-editor Squashed commit of the following: commit b7b94d8 Author: namse <[email protected]> Date: Sat Aug 19 17:57:38 2023 +0000 Fix error commit c1fa081 Author: namse <[email protected]> Date: Sat Aug 19 17:56:28 2023 +0000 Sync web func commit 146f161 Author: namse <[email protected]> Date: Sat Aug 19 17:56:10 2023 +0000 Use font fn commit 44ce8e0 Author: namse <[email protected]> Date: Sat Aug 19 17:45:31 2023 +0000 Rename get_bounding_box -> bounding_box commit b663687 Author: namse <[email protected]> Date: Sat Aug 19 17:43:13 2023 +0000 Support write image to clipboard commit 0ddbd1a Author: namse <[email protected]> Date: Sat Aug 19 17:42:59 2023 +0000 Easy way to serialize postcard commit f9aba31 Author: namse <[email protected]> Date: Sat Aug 19 17:42:15 2023 +0000 Shut up Malfoy commit 6fa19ed Author: namse <[email protected]> Date: Thu Aug 17 15:45:54 2023 +0000 Sequence player & Namui hooks.ctx.attach_event commit 46d9986 Author: namse <[email protected]> Date: Thu Aug 17 15:45:28 2023 +0000 Remove unused comment commit e299a32 Author: namse <[email protected]> Date: Thu Aug 17 15:45:07 2023 +0000 React to url changes for image commit 5856ece Author: namse <[email protected]> Date: Thu Aug 17 15:44:06 2023 +0000 Suport color_filter commit 4d87890 Author: bigfood <[email protected]> Date: Sun Aug 13 23:04:19 2023 +0900 Use new namui runtime commit 5a0cab4 Author: bigfood <[email protected]> Date: Sun Aug 20 12:34:24 2023 +0900 Use hooks for pre_built Squashed commit of the following: commit 38d0a69a9586514f8e25ca73f8def7ec10a0daf8 Author: bigfood <[email protected]> Date: Sat Aug 19 19:51:43 2023 +0900 Use hooks for vh_list_view commit 4738d6599f5f4ec9ae09ac2fc507b9360dcc8f7e Author: bigfood <[email protected]> Date: Thu Aug 17 19:07:21 2023 +0900 Use hooks for event_trap commit 997e262c2114e48b5cb052b876e5f850ef55113e Author: bigfood <[email protected]> Date: Thu Aug 17 18:40:06 2023 +0900 Use hooks for dropdown commit cfd853c Author: bigfood <[email protected]> Date: Tue Aug 15 20:51:20 2023 +0900 Show web runtime build log refined commit 9013f2f Author: namse <[email protected]> Date: Mon Aug 14 11:44:08 2023 +0000 Load image commit 0e85fcb Author: namse <[email protected]> Date: Mon Aug 14 10:22:54 2023 +0000 Update image drawing commit b940f23 Author: namse <[email protected]> Date: Sun Aug 13 12:45:02 2023 +0000 Fix wrong init function for web commit e9ae819 Author: namse <[email protected]> Date: Sun Aug 13 12:44:17 2023 +0000 Use promise for web async function commit 2326fcd Author: namse <[email protected]> Date: Sun Aug 13 12:29:41 2023 +0000 Revive web async function commit 210679c Author: namse <[email protected]> Date: Sun Aug 13 12:42:40 2023 +0000 Remove unused code commit d832eb6 Author: namse <[email protected]> Date: Sun Aug 13 12:40:19 2023 +0000 Revive namui-prebuilt commit 0fd0628 Author: namse <[email protected]> Date: Sun Aug 13 11:01:28 2023 +0000 Prevent draw same rendering tree commit 137307d Author: namse <[email protected]> Date: Sun Aug 13 10:42:08 2023 +0000 Set up text_input commit ed28c19 Author: namse <[email protected]> Date: Sun Aug 13 09:32:22 2023 +0000 Bounding box and xy_in commit 0134cbc Author: namse <[email protected]> Date: Sat Aug 12 13:43:32 2023 +0000 Show fps commit fb86780 Author: namse <[email protected]> Date: Sat Aug 12 13:36:22 2023 +0000 Render image commit 5471ba1 Author: bigfood <[email protected]> Date: Sun Aug 13 17:24:10 2023 +0900 Use new namui runtime Squashed commit of the following: commit 6b4c3db Author: namse <[email protected]> Date: Fri Aug 11 16:47:19 2023 +0000 Draw ready image but need shader commit 4c088ab Author: namse <[email protected]> Date: Fri Aug 11 13:32:34 2023 +0000 Ready for bounding box and image commit f70a26e Author: namse <[email protected]> Date: Thu Aug 10 17:10:45 2023 +0000 Send rendering tree to drawer 2 commit 229a00e Author: namse <[email protected]> Date: Thu Aug 10 16:58:44 2023 +0000 Send rendering tree to drawer commit 166abbc Author: namse <[email protected]> Date: Thu Aug 10 11:23:33 2023 +0000 Divide skia code commit 76802ab Author: namse <[email protected]> Date: Thu Aug 10 00:00:51 2023 +0000 Ok, it's ready to render hooks commit 8dd016b Author: namse <[email protected]> Date: Wed Aug 9 23:35:52 2023 +0000 WIP commit 391ce43 Author: namse <[email protected]> Date: Wed Aug 9 20:21:03 2023 +0000 Hello canvas-kit commit c3d038e Author: namse <[email protected]> Date: Wed Aug 9 13:43:40 2023 +0000 Shut up namui commit ff1a6f2 Author: namse <[email protected]> Date: Wed Aug 9 13:18:09 2023 +0000 Move static hash map to type commit 2d4531d Author: namse <[email protected]> Date: Wed Aug 9 12:54:31 2023 +0000 render image, not yet image load and shader commit 11e6da1 Author: namse <[email protected]> Date: Wed Aug 9 12:21:10 2023 +0000 Finish draw text commit 7281ee2 Author: namse <[email protected]> Date: Tue Aug 8 18:12:10 2023 +0000 WIP: Draw text, not yet typeface commit 934b226 Author: namse <[email protected]> Date: Tue Aug 8 15:40:06 2023 +0000 WIP: Drawer Canvas commit 0c90bcf Author: bigfood <[email protected]> Date: Sun Aug 13 16:43:45 2023 +0900 Uncomment text_input and context_menu components Squashed commit of the following: commit ed6eb4f Author: bigfood <[email protected]> Date: Sun Aug 13 16:38:16 2023 +0900 Remove unsuing event handler commit ab9895d Author: bigfood <[email protected]> Date: Sat Aug 12 00:29:31 2023 +0900 Activate text_input commit a6cbbe4 Author: bigfood <[email protected]> Date: Fri Aug 11 15:59:33 2023 +0900 Active cut_editor::background_with_event commit 9ce44b8 Author: bigfood <[email protected]> Date: Fri Aug 11 14:41:00 2023 +0900 Active character_editor commit 94fee5a Author: bigfood <[email protected]> Date: Fri Aug 11 14:38:30 2023 +0900 Activate context_menu commit 92fee25 Author: bigfood <[email protected]> Date: Thu Aug 10 19:14:52 2023 +0900 Activate context menu on screen graphic commit 9733249 Author: bigfood <[email protected]> Date: Thu Aug 10 15:03:58 2023 +0900 Activate character_editor_cell commit 9a477dd Author: bigfood <[email protected]> Date: Mon Aug 7 20:16:43 2023 +0900 WIP: memo_list_view commit 7890c4b Author: namse <[email protected]> Date: Mon Aug 7 15:31:25 2023 +0000 Fix ghost render and fit, scroll commit 5e28d6d Author: bigfood <[email protected]> Date: Tue Aug 8 00:29:49 2023 +0900 Merge branch `namui/hooks2-luda-editor2` Squashed commit of the following: commit d395bc8 Author: bigfood <[email protected]> Date: Tue Aug 8 00:25:42 2023 +0900 Fix mouse event handler to use is_local_xy_in() commit 1b5b520 Author: bigfood <[email protected]> Date: Tue Aug 8 00:13:03 2023 +0900 WIP:wysiwyg_editor commit b74eb42 Author: bigfood <[email protected]> Date: Mon Aug 7 21:05:52 2023 +0900 WIP: memo_editor commit 3e5eab8 Author: bigfood <[email protected]> Date: Mon Aug 7 20:16:43 2023 +0900 WIP: memo_list_view commit 419198b Author: bigfood <[email protected]> Date: Mon Aug 7 23:40:53 2023 +0900 Merge branch 'namui/hooks2-luda-editor2' Squashed commit of the following: commit b74eb42 Author: bigfood <[email protected]> Date: Mon Aug 7 21:05:52 2023 +0900 WIP: memo_editor commit 3e5eab8 Author: bigfood <[email protected]> Date: Mon Aug 7 20:16:43 2023 +0900 WIP: memo_list_view commit 24139f5 Author: namse <[email protected]> Date: Mon Aug 7 14:41:52 2023 +0000 Get bounding box using ghost render commit 96fcf86 Author: namse <[email protected]> Date: Mon Aug 7 12:31:08 2023 +0000 Fix drawing drop problem again commit 7a8a8e2 Author: namse <[email protected]> Date: Mon Aug 7 09:51:25 2023 +0000 Revert "Fix wrong drawing drop problem" This reverts commit d7baab5385647ad3875355cc43589284fbf2551b. commit 8f0d1be Author: namse <[email protected]> Date: Mon Aug 7 09:49:39 2023 +0000 Fix wrong drawing drop problem commit 717a494 Author: namse <[email protected]> Date: Mon Aug 7 09:40:23 2023 +0000 Hello key! commit 83bdced Author: namse <[email protected]> Date: Mon Aug 7 07:07:06 2023 +0000 Remove matrix and branch ctx commit 2d58f14 Author: namse <[email protected]> Date: Sun Aug 6 19:20:54 2023 +0000 SEX commit dd18ff4 Author: namse <[email protected]> Date: Sun Aug 6 18:42:45 2023 +0000 WIP-3 commit 3c42102 Author: namse <[email protected]> Date: Sun Aug 6 12:49:18 2023 +0000 Before change render commit bd213cc Author: namse <[email protected]> Date: Sun Aug 6 12:13:47 2023 +0000 WIP commit 621286f Author: namse <[email protected]> Date: Sat Aug 5 19:28:17 2023 +0000 Button1 commit fe4d12a Author: namse <[email protected]> Date: Sat Aug 5 19:20:59 2023 +0000 TABLE! commit 9f45421 Author: namse <[email protected]> Date: Sat Aug 5 18:29:19 2023 +0000 OH? commit 62d279c Author: namse <[email protected]> Date: Sat Aug 5 15:08:41 2023 +0000 Before return commit 5ed602a Author: namse <[email protected]> Date: Fri Aug 4 17:08:52 2023 +0000 WIP commit 1e12d4d Author: namse <[email protected]> Date: Fri Aug 4 14:37:13 2023 +0000 Add callback macro commit 0e2c082 Author: bigfood <[email protected]> Date: Fri Aug 4 22:34:48 2023 +0900 Use Boxed fn for event handler commit 626f635 Merge: 5cfd700 2abaa86 Author: bigfood <[email protected]> Date: Fri Aug 4 22:31:49 2023 +0900 Merge branch 'namui/hooks2-luda-editor' into namui/hooks2 commit 2abaa86 Author: bigfood <[email protected]> Date: Fri Aug 4 22:26:15 2023 +0900 Use Boxed fn for event handler commit 3621d0a Author: bigfood <[email protected]> Date: Fri Aug 4 19:59:58 2023 +0900 WIP: wysiwyg_tool commit 8b98514 Author: bigfood <[email protected]> Date: Fri Aug 4 19:39:25 2023 +0900 Enable hooks::clip commit 6b3b310 Author: bigfood <[email protected]> Date: Fri Aug 4 17:33:46 2023 +0900 WIP: cut_editor commit 89d4b67 Merge: 37e694d b3c94ef Author: bigfood <[email protected]> Date: Thu Aug 3 16:46:53 2023 +0900 Merge branch 'namui/hooks2' into namui/hooks2-luda-editor commit 5cfd700 Author: namse <[email protected]> Date: Thu Aug 3 17:53:08 2023 +0000 Fix wrong flushing used sigs commit 19a445e Author: namse <[email protected]> Date: Thu Aug 3 17:32:10 2023 +0000 Fix sample error commit 100df16 Author: namse <[email protected]> Date: Thu Aug 3 17:31:23 2023 +0000 TrackEq & prevent default code commit 7ba3567 Author: namse <[email protected]> Date: Thu Aug 3 16:38:17 2023 +0000 Support keyboard for text_input commit b3c94ef Author: namse <[email protected]> Date: Wed Aug 2 19:03:33 2023 +0000 Remove 'use', Remove text_input system commit da6e614 Author: namse <[email protected]> Date: Wed Aug 2 15:13:30 2023 +0000 Clear code commit c79b7cb Author: namse <[email protected]> Date: Wed Aug 2 15:08:54 2023 +0000 Rollback consuming commit 659f061 Author: namse <[email protected]> Date: Wed Aug 2 14:36:29 2023 +0000 use_children to done commit dbae6bf Author: namse <[email protected]> Date: Wed Aug 2 14:35:16 2023 +0000 Remove unused code commit 3277114 Author: namse <[email protected]> Date: Wed Aug 2 14:32:54 2023 +0000 Remove unused code commit 1871d18 Author: namse <[email protected]> Date: Wed Aug 2 14:31:33 2023 +0000 Bye bye children~/rust/build/x86_64-unknown-linux-gnu/stage1/bin/rustc src/main.rs commit bd5cfcf Author: namse <[email protected]> Date: Wed Aug 2 09:37:57 2023 +0000 Text input WIP commit 37e694d Author: bigfood <[email protected]> Date: Wed Aug 2 18:22:49 2023 +0900 WIP: memo_list_view commit 9db72b7 Author: bigfood <[email protected]> Date: Wed Aug 2 18:14:50 2023 +0900 WIP: memo_editor commit f84ab1e Author: bigfood <[email protected]> Date: Wed Aug 2 18:06:14 2023 +0900 Enable hooks::translate commit f89a65a Author: bigfood <[email protected]> Date: Wed Aug 2 18:05:56 2023 +0900 Enable hooks::on_top commit 4c12f37 Author: bigfood <[email protected]> Date: Wed Aug 2 18:04:40 2023 +0900 Imple Component for component tuples commit 7d60f45 Author: bigfood <[email protected]> Date: Wed Aug 2 16:40:00 2023 +0900 WIP: cut_list_view commit 1f4c493 Author: bigfood <[email protected]> Date: Wed Aug 2 16:12:00 2023 +0900 WIP: loaded commit fdd6bed Author: bigfood <[email protected]> Date: Wed Aug 2 15:11:31 2023 +0900 Fix errors commit 8898b3d Author: namse <[email protected]> Date: Tue Aug 1 15:38:06 2023 +0000 TextInput: Handle mouse. todo: keyboard commit 48b0837 Author: namse <[email protected]> Date: Tue Aug 1 13:17:36 2023 +0000 Fix multiline-text sample commit 8ce3b01 Author: bigfoodK <[email protected]> Date: Tue Aug 1 17:55:11 2023 +0900 Split up rendering_tree/mod (#589) commit ebbca77 Author: namse <[email protected]> Date: Tue Aug 1 08:38:37 2023 +0000 Remove old manual commit 377888a Author: namse <[email protected]> Date: Tue Aug 1 08:36:05 2023 +0000 Udpate manual commit 13480f1 Author: namse <[email protected]> Date: Tue Aug 1 08:23:33 2023 +0000 WIP: loaded sequence editor component commit e250a26 Author: namse <[email protected]> Date: Tue Aug 1 07:24:43 2023 +0000 Port sequence_list_page, not rename modal commit 7f25e49 Author: bigfood <[email protected]> Date: Tue Aug 1 16:40:46 2023 +0900 Watch webCode and reload on change commit 8e8e480 Author: bigfood <[email protected]> Date: Tue Aug 1 16:34:34 2023 +0900 Revert "Watch static root and reload on change" This reverts commit ad73a62. commit ad73a62 Author: bigfood <[email protected]> Date: Tue Aug 1 15:17:04 2023 +0900 Watch static root and reload on change commit b85efc5 Author: bigfood <[email protected]> Date: Tue Aug 1 14:32:59 2023 +0900 Remove unsuing function overwrite_hot_reload_script_with_empty_file commit 66f2d09 Author: bigfood <[email protected]> Date: Tue Aug 1 14:28:48 2023 +0900 Restore hot reload script commit 9691be9 Author: bigfood <[email protected]> Date: Tue Aug 1 12:42:32 2023 +0900 Revert "Restore hotReload script" This reverts commit a4c85ae. commit a4c85ae Author: bigfood <[email protected]> Date: Tue Aug 1 12:38:56 2023 +0900 Restore hotReload script commit 8cbb6df Author: namse <[email protected]> Date: Mon Jul 31 19:18:58 2023 +0000 SEX commit bd947db Author: namse <[email protected]> Date: Mon Jul 31 18:55:53 2023 +0000 Check sab flag commit 78ac9e3 Author: namse <[email protected]> Date: Mon Jul 31 18:25:30 2023 +0000 WIP Luda editor commit 990dffc Author: namse <[email protected]> Date: Mon Jul 31 18:25:19 2023 +0000 Remove fetched result in worker commit eb50792 Author: namse <[email protected]> Date: Mon Jul 31 18:24:51 2023 +0000 Add localhost:8080 ignore token commit 625babf Author: namse <[email protected]> Date: Mon Jul 31 16:20:27 2023 +0000 WIP: Custom tokio and fetch commit dcb87cb Author: namse <[email protected]> Date: Mon Jul 31 12:30:23 2023 +0000 Before make custom spawn_local commit ba4751e Author: namse <[email protected]> Date: Mon Jul 31 10:19:11 2023 +0000 WIP: Restore prebuilt commit 746a786 Author: namse <[email protected]> Date: Mon Jul 31 10:18:45 2023 +0000 Remove logs commit f561e26 Author: namse <[email protected]> Date: Mon Jul 31 08:53:24 2023 +0000 Merge hooks to namui commit 39206b7 Author: namse <[email protected]> Date: Mon Jul 31 07:41:56 2023 +0000 Remove unused code commit 71b2956 Author: namse <[email protected]> Date: Mon Jul 31 07:41:21 2023 +0000 Only flush canvas when it flushed commit 71019e6 Author: namse <[email protected]> Date: Mon Jul 31 07:41:08 2023 +0000 Watch webCode on namui start commit 489a622 Author: namse <[email protected]> Date: Mon Jul 31 07:36:13 2023 +0000 Install deps and build webCode in namui-cli commit e12bccf Author: namse <[email protected]> Date: Mon Jul 31 06:33:01 2023 +0000 Clean up www folder commit 7ec47ba Author: namse <[email protected]> Date: Mon Jul 31 06:28:10 2023 +0000 Remove main from git commit 411af26 Author: bigfood <[email protected]> Date: Mon Jul 31 14:19:01 2023 +0900 Register web events commit 64ff0ff Author: namse <[email protected]> Date: Sun Jul 30 16:53:26 2023 +0000 Update memo on signal update commit dfb8945 Author: namse <[email protected]> Date: Sun Jul 30 16:39:07 2023 +0000 Wire up re-render commit 24bd9dd Author: namse <[email protected]> Date: Sun Jul 30 13:47:21 2023 +0000 Bye bye static idb commit cda78a1 Author: namse <[email protected]> Date: Sun Jul 30 13:46:37 2023 +0000 Set up async messaging commit ad9ef94 Author: namse <[email protected]> Date: Sun Jul 30 13:44:41 2023 +0000 Add node resolve in rollup config commit cc97cf6 Author: namse <[email protected]> Date: Sun Jul 30 08:41:13 2023 +0000 WIP: Let's go to worker! commit c12fdd3 Author: namse <[email protected]> Date: Sat Jul 29 15:56:57 2023 +0000 Use local lifetime commit de1534e Author: namse <[email protected]> Date: Thu Jul 27 15:05:15 2023 +0000 Remove unused crate commit 016a41a Merge: 85a106c e49c622 Author: Nam Se Hyun <[email protected]> Date: Fri Jul 28 00:04:13 2023 +0900 Merge branch 'master' into namui/hooks2 commit 85a106c Author: namse <[email protected]> Date: Thu Jul 27 15:02:12 2023 +0000 Add readme commit 2d05bd7 Author: namse <[email protected]> Date: Thu Jul 27 15:00:15 2023 +0000 Fix commit 48a862f Author: namse <[email protected]> Date: Thu Jul 27 09:29:23 2023 +0000 FUCK YEAH Event, clip, on_top! commit 2e7d311 Author: namse <[email protected]> Date: Thu Jul 27 08:30:55 2023 +0000 Translate commit ead403e Author: namse <[email protected]> Date: Thu Jul 27 07:10:18 2023 +0000 Support use_atom commit 1096802 Author: namse <[email protected]> Date: Thu Jul 27 07:05:23 2023 +0000 Check child component type id equality commit 811884a Author: namse <[email protected]> Date: Thu Jul 27 05:27:28 2023 +0000 Ok, Hookv2 ready! commit 66ab9fe Author: namse <[email protected]> Date: Wed Jul 26 18:31:36 2023 +0000 Atom commit 4d52667 Author: namse <[email protected]> Date: Wed Jul 26 17:57:29 2023 +0000 Effect commit 394a1ca Author: namse <[email protected]> Date: Wed Jul 26 17:51:24 2023 +0000 Support memo commit 650f273 Author: namse <[email protected]> Date: Wed Jul 26 17:39:11 2023 +0000 SetState commit 1f4fb41 Author: namse <[email protected]> Date: Wed Jul 26 16:47:26 2023 +0000 Event visit commit 2ee40fc Author: namse <[email protected]> Date: Wed Jul 26 16:33:33 2023 +0000 Full rendering wip commit 2f529d0 Author: namse <[email protected]> Date: Wed Jul 26 11:18:23 2023 +0000 Remove log commit 45d35dd Author: namse <[email protected]> Date: Wed Jul 26 11:13:55 2023 +0000 Fuck yeah commit 6df2317 Author: namse <[email protected]> Date: Tue Jul 25 16:11:23 2023 +0000 HMM commit 9857d8e Author: Nam Se Hyun <[email protected]> Date: Mon Aug 28 11:26:42 2023 +0900 Optimize complete_put_psd with rayon (#602) commit fb6105e Author: bigfoodK <[email protected]> Date: Fri Aug 25 18:12:39 2023 +0900 Ignore luda-adventure (#591) commit e13c13b Author: Nam Se Hyun <[email protected]> Date: Tue Aug 22 20:09:17 2023 +0900 Archive namui-animation-editor (#590) commit 82ab65e Author: bigfoodK <[email protected]> Date: Sun Jul 30 17:10:04 2023 +0900 Add quick fix action wrapping code in block (#588)
namse
approved these changes
Aug 29, 2023
luda-editor/client/src/pages/sequence_edit_page/components/character_editor/cg_picker.rs
Outdated
Show resolved
Hide resolved
luda-editor/client/src/pages/sequence_edit_page/components/character_editor/mod.rs
Outdated
Show resolved
Hide resolved
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Namui
Cli