1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-09 04:16:08 +00:00
wine/dlls/riched20
Jinoh Kang f77f12ba3b riched20: Ensure MEPF_COMPLEX is unset when in password input mode.
Otherwise, Wine may crash while attempting to fetch the script shaping
information, which does not exist since shape_para() was not called.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53335
Signed-off-by: Jinoh Kang <jinoh.kang.kr@gmail.com>
2022-07-12 22:51:29 +02:00
..
tests riched20/tests: Test for ITextDocument::Undo and ITextDocument::Redo. 2022-07-11 10:33:37 +02:00
caret.c riched20: Fetch extent from object if REOBJECT::sizel is unset. 2022-06-13 19:57:31 +02:00
clipboard.c
context.c
editor.c
editor.h
editstr.h
list.c
Makefile.in
ocr_reverse.cur
ocr_reverse.svg
paint.c
para.c
reader.c
res.h
riched_tom.idl
riched20.spec
richole.c riched20: Commit and wrap paragraphs after changing text properties. 2022-06-20 23:26:50 +02:00
row.c
rtf.h
run.c
string.c
style.c
table.c
txthost.c
txtsrv.c
undo.c
version.rc
wrap.c riched20: Ensure MEPF_COMPLEX is unset when in password input mode. 2022-07-12 22:51:29 +02:00
writer.c