Katayama Hirofumi MZ
|
e1df4f2d8f
|
[IMM32] Add reasoning for tracing (#4807)
Follow-up of c2a9436 (#4798).
Improve trace messages.
CORE-11700
|
2022-10-26 12:01:33 +09:00 |
|
Katayama Hirofumi MZ
|
c2a943653e
|
[IMM32] Improve debuggability at all (#4798)
- Strengthen tracing.
- Introduce IS_NULL_UNEXPECTEDLY, IS_ZERO_UNEXPECTEDLY etc. macros to manage tracing.
CORE-11700
|
2022-10-23 09:51:24 +09:00 |
|
Katayama Hirofumi MZ
|
6585803681
|
[IMM32] Add uCodePage parameter to Imm32WideFromAnsi/Imm32AnsiFromWide
This needs for multiple codepage support.
CORE-11700
|
2022-10-21 16:04:59 +09:00 |
|
Katayama Hirofumi MZ
|
6541c423f4
|
[IMM32] Add more 'Win:' comments (#4423)
CORE-11700
|
2022-03-31 19:36:11 +09:00 |
|
Katayama Hirofumi MZ
|
89846a2977
|
[IMM32] Renaming: worker functions (#4420)
Renaming: s/Imm32SetCompositionStringAW/ImmSetCompositionStringAW
Renaming: s/Imm32GetImeMenuItemsAW/ImmGetImeMenuItemsAW/
Renaming: s/Imm32RequestMessageAW/ImmRequestMessageAW/
CORE-11700
|
2022-03-31 14:34:08 +09:00 |
|
Oleg Dubinskiy
|
5d81de7d5b
|
[REACTOS] Update email in all my copyrights (#4415)
Change it to Gmail, because Yandex disabled ua domain, which was used in my previous email.
|
2022-03-31 01:53:30 +02:00 |
|
Katayama Hirofumi MZ
|
46518ad601
|
[IMM32] Renaming: s/Imm32HeapAlloc/ImmLocalAlloc/
s/Imm32HeapFree/ImmLocalFree/
CORE-11700
|
2022-03-29 18:02:25 +09:00 |
|
Katayama Hirofumi MZ
|
cdf3b5e85a
|
[NTUSER] Implement NtUserQueryInputContext (#4227)
Co-authored-by: Hermès BÉLUSCA - MAÏTO <hermes.belusca-maito@reactos.org>
- Modify NtUserQueryInputContext prototype.
- Implement NtUserQueryInputContext function.
- Add enum QUERY_INPUT_CONTEXT (QIC_*) to undocuser.h.
CORE-11700
|
2022-01-01 20:56:50 +09:00 |
|
Katayama Hirofumi MZ
|
aa8fc872a0
|
[IMM32][IMM32_WINETEST] Re-implement ImmSetCompositionStringA/W (#4040)
- Modify ImmSetCompositionStringA and ImmSetCompositionStringW prototypes (removing const of two arguments).
- Add Imm32OpenICAndCS helper function.
- Implement Imm32SetCompositionStringAW function.
- Modify imm32_winetest (due to removal of const).
CORE-11700
|
2021-10-17 19:32:48 +09:00 |
|
Katayama Hirofumi MZ
|
bfb7bd05a4
|
[IMM32] Re-implement ImmGetCompositionStringA/W (#4026)
- Re-implement ImmGetCompositionStringA and ImmGetCompositionStringW functions.
- Add Imm32CompStrAnsiToWide, Imm32CompStrWideToAnsi, Imm32CompAttrWideToAnsi, Imm32CompAttrAnsiToWide, Imm32CompClauseAnsiToWide, and Imm32CompClauseWideToAnsi helper functions.
CORE-11700
|
2021-10-14 08:07:06 +09:00 |
|
Katayama Hirofumi MZ
|
d14d3dedcb
|
[IMM32] Move Imm(Get|Set)CompositionStringA/W (#4021)
- Add new file compstr.c.
- Move ImmGetCompositionStringA, ImmGetCompositionStringW, ImmSetCompositionStringA, and ImmSetCompositionStringW functions into compstr.c.
- Half-implement ImmGetCompositionStringA/W.
CORE-11700
|
2021-10-12 13:10:01 +09:00 |
|