reactos/dll/win32/imm32
Katayama Hirofumi MZ 80c170d7bc
[IMM32][NTUSER] Reduce a little IMM spams (#7077)
Reduce log spams that @julenuri reported.
JIRA issue: CORE-19268
- Use Imm32IsCrossThreadAccess
  instead of IS_CROSS_THREAD_HIMC in
  ImmSetCompositionWindow function.
- Reduce ERR logging in
  NtUserQueryInputContext function.
2024-07-05 05:07:49 +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][NTUSER] Implement CtfImmTIMActivate (#6041) 2023-11-30 17:22:50 +09:00
compstr.c
ctf.c [IMM32] Include ldrfuncs.h for RtlDllShutdownInProgress (#6071) 2023-12-04 13:47:39 +01:00
guideline.c
ime.c [IMM32][NTUSER] Reduce a little IMM spams (#7077) 2024-07-05 05:07:49 +09:00
imm.c [IMM32] Disable some annoying logging (#6249) 2023-12-29 20:57:27 +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 [REACTOS] Standardize <imm.h> and <immdev.h> (#6493) 2024-02-13 20:33:14 +09:00
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 [BOOTDATA][IMM32][NTUSER] Follow-up to #6961 (#6962) 2024-05-29 01:14:52 +09:00
win3.c