wine/dlls/riched20 wrap.c string.c run.c rtf.h ...

Alexandre Julliard julliard at winehq.org
Thu Mar 17 04:23:40 CST 2005


ChangeSet ID:	16672
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2005/03/17 04:23:40

Modified files:
	dlls/riched20  : wrap.c string.c run.c rtf.h richole.c reader.c 
	                 para.c paint.c editor.h editor.c caret.c 

Log message:
	Krzysztof Foltman <kfoltman at portal.onet.pl>
	- RTF reader doesn't use RichEdit messages anymore (which saves on
	unnecessary repaints)
	- added unicode character support to RTF import (like: \u12345 ?)
	- small fixes
	- fixed whitespace identification bug
	- removed drawing of paragraph marks
	- improved stub implementations for IRichEditOle

Patch: http://cvs.winehq.org/patch.py?id=16672

Old revision  New revision  Changes     Path
 1.4           1.5           +0 -4       wine/dlls/riched20/wrap.c
 1.1           1.2           +3 -3       wine/dlls/riched20/string.c
 1.5           1.6           +0 -5       wine/dlls/riched20/run.c
 1.4           1.5           +4 -0       wine/dlls/riched20/rtf.h
 1.3           1.4           +2 -1       wine/dlls/riched20/richole.c
 1.6           1.7           +44 -4      wine/dlls/riched20/reader.c
 1.2           1.3           +0 -1       wine/dlls/riched20/para.c
 1.5           1.6           +4 -1       wine/dlls/riched20/paint.c
 1.8           1.9           +4 -0       wine/dlls/riched20/editor.h
 1.13          1.14          +43 -12     wine/dlls/riched20/editor.c
 1.5           1.6           +3 -16      wine/dlls/riched20/caret.c




More information about the wine-cvs mailing list