wine/dlls/riched20 wrap.c run.c para.c paint.c ...

Alexandre Julliard julliard at winehq.org
Wed Mar 9 05:48:59 CST 2005


ChangeSet ID:	16512
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2005/03/09 05:48:59

Modified files:
	dlls/riched20  : wrap.c run.c para.c paint.c list.c editstr.h 
	                 editor.h editor.c caret.c 

Log message:
	Krzysztof Foltman <kfoltman at portal.onet.pl>
	The meaning of the rewrap flag got inverted (MEPF_REWRAP instead of
	MEPF_WRAPPED) for consistency.
	Major code cleanups in rewrap/repaint code, leading to "smarter"
	behaviour wrt repainting selections.

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

Old revision  New revision  Changes     Path
 1.2           1.3           +37 -2      wine/dlls/riched20/wrap.c
 1.2           1.3           +4 -4       wine/dlls/riched20/run.c
 1.1           1.2           +6 -6       wine/dlls/riched20/para.c
 1.3           1.4           +51 -3      wine/dlls/riched20/paint.c
 1.1           1.2           +1 -0       wine/dlls/riched20/list.c
 1.2           1.3           +4 -2       wine/dlls/riched20/editstr.h
 1.4           1.5           +1 -0       wine/dlls/riched20/editor.h
 1.6           1.7           +3 -80      wine/dlls/riched20/editor.c
 1.2           1.3           +1 -1       wine/dlls/riched20/caret.c




More information about the wine-cvs mailing list