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

Alexandre Julliard julliard at winehq.org
Sat Mar 19 11:06:17 CST 2005


ChangeSet ID:	16720
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2005/03/19 11:06:17

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

Log message:
	Krzysztof Foltman <wdev at foltman.com>
	- made string operations consistent wrt whitespace handling (which
	should greatly improve stability of the wrap code and eliminate
	regressions of the most recent versions)
	- completely new scrollbar handling (much more reliable) and related
	redraw fixes
	- Page Down handler (no Page Up yet, fixing wrap/redraw/scrollbar bugs
	was of higher priority)

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

Old revision  New revision  Changes     Path
 1.5           1.6           +5 -1       wine/dlls/riched20/wrap.c
 1.2           1.3           +4 -5       wine/dlls/riched20/string.c
 1.6           1.7           +2 -0       wine/dlls/riched20/run.c
 1.6           1.7           +76 -35     wine/dlls/riched20/paint.c
 1.5           1.6           +1 -0       wine/dlls/riched20/editstr.h
 1.9           1.10          +4 -2       wine/dlls/riched20/editor.h
 1.16          1.17          +3 -1       wine/dlls/riched20/editor.c
 1.6           1.7           +67 -4      wine/dlls/riched20/caret.c




More information about the wine-cvs mailing list