reactos/dll/win32/imm32
Katayama Hirofumi MZ 8f719cb97e
[NTUSER][IMM32] Create the default IME window! (retry) (#4463)
The default IME window has to be created for each top-level window in specific condition. It is needed for implementing Japanese input.
- Add IntFocusSetInputContext helper function.
- Call IntFocusSetInputContext after sending WM_KILLFOCUS message.
- Add IntWantImeWindow, co_IntCreateDefaultImeWindow, and IntDestroyOwnedWindows helper functions.
- Create the default IME window (spwndDefaultIme) for the specified window at IntCreateWindow.
- Fix Imm32InternalLockIMC function.
CORE-11700
2022-04-23 07:11:48 +09:00
..
candidate.c [IMM32] Many renamings and 'Win:' info (#4438) 2022-04-09 10:41:39 +09:00
CMakeLists.txt [IMM32] Add ctf.c for Cicero (#4430) 2022-04-07 22:55:33 +09:00
compstr.c [IMM32] Add more 'Win:' comments (#4423) 2022-03-31 19:36:11 +09:00
ctf.c [IMM32] Fix & Rename: s/Imm32LockIMCEx/Imm32InternalLockIMC/ (#4436) 2022-04-08 22:23:30 +09:00
guideline.c [IMM32] Renaming: worker functions (#4420) 2022-03-31 14:34:08 +09:00
ime.c [IMM32] Add Win: comments more (#4449) 2022-04-14 11:23:16 +09:00
imm.c [NTUSER][IMM32] Create the default IME window! (retry) (#4463) 2022-04-23 07:11:48 +09:00
imm32.spec [IMM32] Add ctf.c for Cicero (#4430) 2022-04-07 22:55:33 +09:00
keymsg.c [IMM32] Add more 'Win:' comments (#4423) 2022-03-31 19:36:11 +09:00
precomp.h [IMM32] Add Win: comments more (#4449) 2022-04-14 11:23:16 +09:00
regword.c [IMM32] Renaming: s/ImmLockOrLoadImeDpi/Imm32FindOrLoadImeDpi/ (#4422) 2022-03-31 19:35:31 +09:00
utils.c [IMM32] Improve ImmLockClientImc (#4450) 2022-04-14 14:10:19 +09:00
version.rc
win3.c [IMM32] Renaming: s/Imm32HeapAlloc/ImmLocalAlloc/ 2022-03-29 18:02:25 +09:00