Added more error codes to dxerr8 and dxerr9 which were extracted from
[wine] / dlls / mscms /
2005-09-29  Alexandre JulliardWe are no longer generating .dbg.c files.
2005-09-09  Alexandre JulliardUse a more portable scheme for storing the name of...
2005-08-15  Vincent BéronUniformize DllMain TRACEing across dlls.
2005-07-18  Hans LeidekkerMake lcms support depend on headers _and_ libraries...
2005-07-18  Paul VriensSet size before calling pSetColorProfileElement.
2005-07-15  Hans LeidekkerLink directly to liblcms.
2005-07-07  Hans LeidekkerDynamically load mscms.
2005-07-06  Hans LeidekkerFail loading when compiled without lcms support.
2005-07-05  Hans LeidekkerFix color directory handling.
2005-06-21  Stefan HuehnerFix some more -Wstrict-prototypes warnings.
2005-06-20  Stefan HuehnerFix more -Wstrict-prototypes warnings.
2005-05-09  Alexandre JulliardAdded rules for building import libraries in the indivi...
2005-05-07  Alexandre JulliardAdded rules to build import libraries in the individual...
2005-04-11  Vincent BéronDon't reference c:\windows directly.
2005-03-24  Jakob ErikssonGet rid of HeapAlloc casts.
2005-03-23  Francois GougetAssorted spelling fixes.
2005-03-14  Steven EdwardsCorrect CheckBitmapBits entry.
2005-03-09  Hans Leidekker- Implementation stubs for GenerateCopyFilePaths,
2005-03-08  Hans Leidekker- Implement TranslateBitmapBits.
2005-03-02  Alexandre JulliardAvoid spaces before preprocessor directives, that's...
2005-02-21  Hans Leidekker- Add support for color transform handles.
2005-02-14  Hans LeidekkerImplement and test access flags for color profiles.
2004-12-27  Rein KlazesCorrect cases where arguments of ok() calls depend...
2004-12-20  Hans LeidekkerStub implementations for all documented functions.
2004-12-14  Francois GougetAdd trailing '\n's to ok() calls.
2004-12-13  Hans LeidekkerTest and implement SetColorProfileElement.
2004-12-07  Hans LeidekkerMove ICC profile handling into its own file.
2004-11-30  Hans LeidekkerInfrastructure for handling ICC profiles.
2004-11-23  Kevin KoltzauLook for lcms.h in lcms/lcms.h.
2004-11-21  Hans LeidekkerImplement and test GetColorProfileElementTag,
2004-11-19  Hans LeidekkerImplement IsProfileValid.
2004-11-19  Hans LeidekkerAdd version information.
2004-11-03  Hans LeidekkerImprove {Uninstall,Install}ColorProfile{A,W}.
2004-10-22  Francois GougetFlesh out the icm.h header (add COLORMATCHSETUP & co...
2004-10-08  Vincent BéronBetter document some apis in commdlg and mscms.
2004-10-07  Hans LeidekkerImplement color profile handles.
2004-09-22  Hans LeidekkerBeginnings of an MSCMS implementation based on LittleCMS.