Sweden-Number/dlls/riched20
Dylan Smith 0deb3d04ed richedit: Scrollinfo stored as 16-bit values externally.
The application Blitzin2 was sending WM_VSCROLL messages to the
richedit control directly, when normally this message is supposed to
be a notification sent after the scrollinfo is set.  Native richedit
controls always use the 16-bit value passed to this message to set the
scroll position for SB_THUMBPOSITION, rather than trying to find a
32-bit value through GetScrollInfo like I had previously done.
2009-07-22 11:08:33 +02:00
..
tests
Makefile.in
caret.c
clipboard.c
context.c
editor.c richedit: Scrollinfo stored as 16-bit values externally. 2009-07-22 11:08:33 +02:00
editor.h
editstr.h
list.c
ocr_reverse.cur
paint.c richedit: Scrollinfo stored as 16-bit values externally. 2009-07-22 11:08:33 +02:00
para.c
reader.c richedit: Properly restore style after end of rtf group. 2009-07-20 12:18:43 +02:00
res.h
riched20.spec
richole.c
row.c
rtf.h richedit: Properly restore style after end of rtf group. 2009-07-20 12:18:43 +02:00
run.c
string.c
style.c
table.c
txthost.c
txtsrv.c
undo.c
version.rc
wrap.c
writer.c