wine/ include/icm.h include/config.h.in dlls/m ...

Alexandre Julliard julliard at winehq.org
Thu Oct 7 14:12:42 CDT 2004


ChangeSet ID:	14098
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2004/10/07 14:12:42

Modified files:
	include        : icm.h config.h.in 
	dlls/mscms     : mscms_main.c mscms.spec Makefile.in 
	.              : configure.ac configure 
Added files:
	dlls/mscms/tests: profile.c Makefile.in .cvsignore 
	dlls/mscms     : profile.c mscms_priv.h lcms_api.h handle.c 

Log message:
	Hans Leidekker <hans at it.vu.nl>
	Implement color profile handles.
	Implement OpenColorProfile{A,W} and CloseColorProfile.
	Implement GetColorDirectory{A,W} and InstallColorProfile{A,W}.
	Implement UninstallColorProfile{A,W}.
	Dynamically load liblcms.
	Add tests.

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

Old revision  New revision  Changes     Path
 1.2           1.3           +16 -0      wine/include/icm.h
 1.200         1.201         +3 -3       wine/include/config.h.in
 1.1           1.2           +87 -51     wine/dlls/mscms/mscms_main.c
 1.1           1.2           +6 -6       wine/dlls/mscms/mscms.spec
 1.1           1.2           +5 -2       wine/dlls/mscms/Makefile.in
 1.314         1.315         +3 -9       wine/configure.ac
 1.604         1.605         +79 -228    wine/configure
 Added         1.1           +0 -0       wine/dlls/mscms/tests/profile.c
 Added         1.1           +0 -0       wine/dlls/mscms/tests/Makefile.in
 Added         1.1           +0 -0       wine/dlls/mscms/tests/.cvsignore
 Added         1.1           +0 -0       wine/dlls/mscms/profile.c
 Added         1.1           +0 -0       wine/dlls/mscms/mscms_priv.h
 Added         1.1           +0 -0       wine/dlls/mscms/lcms_api.h
 Added         1.1           +0 -0       wine/dlls/mscms/handle.c




More information about the wine-cvs mailing list