wine/dlls/riched20
Rémi Bernon de45bc33a7 riched20: Update the editor IME position on GCS_RESULTSTR.
So that a GCS_RESULTSTR followed by GCS_COMPSTR, without interruping the
composition, begins inserting the new composition text after the result
instead of before it.
2023-05-04 18:48:48 +02:00
..
tests riched20/tests: Fix a typo in a comment. 2023-03-07 17:25:08 +01:00
caret.c riched20: Don't set para unless committing cursor move in ME_MoveCursorWords. 2023-02-28 09:46:43 +01:00
clipboard.c
context.c
editor.c riched20: Update the editor IME position on GCS_RESULTSTR. 2023-05-04 18:48:48 +02:00
editor.h
editstr.h riched20: Implement ITextDocument::Freeze and ITextDocument::Unfreeze. 2023-03-07 17:25:08 +01:00
list.c
Makefile.in
ocr_reverse.cur
ocr_reverse.svg
paint.c riched20: Implement ITextDocument::Freeze and ITextDocument::Unfreeze. 2023-03-07 17:25:08 +01:00
para.c
reader.c
res.h
riched20.spec
riched_tom.idl
richole.c riched20: Implement ITextDocument::Freeze and ITextDocument::Unfreeze. 2023-03-07 17:25:08 +01:00
row.c
rtf.h
run.c
string.c
style.c
table.c
txthost.c riched20: Implement ITextDocument::Freeze and ITextDocument::Unfreeze. 2023-03-07 17:25:08 +01:00
txtsrv.c riched20: Implement ITextDocument::Freeze and ITextDocument::Unfreeze. 2023-03-07 17:25:08 +01:00
undo.c
version.rc
wrap.c
writer.c