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

Alexandre Julliard julliard at winehq.org
Wed Mar 9 12:43:18 CST 2005


ChangeSet ID:	16525
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2005/03/09 12:43:18

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

Log message:
	Krzysztof Foltman <kfoltman at portal.onet.pl>
	- Optimized repaint of the area below the text.
	- ME_JoinRuns didn't mark the paragraph for rewrapping, fixed.
	- Removed PostQuitMessage(0) from WM_DESTROY handler (duh!).
	- Use of EM_GETOLEINTERFACE is reported with FIXME instead of TRACE
	(any app using this message is likely to encounter major problems).

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

Old revision  New revision  Changes     Path
 1.3           1.4           +1 -1       wine/dlls/riched20/wrap.c
 1.3           1.4           +1 -0       wine/dlls/riched20/run.c
 1.4           1.5           +48 -13     wine/dlls/riched20/paint.c
 1.3           1.4           +1 -1       wine/dlls/riched20/editstr.h
 1.5           1.6           +1 -1       wine/dlls/riched20/editor.h
 1.8           1.9           +5 -7       wine/dlls/riched20/editor.c
 1.3           1.4           +1 -0       wine/dlls/riched20/caret.c




More information about the wine-cvs mailing list