wine/dlls/riched20
Santino Mazza c5daf6a30f riched20: Call ME_UpdateRepaint instead of editor_ensure_visible in set_selection.
To prevent cases where ME_WrapMarkedParagraphs has not been called causing a NULL
pointer when editor_ensure_visible tries to get the row from the cursor.
2023-06-09 23:37:14 +02:00
..
tests riched20: Call ME_UpdateRepaint instead of editor_ensure_visible in set_selection. 2023-06-09 23:37:14 +02:00
caret.c riched20: Update paragraph position in marked tree. 2023-06-09 10:34:51 +02:00
clipboard.c
context.c
editor.c riched20: Call ME_UpdateRepaint instead of editor_ensure_visible in set_selection. 2023-06-09 23:37:14 +02:00
editor.h riched20: Update paragraph position in marked tree. 2023-06-09 10:34:51 +02:00
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 riched20: Update paragraph position in marked tree. 2023-06-09 10:34:51 +02:00
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 riched20: Update paragraph position in marked tree. 2023-06-09 10:34:51 +02:00
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