openpencil/crates
Kayshen-X f4eec05ece fix(editor): don't drift locked/hidden nodes in the scene on native node drag
The incremental scene patch built its id list with only the flex-flow filter,
but translate_selected also skips non-editable (locked / hidden) nodes. A
selection containing a locked node would translate it in the scene mid-drag,
then snap it back on the release-time reconversion. Apply the same is_editable
filter the document mutator uses (parity with the web host fix). +regression
test.
2026-06-19 15:30:47 +08:00
..
op-acp Merge remote-tracking branch 'origin/codex/jian-widgets-plan' into v0.8.0-new 2026-06-14 13:56:56 +08:00
op-ai feat(ai): provider trait + ACP session options batch 2026-06-12 23:26:39 +08:00
op-ai-skills feat(ai): polish rust design agent workflow 2026-06-15 21:19:18 +08:00
op-app feat(mcp): expand rust editor mcp surface 2026-06-05 22:19:08 +08:00
op-cli feat(process): extract shared process io primitives 2026-06-14 10:54:26 +08:00
op-codegen feat(editor): support generated widgets and design tools 2026-06-14 20:25:45 +08:00
op-config-store feat(config): add shared OpenPencil config store 2026-06-14 10:17:22 +08:00
op-design-lint feat(editor): support generated widgets and design tools 2026-06-14 20:25:45 +08:00
op-editor-core fix(web): reset sync document before web mount 2026-06-19 02:01:46 +08:00
op-editor-host-core fix(web): forward chat history to daemon 2026-06-19 05:51:31 +08:00
op-editor-ui perf: lazy-load the iconify brand-logo catalog off the web first-load 2026-06-19 14:32:47 +08:00
op-figma feat(editor): support generated widgets and ai canvas polish 2026-06-14 17:29:16 +08:00
op-git fix(ci): address rust check failures 2026-06-19 03:03:33 +08:00
op-host-desktop perf: lazy-load the iconify brand-logo catalog off the web first-load 2026-06-19 14:32:47 +08:00
op-host-native fix(editor): don't drift locked/hidden nodes in the scene on native node drag 2026-06-19 15:30:47 +08:00
op-host-web perf(editor): patch the scene incrementally on web node drag 2026-06-19 15:13:24 +08:00
op-i18n chore(i18n): locale keys for pickers, image section, kit + preset surfaces 2026-06-12 23:28:07 +08:00
op-mcp feat(editor): support generated widgets and design tools 2026-06-14 20:25:45 +08:00
op-opmerge
op-orchestrator feat(ai): polish rust design agent workflow 2026-06-15 21:19:18 +08:00
op-pen-loader perf(editor): cache skia text measurements across reconversions 2026-06-19 15:13:23 +08:00
op-process-io feat(editor): support generated widgets and ai canvas polish 2026-06-14 17:29:16 +08:00
op-rpc-transport feat(rpc): extract shared JSON-RPC transport 2026-06-14 10:33:21 +08:00
op-smoke Merge remote-tracking branch 'origin/codex/jian-widgets-plan' into v0.8.0-new 2026-06-14 13:56:56 +08:00
CLAUDE.md refactor(editor): migrate property and variables inputs to shared text state 2026-06-14 00:56:23 +08:00