Sweden-Number/dlls/riched20
Dylan Smith dcbc22b985 richedit: Send EN_SELCHANGE after wrapping but before EN_CHANGE.
The call to ME_SendSelChange cannot be done in ME_CommitUndo like it was
before, because it must be done after wrapping.  Native richedit controls
send EN_CHANGE first, which is sent in ME_UpdateRepaint, so
ME_SendSelChange must be before this notification in ME_UpdateRepaint.
2010-05-19 11:17:55 +02:00
..
tests riched20: Avoid using long. 2010-05-17 12:42:33 +02:00
Makefile.in
caret.c riched20: Remove variables yprev and ys which are not really used from ME_ArrowPageUp. 2010-05-17 12:42:31 +02:00
clipboard.c
context.c
editor.c richedit: Revert commit that caused a regression. (Bug 22758). 2010-05-19 11:17:55 +02:00
editor.h
editstr.h
list.c
ocr_reverse.cur
paint.c richedit: Send EN_SELCHANGE after wrapping but before EN_CHANGE. 2010-05-19 11:17:55 +02:00
para.c
reader.c
res.h
riched20.spec
richole.c richedit: Revert commit that caused a regression. (Bug 22758). 2010-05-19 11:17:55 +02:00
row.c
rtf.h riched20: Avoid using long. 2010-05-17 12:42:33 +02:00
run.c
string.c
style.c
table.c
txthost.c
txtsrv.c
undo.c richedit: Send EN_SELCHANGE after wrapping but before EN_CHANGE. 2010-05-19 11:17:55 +02:00
version.rc
wrap.c
writer.c