ole32: Remove some assertions in the stuctured storage code by
[wine] / dlls / mscms /
2006-09-11  Marcus MeissnerRemoves all unnecessary WINE_DEFAULT_DEBUG_CHANNEL...
2006-08-28  Alexandre Julliardmakefiles: Only run test and documentation targets...
2006-07-21  Andrew Talbotmscms/tests: Write-strings warnings fix.
2006-07-10  Alexandre Julliard.gitignore: Added wildcards to ignore generated resourc...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore .ok files in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore testlist.c in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Ignore generated import libraries from the...
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-06-19  Hans Leidekkermscms: Fix famous typo in HeapFree call.
2006-06-19  Kevin Koltzaumscms: Fix 64bit warnings.
2006-06-13  Alexandre Julliardmscms/tests: Use lstrlenA instead of strlen in ok(...
2006-06-13  Saulius Krasuckasmscms: Eliminate complex test macro to make source...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-08  Hans Leidekkermscms: Add tests for EnumColorProfiles{A,W}.
2006-03-08  Hans Leidekkermscms: Implement EnumColorProfiles{A,W}.
2006-02-27  Saulius Krasuckasmscms: One more LastError code fixed.
2006-02-20  Saulius Krasuckasmscms: Fix four todos for GetStandardColorSpaceProfile...
2006-02-20  Saulius Krasuckasmscms: Branching fixes for some test routines
2006-02-16  Saulius Krasuckasmscms: Distinguish between registered and unregistered...
2006-02-14  Saulius Krasuckasmscms: Move 4 test macros into a single one.
2006-01-19  Saulius Krasuckasmscms: Check an appropriate registry key.
2006-01-16  Saulius Krasuckasmscms: Collect some data during profile enumeration.
2006-01-13  Saulius Krasuckasmscms: Fix some wine_todo for GetStandardColorSpaceProf...
2006-01-13  Saulius Krasuckasmscms: Make two checks more strict in the case of success.
2006-01-13  Saulius Krasuckasmscms: Make enumerating more verbose.
2006-01-12  Saulius Krasuckasmscms: Null ID can make GetStandardColorSpaceProfile...
2006-01-11  Saulius Krasuckasmscms: Set the last error code to an unusual value.
2006-01-10  Saulius Krasuckasmscms: Enumerate registered standard colorspace profiles.
2006-01-06  Hans Leidekkermscms: Silence a potentially noisy fixme.
2005-12-21  Saulius Krasuckasmscms: Test only one invalid GetStandardColorSpaceProfi...
2005-12-15  Paul Vriensmscms: Add another possible error.
2005-12-13  Saulius Krasuckasmscms: Move repetitive code to helper macros.
2005-12-12  Paul Vriensmscms: Add another possible error.
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-11-23  Saulius KrasuckasBe more strict and verbose while testing
2005-11-18  Saulius KrasuckasDon't call unicode functions of file API as they fail...
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.