Fix signed/unsigned comparison warnings.
[wine] / dlls / ole32 /
2004-09-22  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-09-21  Alexandre JulliardIgnore the generated header files.
2004-09-21  Alexandre JulliardBuild the .h files from their idl source at compile...
2004-09-20  Alexandre JulliardBuild idl files as part of the normal build process.
2004-09-20  Mike McCormackCoSuspendClassObjects stub implementation.
2004-09-09  Alexandre JulliardGet rid of the non-standard ICOM_THIS macro.
2004-09-09  Francois GougetMove the PROPVARIANT declaration from objidl.idl to...
2004-09-08  Francois GougetThe union in PROPVARIANT is always nameless on Windows...
2004-09-07  Mike McCormackFix some warnings found with -Wsign-compare.
2004-09-06  Robert Shearman- Fix PropVariantCopy for VT_LPSTR and VT_LPWSTR.
2004-09-06  Alexandre JulliardRemoved some uses of the non-standard ICOM_THIS macro.
2004-09-03  Robert Shearman- Fix PropVariantClear to reject invalid types.
2004-09-02  Francois GougetAdded missing trailing '\n's to ok() calls.
2004-09-01  Alexandre JulliardInline functions don't need WINE_UNUSED.
2004-08-23  Alexandre JulliardGet rid of the no longer used ICOM_MSVTABLE_COMPAT_Dumm...
2004-08-23  Alexandre JulliardGet rid of the ICOM_MSVTABLE_COMPAT support, g++ no...
2004-08-22  Alexandre JulliardAdded recursive idl target to allow updating idl files...
2004-08-22  Alexandre JulliardDon't define BEGIN_INTERFACE in unknwn.h.
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-08-12  Alexandre JulliardGet rid of the non-standard ICOM_DEFINE macro.
2004-08-11  Alexandre JulliardAvoid some non-portable makefile constructs, and get...
2004-08-11  Francois GougetModify widl to put the C COM macros inside an #ifdef...
2004-08-11  Mike McCormackAdded a test for stat'ing a memory based storage file.
2004-08-10  Mike McCormackstat on memory storage should return a NULL name, not "".
2004-08-02  Robert Shearman- Add static to non-exported marshal functions.
2004-08-02  Mike HearnDisconnect proxies at COM shutdown to release the corre...
2004-07-30  Mike HearnDon't marshal IClassFactory into the local server pipe...
2004-07-30  Alexandre JulliardAuthors: Robert Shearman <rob@codeweavers.com>, Mike...
2004-07-30  Jeroen JanssenUpdated some MSDN links in the code.
2004-07-30  Robert ShearmanEmit fixme for known local wrong behaviour.
2004-07-29  Mike HearnImplement disconnect for proxies so that stubs are...
2004-07-29  Robert ShearmanDocument wrong behaviour for IRunningObjectTable.
2004-07-29  Mike HearnFix ref counting in StdMarshalImpl_MarshalInterface...
2004-07-29  Robert ShearmanFix some inaccuracies in a comment and reformat.
2004-07-29  Alexandre JulliardAuthors: Mike Hearn <mh@codeweavers.com>, Robert Shearm...
2004-07-23  Francois GougetAssorted spelling fixes.
2004-07-23  Robert ShearmanSet RPC data representation.
2004-07-23  Mike HearnPass -Embedding switch to EXE servers, more tracing.
2004-07-22  Robert Shearman- Remove unneeded STUBMGR_Start call.
2004-07-22  Alexandre JulliardAuthors: Mike Hearn <mh@codeweavers.com>, Rob Shearman...
2004-07-22  Mike HearnUnref stub after invoking on it.
2004-07-21  Mike HearnFix misleading warning ole CoGetClassObject.
2004-07-15  Mike McCormackFix a few serious race conditions in the OLE object...
2004-07-12  Marcus MeissnerIID_IObjectWithSite is already in libuuid, no need...
2004-07-12  Marcus MeissnerIMalloc vtables are static.
2004-07-08  Francois GougetAssorted spelling fixes.
2004-07-06  Mike HearnAdd some explanations to compobj.c, implement flushing...
2004-06-30  Aric StewartReturn an error in CoMarshalInterface if the IUnknown...
2004-06-17  Ivan Leo PuotiRemoved the winedefault.reg message.
2004-06-14  Robert Shearman- Fix ref count on standard proxy creation.
2004-05-29  Robert ShearmanFixed CoMarshalInterThreadInterfaceInStream and
2004-05-21  Marcus MeissnerRevert broken strict aliasing fix.
2004-05-17  Patrik StridvallFixed some issues found by winapi_check.
2004-05-04  Francois GougetMake our ascii strings static const.
2004-05-04  Marcus MeissnerFixed strict aliasing issues in dlls/ole32.
2004-05-02  Marcus MeissnerImplemented CoReleaseMarshalData.
2004-04-30  Marcus MeissnerFixed lvalue casts.
2004-04-30  Francois GougetAdd a stub for StgCreateStorageEx(). Returns
2004-04-20  Francois GougetMake Unicode strings 'static const'.
2004-04-20  Francois GougetMake Unicode strings static const.
2004-04-12  Filip NavaraGet rid of E_UNSPEC non-standard error value.
2004-03-30  Jon GriffithsRegisterDragDrop: fail on NULL drop target.
2004-03-29  Warren TurkalFixed the implementation of CoTreatAsClass.
2004-03-24  Alexandre Julliard.spec.c files are no longer used for 32-bit dlls.
2004-03-23  Francois GougetAssorted spelling fixes.
2004-02-27  Alexandre JulliardSync some of the dll registrations with the contents of
2004-02-20  Patrik StridvallFixed some issues found by winapi_check.
2004-02-19  Mike HearnTo reduce debugging noise, make IMalloc32/IMallocSpy...
2004-02-10  Robert Shearman- CoSetState info should be thread local.
2004-02-07  Troy RolloAdded documentation for DocFiles, based on the CorVu...
2004-01-28  Ge van GeldorpDon't depend on user32-internal implementation of accel...
2004-01-27  Alexandre JulliardOnly link against libdxguid where necessary.
2004-01-23  Alexandre JulliardMoved a few remaining 16-bit definitions out of the...
2004-01-23  Ge van GeldorpFix various function prototypes to conform to PSDK.
2004-01-23  Ge van GeldorpRename LARGE_INTEGER and ULARGE_INTEGER members "s...
2004-01-19  Ge van GeldorpSwap arguments of LocalAlloc and only update Malloc32...
2004-01-19  Mike McCormackDon't use CreateFileMapping on a zero length file.
2004-01-16  Francois GougetAssorted spelling fixes.
2004-01-16  Huw DaviesTrace the high part of the Seek offset.
2004-01-06  Francois GougetAssorted spelling fixes.
2003-12-08  Robert Shearman- Fix IMemAlloc_Free when IMemAlloc_Alloc hasn't yet...
2003-11-26  Dimitrie O. Paun{Global,Local}ReAlloc() does not allocate memory.
2003-11-26  Dimitrie O. PaunFix mem leak when GlobalReAlloc() fails.
2003-11-26  Dimitrie O. PaunFix the IMalloc::ReAlloc() to follow the documented...
2003-10-14  Alexandre JulliardMoved the 16-bit storage interfaces out of the exported...
2003-10-14  Oleg ProkhorovAnother portion of HeapReAlloc fixes.
2003-10-11  Dimitrie O. PaunRemove SYMBOLFILE and LDDLLFLAGS from Makefiles.
2003-10-08  Alexandre JulliardAuthors: Warren Baird <warren.baird@cimmetry.com>,...
2003-10-06  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-10-03  Dimitrie O. PaunExtract binary resources to files, to fit the standard.
2003-10-01  Michael StefaniucFix missing mem freeing on error path.
2003-09-30  Michael StefaniucFixes for memory leaks on error path.
2003-09-26  Dimitrie O. PaunRemove the obsolete pascal16 (replaced by pascal -ret16).
2003-09-22  Mike McCormackChange erroneous malloc to HeapAlloc.
2003-09-11  Dave MillerRemoved ordinals from comments.
2003-09-11  Dave MillerRemove all the ordinals and use @ instead.
2003-09-09  Alexandre JulliardFixed a few more headers dependency issues.
2003-09-08  Francois GougetFix the case of product and company names.
next