Sweden-Number/dlls/riched20
Dylan Smith 3fe20bdc7e richedit: Handle to parent window is cached.
The parent window for the richedit control on creation is the one that
receives notify messages, even after the parent has been changed using
SetParent.
2009-09-30 17:41:06 +02:00
..
tests richedit: Handle to parent window is cached. 2009-09-30 17:41:06 +02:00
Makefile.in richedit: Implemented ITextServices TxGetText and TxSetText. 2009-01-21 11:55:36 +01:00
caret.c richedit: Use ITextHost interface in ME_LinkNotify. 2009-09-28 12:54:16 +02:00
clipboard.c richedit: Use ME_Cursor instead of offsets for stream out functions. 2009-08-13 15:35:28 +02:00
context.c richedit: Use width from EM_SETTARGETDEVICE for wrapping. 2009-02-02 15:21:44 +01:00
editor.c richedit: Handle to parent window is cached. 2009-09-30 17:41:06 +02:00
editor.h richedit: Handle to parent window is cached. 2009-09-30 17:41:06 +02:00
editstr.h richedit: Handle to parent window is cached. 2009-09-30 17:41:06 +02:00
list.c richedit: Created functions to move between runs and track paragraphs. 2009-08-12 17:35:24 +02:00
ocr_reverse.cur riched20: Implement ECO/EM SELECTIONBAR. 2007-12-17 11:34:40 +01:00
paint.c richedit: Added function to get selection cursors in order. 2009-08-12 17:29:30 +02:00
para.c richedit: Use ME_Cursor instead of offsets for ME_SetCharFormat. 2009-08-12 17:35:50 +02:00
reader.c richedit: Properly restore style after end of rtf group. 2009-07-20 12:18:43 +02:00
res.h riched20: Implement ECO/EM SELECTIONBAR. 2007-12-17 11:34:40 +01:00
riched20.spec
richole.c richedit: Use ME_Cursor instead of offsets for copying text. 2009-08-13 15:34:54 +02:00
row.c riched20: Remove unused functions. 2009-02-09 13:21:21 +01:00
rtf.h richedit: Properly restore style after end of rtf group. 2009-07-20 12:18:43 +02:00
run.c richedit: Removed ME_InsertRun since it uses character offsets. 2009-08-13 15:35:07 +02:00
string.c riched20: ME_MakeString() is unused so remove it. 2009-05-15 10:28:20 +02:00
style.c richedit: Added function to get selection cursors in order. 2009-08-12 17:29:30 +02:00
table.c richedit: Replace offsets arg with ME_Cursor for ME_InternalDeleteText. 2009-08-13 15:35:17 +02:00
txthost.c richedit: Handle to parent window is cached. 2009-09-30 17:41:06 +02:00
txtsrv.c richedit: Replace offsets arg with ME_Cursor for ME_InternalDeleteText. 2009-08-13 15:35:17 +02:00
undo.c richedit: Replace offsets arg with ME_Cursor for ME_InternalDeleteText. 2009-08-13 15:35:17 +02:00
version.rc riched20: Implement ECO/EM SELECTIONBAR. 2007-12-17 11:34:40 +01:00
wrap.c richedit: Use ITextHost interface in ME_LinkNotify. 2009-09-28 12:54:16 +02:00
writer.c richedit: Use ME_Cursor instead of offsets for stream out functions. 2009-08-13 15:35:28 +02:00