Skip to content

[0753] 修复 ImGui 空格双插与 macOS 中文输入法#4000

Merged
Yuki-Nagori merged 4 commits into
mainfrom
zzy/0753
Jul 20, 2026
Merged

[0753] 修复 ImGui 空格双插与 macOS 中文输入法#4000
Yuki-Nagori merged 4 commits into
mainfrom
zzy/0753

Conversation

@JimZhouZZY

Copy link
Copy Markdown
Contributor

No description provided.

JimZhouZZY and others added 4 commits July 17, 2026 09:30
Co-Authored-By: Claude <noreply@anthropic.com>
空格双插:char 回调跳过条件由 <32 改为 <=32,让空格只走 key 回调(kbd-space)。

macOS IME:新增 im_ime_macos.mm 交换 GLFWContentView 的 NSTextInputClient 捕获预编辑/提交,复用 WASM 的 pre-edit 队列;key 回调在合成期用自维护标志抑制;正确处理 NSAttributedString。

Co-Authored-By: Claude <noreply@anthropic.com>
@JimZhouZZY JimZhouZZY changed the title Zzy/0753 [0753] 修复 ImGui 空格双插与 macOS 中文输入法 Jul 17, 2026

@Yuki-Nagori Yuki-Nagori left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Yuki-Nagori
Yuki-Nagori merged commit 2f33f69 into main Jul 20, 2026
7 checks passed
@Yuki-Nagori
Yuki-Nagori deleted the zzy/0753 branch July 20, 2026 08:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants