wine/dlls/riched20 writer.c editor.c

Alexandre Julliard julliard at winehq.org
Tue Mar 15 09:40:52 CST 2005


ChangeSet ID:	16622
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2005/03/15 09:40:52

Modified files:
	dlls/riched20  : writer.c editor.c 

Log message:
	Krzysztof Foltman <kfoltman at portal.onet.pl>
	- WM_COPY (and WM_CUT) can now put both Unicode and RTF format (thanks
	to Phil Krylov's RTF generator code).
	- New message implemented - WM_PASTE.
	- RTF reader: rtfPlain implemented (kind of).
	- RTF writer: rewritten main loop (the old one crashed in some
	circumstances when SFF_SELECTION was used).

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

Old revision  New revision  Changes     Path
 1.1           1.2           +35 -32     wine/dlls/riched20/writer.c
 1.11          1.12          +114 -7     wine/dlls/riched20/editor.c




More information about the wine-cvs mailing list