Sweden-Number/dlls/riched20
Dylan Smith 140fee1790 richedit: Prevent autoscrolling without ES_AUTO[VH]SCROLL style.
When the richedit control is created without the ES_AUTOHSCROLL or the
ES_AUTOVSCROLL, then scrolling isn't done automatically when moving the
cursor with the arrow keys, drag selecting with the mouse, or even from
using the EM_SCROLLCARET (based on testing using a modified version of
wordpad).
2009-07-17 11:22:07 +02:00
..
tests richedit: Add more tests for WM_SETTEXT RTF support. 2009-07-13 10:48:05 +02:00
Makefile.in richedit: Implemented ITextServices TxGetText and TxSetText. 2009-01-21 11:55:36 +01:00
caret.c riched20: Make ME_GetCursorCoordinates() static and remove ME_MustBeWrapped() as it is unused. 2009-05-26 14:10:32 +02:00
clipboard.c riched20: If DataObjectImpl_EnumFormatEtc returns E_NOTIMPL then ensure that returned pointers are nulled. 2009-06-02 12:09:12 +02:00
context.c richedit: Use width from EM_SETTARGETDEVICE for wrapping. 2009-02-02 15:21:44 +01:00
editor.c richedit: Support ascii RTF in WM_SETTEXT even for unicode messages. 2009-07-13 10:48:01 +02:00
editor.h riched20: Make ME_GetCursorCoordinates() static and remove ME_MustBeWrapped() as it is unused. 2009-05-26 14:10:32 +02:00
editstr.h richedit: Removed unused ME_Document structure. 2009-02-17 12:46:56 +01:00
list.c riched20: Remove unused functions. 2009-02-09 13:21:21 +01:00
ocr_reverse.cur riched20: Implement ECO/EM SELECTIONBAR. 2007-12-17 11:34:40 +01:00
paint.c richedit: Prevent autoscrolling without ES_AUTO[VH]SCROLL style. 2009-07-17 11:22:07 +02:00
para.c richedit: Store paragraph in cursors. 2009-02-10 12:59:09 +01:00
reader.c riched20: RTFPeekToken(), RTFExpandStyle() and RTFHexToChar() are unused so remove them. 2009-05-26 14:25:06 +02:00
res.h riched20: Implement ECO/EM SELECTIONBAR. 2007-12-17 11:34:40 +01:00
riched20.spec
richole.c include: Change long to LONG in tom.idl. 2009-03-10 12:06:10 +01:00
row.c riched20: Remove unused functions. 2009-02-09 13:21:21 +01:00
rtf.h riched20: RTFPeekToken(), RTFExpandStyle() and RTFHexToChar() are unused so remove them. 2009-05-26 14:25:06 +02:00
run.c riched20: Make ME_GetCursorCoordinates() static and remove ME_MustBeWrapped() as it is unused. 2009-05-26 14:10:32 +02:00
string.c riched20: ME_MakeString() is unused so remove it. 2009-05-15 10:28:20 +02:00
style.c riched20: Remove unused functions. 2009-02-09 13:21:21 +01:00
table.c richedit: Store paragraph in cursors. 2009-02-10 12:59:09 +01:00
txthost.c riched20: Add appropriate stdcall decorations to assembly functions. 2009-06-15 13:42:26 +02:00
txtsrv.c riched20: Add appropriate stdcall decorations to assembly functions. 2009-06-15 13:42:26 +02:00
undo.c richedit: Store paragraph in cursors. 2009-02-10 12:59:09 +01:00
version.rc riched20: Implement ECO/EM SELECTIONBAR. 2007-12-17 11:34:40 +01:00
wrap.c richedit: Count graphics towards line width. 2009-03-11 13:03:30 +01:00
writer.c riched20: Fix placement of crlf on font table streamout. 2009-04-27 13:24:09 +02:00