reactos/dll/win32/riched20
Katayama Hirofumi MZ 31f3eb1d57
[RICHED20] RichEdit: CompForm and CandForm (#5257)
Correctly display the composition window and the candidate window.
- At update_caret function, set the position and font of the composition window.
- We don't use internal composition string. Rely on the composition window.
- Improve WM_IME_SETCONTEXT, WM_IME_CONTROL, WM_IME_SELECT, WM_IME_STARTCOMPOSITION, WM_IME_COMPOSITION and WM_IME_ENDCOMPOSITION message handlings.
CORE-11700
2023-04-28 08:28:57 +09:00
..
caret.c [RICHED20] RichEdit: CompForm and CandForm (#5257) 2023-04-28 08:28:57 +09:00
clipboard.c
CMakeLists.txt
context.c
editor.c [RICHED20] RichEdit: CompForm and CandForm (#5257) 2023-04-28 08:28:57 +09:00
editor.h
editstr.h [RICHED20] RichEdit: CompForm and CandForm (#5257) 2023-04-28 08:28:57 +09:00
list.c
ocr_reverse.cur
paint.c [RICHED20] Fail elegantly if pRow or pPara is NULL on ME_EnsureVisible (#4126) 2021-11-28 22:23:04 +09:00
para.c
precomp.h
reader.c
res.h
riched20.spec
riched20_ros.diff
riched_tom.idl
riched_tom.rgs
richole.c
row.c
rtf.h
run.c
string.c [RICHED20] Fix word break procedure for punct (#5021) 2023-02-01 18:29:41 +09:00
style.c [RICHED20] select_style(): Check font_cache too 2021-11-21 13:07:59 -05:00
table.c
txthost.c [RICHED20] Decorate thiscall functions as such. ROSTESTS-375 CORE-17021 2021-11-14 12:54:01 -05:00
txtsrv.c [RICHED20] Decorate thiscall functions as such. ROSTESTS-375 CORE-17021 2021-11-14 12:54:01 -05:00
undo.c
version.rc
wrap.c
writer.c