reactos/dll/win32/imm32
Katayama Hirofumi MZ 3b2fdc56bd
[IMM32][SDK][NTUSER][IMM32_WINETEST] Add CtfImmGenerateMessage (#6037)
Implementing advanced text service...

- Add CtfImmGenerateMessage function.
- Modify imm32.spec.
- Move TRANSMSG, TRANSMSGLIST etc. in
  win32ss/include/ntuser.h to <immdev.h>.
- Move win32ss/include/imetable.h to
  sdk/include/reactos/imetable.h.
- Move dll/win32/imm32/CtfImeTable.h to
  sdk/include/reactos/CtfImeTable.h.
- Fix build failure of imm32_winetest due
  to TRANSMSG redefinition.

CORE-19268
2023-11-25 22:46:00 +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
CMakeLists.txt [IMM32][SDK] Implement IME Soft Keyboard Type T1 (#6021) 2023-11-24 23:02:19 +09:00
compstr.c
ctf.c [IMM32][SDK][NTUSER][IMM32_WINETEST] Add CtfImmGenerateMessage (#6037) 2023-11-25 22:46:00 +09:00
guideline.c
ime.c [IMM32][SDK][NTUSER][IMM32_WINETEST] Add CtfImmGenerateMessage (#6037) 2023-11-25 22:46:00 +09:00
imm.c [IMM32][SDK] Implement software keyboard, Part 1 (#5865) 2023-11-04 05:58:17 +09:00
imm32.rc [IMM32][SDK] Implement IME Soft Keyboard Type T1 (#6021) 2023-11-24 23:02:19 +09:00
imm32.spec [IMM32][SDK][NTUSER][IMM32_WINETEST] Add CtfImmGenerateMessage (#6037) 2023-11-25 22:46:00 +09:00
keymsg.c
precomp.h
regword.c
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
win3.c