1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 03:45:57 +00:00
wine/dlls/riched20
2022-11-22 18:27:31 +01:00
..
tests riched20: Fix failing test in UTF8 locales. 2022-11-10 22:00:34 +01:00
caret.c
clipboard.c riched20: Call GlobalReAlloc with GMEM_MOVEABLE flag. 2022-11-22 18:27:31 +01:00
context.c
editor.c riched20: Ensure that cursor is visible when selecting text. 2022-07-28 17:34:02 +02:00
editor.h riched20: Implement ITextDocument::Undo and ITextDocument::Redo. 2022-07-14 10:32:09 +02:00
editstr.h riched20: Add undo control state variable to ME_TextEditor. 2022-07-14 10:32:09 +02:00
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: Implement ITextDocument::Undo and ITextDocument::Redo. 2022-07-14 10:32:09 +02:00
row.c
rtf.h
run.c riched20: Remove duplicate code. 2022-07-26 10:07:10 +02:00
string.c
style.c
table.c
txthost.c riched20: Don't emit EN_CHANGE events during window creation. 2022-11-08 21:32:53 +01:00
txtsrv.c
undo.c riched20: Implement ITextDocument::Undo and ITextDocument::Redo. 2022-07-14 10:32:09 +02:00
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