Sweden-Number/dlls/riched20
Rob Shearman 4bff248783 riched20: Always treat the nCount variable in the EM_GETTEXTEX handler as a character count.
Convert ex->cb into a character count before assigning it to nCount.

Remove some dubious minus ones that would result in different character 
counts for the Unicode and ANSI paths.
2008-01-21 12:35:18 +01:00
..
tests riched20/tests: Avoid using size_t in traces. 2007-12-14 14:31:35 +01:00
Makefile.in
caret.c richedit: Small optimisation in ME_GetSelectionInsertStyle. 2008-01-02 13:55:24 +01:00
clipboard.c riched20: Rename the wrappers around HeapAlloc() &Co to use the new standard naming. 2007-12-08 19:54:58 +01:00
context.c richedit: Optimizations for the style selection. 2008-01-02 13:57:37 +01:00
editor.c riched20: Always treat the nCount variable in the EM_GETTEXTEX handler as a character count. 2008-01-21 12:35:18 +01:00
editor.h richedit: Simplify first para style handling by creating a context. 2008-01-02 13:58:09 +01:00
editstr.h richedit: Optimizations for the style selection. 2008-01-02 13:57:37 +01:00
list.c
ocr_reverse.cur riched20: Implement ECO/EM SELECTIONBAR. 2007-12-17 11:34:40 +01:00
paint.c richedit: Check return of GetScrollInfo before accessing the returned structure. 2008-01-07 12:14:10 +01:00
para.c richedit: Simplify first para style handling by creating a context. 2008-01-02 13:58:09 +01:00
reader.c riched20: Remove a redundant parameter from trace. 2007-12-20 12:17:26 +01:00
res.h riched20: Implement ECO/EM SELECTIONBAR. 2007-12-17 11:34:40 +01:00
riched20.spec
richole.c riched20: Remove unneeded casts. 2008-01-17 13:42:14 +01:00
row.c
rtf.h Spelling fixes. 2008-01-03 13:08:54 +01:00
run.c richedit: Uniformly handle the bPitchAndFamily field out of CHARFORMAT. 2008-01-07 12:14:24 +01:00
string.c
style.c riched20: Don't clear CFM_UNDERLINE flag when applying styles where it is set. 2008-01-21 11:51:15 +01:00
txtsrv.c
undo.c
version.rc riched20: Implement ECO/EM SELECTIONBAR. 2007-12-17 11:34:40 +01:00
wrap.c richedit: Optimizations for the style selection. 2008-01-02 13:57:37 +01:00
writer.c