reactos/dll/win32/imm32
Katayama Hirofumi MZ 17617221ce
[MSCTFIME][SDK][USER32] Add msctfime.ime (stub) (#6141)
## Overview
1. msctfime.ime is an IME file interface
  for new-style IMEs a.k.a. "Text Input
  Processors" (TIPs).
2. msctfime.ime is loaded as old-style
  IME file at ImmLoadLayout in specific
  condition.
3. msctfime.ime communicates with
  the current TIP (This feature is not
  implemented yet).

## Proposed changes
- Add msctfime module at dll/ime/msctfime.
- The functions in this module are currently
  stub.
- Move IME file interface declarations from
  <imm.h> to <ddk/immdev.h>.
- Modify ImmNotifyIME, NotifyIME, and
  ImeProcessKey prototypes for x64
  compliance.
CORE-19360
2023-12-11 22:37:25 +09:00
..
res [IMM32][SDK] Implement IME Soft Keyboard Type T1 (#6021) 2023-11-24 23:02:19 +09:00
c1keys.h [IMM32] Implement Soft Keyboard Type C1 (#6036) 2023-11-25 18:56:33 +09:00
candidate.c [IMM32] Silence 'Out of boundary' log-spam 2023-02-26 11:57:44 +09:00
CMakeLists.txt [IMM32][SDK][NTUSER] Implement CtfImmTIMActivate (#6041) 2023-11-30 17:22:50 +09:00
compstr.c [IMM32] Fix ImmGetCompositionStringA/W (#5105) 2023-02-27 12:33:45 +09:00
ctf.c [IMM32] Include ldrfuncs.h for RtlDllShutdownInProgress (#6071) 2023-12-04 13:47:39 +01:00
guideline.c [IMM32] Improve debuggability at all (#4798) 2022-10-23 09:51:24 +09:00
ime.c [MSCTFIME][SDK][USER32] Add msctfime.ime (stub) (#6141) 2023-12-11 22:37:25 +09:00
imm.c [IMM32] Rewrite ImmLoadLayout (#6138) 2023-12-09 09:49:57 +09:00
imm32.rc [IMM32][SDK] Implement IME Soft Keyboard Type T1 (#6021) 2023-11-24 23:02:19 +09:00
imm32.spec [MSCTFIME][SDK][USER32] Add msctfime.ime (stub) (#6141) 2023-12-11 22:37:25 +09:00
keymsg.c [IMM32][SDK][NTUSER] Implement ImmProcessKey for Cicero (#6106) 2023-12-03 17:33:22 +09:00
precomp.h [IMM32] Rewrite ImmLoadLayout (#6138) 2023-12-09 09:49:57 +09:00
regword.c [IMM32] Improve debuggability at all (#4798) 2022-10-23 09:51:24 +09:00
resource.h [IMM32][SDK] Implement IME Soft Keyboard Type T1 (#6021) 2023-11-24 23:02:19 +09:00
softkbd.c [IMM32] Implement Soft Keyboard Type C1 (#6036) 2023-11-25 18:56:33 +09:00
t1keys.h [IMM32][SDK] Implement IME Soft Keyboard Type T1 (#6021) 2023-11-24 23:02:19 +09:00
utils.c [IMM32] s/CopyMemory/RtlCopyMemory/ 2023-11-27 16:21:34 +09:00
win3.c [IMM32] Improve debuggability at all (#4798) 2022-10-23 09:51:24 +09:00