wintrust: Use path in WIN_TRUST_SUBJECT_FILE structure rather than assuming a path...
[wine] / dlls / comcat /
2008-07-08  Alexandre Julliardtests: Don't depend on the static uuid libraries in...
2008-04-30  Alexandre Julliardmakefiles: List the static libraries as normal imports...
2007-09-26  Stefan Leichtercomcat: Remove 'recursive registry key delete' function.
2007-07-23  Andrew Talbotcomcat: Cast-qual warning fix.
2007-04-03  Andrew Talbotcomcat: Constify some variables.
2007-03-17  Andrew Talbotcomcat: Declare some variables static and const.
2006-12-08  Marcus Meissnercomcat: Remove const from COMCAT Manager.
2006-12-05  Andrew Talbotcomcat/tests: Cast-qual warnings fix.
2006-10-24  Francois GougetDon't include windows.h & co in the Wine sources.
2006-10-06  Michael Stefaniuccomcat/tests: Win64 printf format warning fixes.
2006-10-04  Michael Stefaniuccomcat: Win64 printf format warning fixes.
2006-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-08-28  Alexandre Julliardmakefiles: Only run test and documentation targets...
2006-07-17  Aric Stewartcomcat: cImplemented or cRequired of -1 means to match...
2006-07-11  Alexandre Julliardlibs: Merged libwine_unicode into libwine.
2006-07-10  Alexandre Julliard.gitignore: Added wildcards to ignore generated resourc...
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-06-30  Paul VriensUse the return value of register_key_guid.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-10  Robert ShearmanCheck the return value from register_key_guid in all...
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-09-29  Alexandre JulliardWe are no longer generating .dbg.c files.
2005-08-08  Alexandre JulliardDon't prefix the functions DllCanUnloadNow, DllGetClass...
2005-07-26  Alexandre JulliardDon't generate import libraries for dlls that don't...
2005-07-11  Mike McCormackInterlocked LONG* gcc warning fixes.
2005-05-27  Dmitry TimoshkovMake some of the OLE interface vtables const.
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-03-22  Jakob ErikssonEliminate HeapAlloc casts.
2005-01-10  Paul Vriens- use Interlocked* functions in AddRef and Release.
2004-11-30  Jon GriffithsEnsure DllCanUnloadNow is a truly void function, and...
2004-10-07  Francois GougetDon't define COBJMACROS in objbase.h.
2004-09-06  Alexandre JulliardRemoved some uses of the non-standard ICOM_THIS macro.
2004-08-23  Alexandre JulliardGet rid of the no longer used ICOM_MSVTABLE_COMPAT_Dumm...
2004-08-13  Alexandre JulliardMoved ICOM_THIS_MULTI definition out of objbase.h and...
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VTABLE macro.
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VFIELD macro.
2004-03-24  Alexandre Julliard.spec.c files are no longer used for 32-bit dlls.
2004-02-27  Alexandre JulliardSync some of the dll registrations with the contents of
2004-01-27  Alexandre JulliardOnly link against libdxguid where necessary.
2003-10-11  Dimitrie O. PaunRemove SYMBOLFILE and LDDLLFLAGS from Makefiles.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-08  Patrik StridvallFixed some issues found by winapi_check.
2003-07-30  Alexandre JulliardMake the DllRegisterServer, DllRegisterServerEx, DllUnr...
2003-06-18  Francois Gouget'sizeof type' is best avoided as it won't always compil...
2003-04-10  Alexandre JulliardRemoved uses of the non standard ICOM_VTBL macro.
2003-03-15  Tony LambregtsReplace DPRINTF with TRACE.
2003-01-20  John K. HohmAdded optional OLESelfRegister to wine_common_ver.rc...
2003-01-11  John K. HohmReimplemented DllRegisterServer and DllUnregisterServer...
2003-01-03  Dimitrie O. PaunEliminate lots of __WINE__ conditionals from the headers.
2002-12-23  Alexandre JulliardRemoved some remaining references to wine/obj_base.h.
2002-11-04  Alexandre JulliardMade the dll entry point default to DllMain and removed...
2002-10-18  Alexandre JulliardFixed warnings caused by conversion to -DSTRICT.
2002-09-24  Michael StefaniucConvert HKEY to a void*.
2002-08-30  Steven EdwardsUpdate some .cvsignore files for building on Windows.
2002-06-21  Alexandre JulliardMade some more spec file entries optional or unnecessary.
2002-06-13  John K. HohmCompleted implementation of comcat.dll, incl. Dll[Un...
2002-06-02  John K. HohmComplete ICatInformation implementation.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-29  Alexandre JulliardReplaced swprintf by wsprintfW.
2002-05-19  John K. HohmMore comcat.dll implementation, swprintf fix, winerror...
2002-05-17  Alexandre JulliardRemoved most imports of ntdll since we no longer import...
2002-05-14  John K. HohmAdded comcat.dll with factory and manager but E_NOTIMPL...