Sweden-Number/dlls/riched20
Dylan Smith 297716e01c richedit: Made sure text is offset by formatting rectangle.
The formatting rectangle is set with EM_SETRECT, and retrieved with
EM_GETRECT, so it corresponds to rcFormat in the code.  This defines the
area that the richedit control should draw the text so that it is
offset by the top-left corner of the formatting rectangle, and clipped
so that it doesn't draw past the bottom or right hand side.  Thus this
is important for implementing windowless richedit controls to not
interfere with the rest of the window.
2008-12-18 14:19:40 +01:00
..
tests richedit: Made sure text is offset by formatting rectangle. 2008-12-18 14:19:40 +01:00
Makefile.in richedit: Handle tab key properly within table cells. 2008-08-18 14:34:10 +02:00
caret.c richedit: Made sure text is offset by formatting rectangle. 2008-12-18 14:19:40 +01:00
clipboard.c riched20: Remove superflous casts. 2008-11-04 11:26:12 +01:00
context.c
editor.c richedit: Made sure text is offset by formatting rectangle. 2008-12-18 14:19:40 +01:00
editor.h richedit: Removed unused ME_AutoURLDetect function. 2008-11-17 13:57:56 +01:00
editstr.h richedit: Made sure text is offset by formatting rectangle. 2008-12-18 14:19:40 +01:00
list.c riched20: Remove redundant NULL check before HeapFree (Smatch). 2008-08-19 12:55:00 +02:00
ocr_reverse.cur
paint.c richedit: Made sure text is offset by formatting rectangle. 2008-12-18 14:19:40 +01:00
para.c riched20: Remove superflous casts. 2008-11-04 11:26:12 +01:00
reader.c riched20: Sign-compare warnings fix. 2008-11-06 11:09:41 +01:00
res.h
riched20.spec
richole.c riched20: Implement ITextDocument_fnGetSelection. 2008-06-26 21:07:31 +02:00
row.c
rtf.h richedit: Removed unused hwndEdit variable for the RTF parser. 2008-12-15 13:20:01 +01:00
run.c richedit: Made sure text is offset by formatting rectangle. 2008-12-18 14:19:40 +01:00
string.c riched20: Remove superflous casts. 2008-11-04 11:26:12 +01:00
style.c richedit: Enforce the maximum font size. 2008-07-14 12:22:13 +02:00
table.c richedit: Made sure table row gap/offset is copied on append row. 2008-10-01 11:41:01 -05:00
txtsrv.c riched20: Add spare area to ITextServicesImpl to work around broken apps. 2008-10-13 11:45:23 +02:00
undo.c richedit: Make sure border properties are saved for undo/redo. 2008-10-01 11:39:56 -05:00
version.rc
wrap.c richedit: Made sure text is offset by formatting rectangle. 2008-12-18 14:19:40 +01:00
writer.c riched20: Sign-compare warnings fix. 2008-11-06 11:09:41 +01:00