Commit Graph

134 Commits

Author SHA1 Message Date
df8f433fbb refactor(new_editor): streamline internal layout and command routing 2026-04-15 19:30:58 +08:00
aec7d79d83 fix(new_editor/cursor): stabilize multi-window resize cursors 2026-04-15 13:44:07 +08:00
608f33d4d3 fix(new_editor/docking): darken overlay and use full center preview 2026-04-15 13:37:39 +08:00
7e21e3887e fix(new_editor/docking): restore cross-window drop preview 2026-04-15 13:22:58 +08:00
2605608685 fix(new_editor/tab-drag): keep floating window under cursor 2026-04-15 13:03:44 +08:00
d501e895eb fix(new_editor/window): move detached root tab into title bar 2026-04-15 12:38:45 +08:00
92ba032660 refactor(new_editor/fields): split color field rendering 2026-04-15 11:59:12 +08:00
d17ddffdef refactor(new_editor/shell): split shell interaction responsibilities 2026-04-15 11:52:30 +08:00
78548b610c refactor(new_editor/fields): split property grid rendering and interaction 2026-04-15 11:42:56 +08:00
4fa178cfd1 refactor(new_editor/docking): split dock host interaction helpers 2026-04-15 11:23:39 +08:00
1c84520738 refactor(new_editor/docking): split dock host rendering and hit testing 2026-04-15 11:18:48 +08:00
701ddd9e9d refactor(new_editor/workspace): split workspace controller responsibilities 2026-04-15 11:13:16 +08:00
feffa36692 refactor(new_editor/workspace): split workspace model responsibilities 2026-04-15 11:08:18 +08:00
57f61b05eb refactor(new_editor/app): split editor window frame runtime 2026-04-15 10:47:57 +08:00
b5ca544d31 refactor(new_editor/app): unify borderless dwm attribute dispatch 2026-04-15 10:42:58 +08:00
e95bdb3149 refactor(new_editor/app): split viewport render target cleanup 2026-04-15 10:40:37 +08:00
2606d15e26 refactor(new_editor/app): split native renderer draw responsibilities 2026-04-15 10:36:09 +08:00
5e2693a16a refactor(new_editor/app): move entry point and split window synchronization 2026-04-15 10:31:01 +08:00
1c9f9a835d refactor(new_editor/app): isolate cross-window drop support 2026-04-15 08:56:57 +08:00
302a13bc99 refactor(new_editor/app): split native renderer lifecycle hotspots 2026-04-15 08:49:14 +08:00
0e7bf8d16e refactor(new_editor/app): split frame support and texture decoding 2026-04-15 08:45:04 +08:00
f049d9d29e refactor(new_editor/app): split window manager and editor context hotspots 2026-04-15 08:37:07 +08:00
9e5954cf0a refactor(new_editor/app): reorganize host structure and add smoke test 2026-04-15 08:24:06 +08:00
f064d6ed68 Extract camera frame fullscreen stage planner 2026-04-15 00:53:51 +08:00
8232f59276 Extract camera frame render-graph recording session 2026-04-15 00:01:37 +08:00
bc6fb25ff0 Fix XCUI editor app composition source paths 2026-04-14 23:43:44 +08:00
3e5b7287c7 Split camera frame render-graph stage recording helpers 2026-04-14 23:33:35 +08:00
3e6e997485 Refine detached tab drag host behavior 2026-04-14 16:56:30 +08:00
307259091e Implement multi-window detached tab host flow 2026-04-14 16:19:23 +08:00
3f871a4f45 Lay groundwork for detached editor windows 2026-04-14 15:07:52 +08:00
91c62c6b14 Refine new editor shell host and embedded icons 2026-04-14 14:41:45 +08:00
72d09a1c49 Fix editor host resize and dock splitter behavior 2026-04-14 03:34:31 +08:00
ba91e0f5dd Fix borderless host resize presentation ordering 2026-04-14 01:42:44 +08:00
9064c2f5f2 Add borderless editor host chrome 2026-04-14 01:14:45 +08:00
c3d443eb85 Reduce host swap chain latency 2026-04-14 00:25:57 +08:00
d705cc839b Reduce redundant resize repaint passes 2026-04-13 23:38:45 +08:00
4362008b39 Refactor new editor host resize pipeline 2026-04-13 23:09:02 +08:00
5b89c2bb76 Separate viewport target and descriptor ownership 2026-04-13 19:57:25 +08:00
f3fc34898a Refactor new editor host orchestration 2026-04-13 19:37:10 +08:00
d2140bf5cc Checkpoint current new editor host iteration 2026-04-13 18:52:30 +08:00
0cc3d6da46 Fix new editor window resize presentation 2026-04-13 12:20:25 +08:00
0f60f0f657 Carry backing resource in UI texture handles 2026-04-12 23:25:18 +08:00
dd3731ba66 Execute viewport offscreen frames through D3D12 host 2026-04-12 23:21:59 +08:00
941034b387 Wire viewport shell host chain and move host under app 2026-04-12 23:13:00 +08:00
b7ce8618d2 Advance new editor hosted panels and state flow 2026-04-12 11:12:27 +08:00
7ad4bfbb1c Extract new editor host command session bridge 2026-04-12 01:49:08 +08:00
838f676fa6 Refactor new editor app context and workspace shell 2026-04-12 01:29:00 +08:00
0ff02150c0 Refine editor tree alignment and project panel events 2026-04-11 22:31:14 +08:00
8848cfd958 chore: checkpoint current workspace changes 2026-04-11 22:14:02 +08:00
3e55f8c204 fix(editor_ui): resolve splitter and tab drag gesture conflict 2026-04-11 20:33:53 +08:00