Cast time_t to long for printing.
[wine] / dlls / ole32 /
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.
2003-09-06  Alexandre JulliardRegenerated with the latest widl.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-09-03  Alexandre JulliardConverted oleidl.h to IDL.
2003-08-29  Rolf KalbermatterMake sure the passed in object pointer is only addrefed...
2003-08-28  Alexandre JulliardStart using the exported TEB structure from winternl...
2003-08-27  Alexandre JulliardRenamed a few TEB fields to use the "official" names.
2003-08-23  Mike HearnIn the global interface table:
2003-08-18  Jon GriffithsRemove redundant wine specific #include.
2003-08-12  Alexandre JulliardAllocate DebugInfo field for all critical sections...
2003-08-08  Patrik StridvallFixed some issues found by winapi_check.
2003-07-30  Alexandre JulliardMake the DllRegisterServer, DllRegisterServerEx, DllUnr...
2003-07-22  Mike Hearn- GIT should not dereference ppv when unmarshalling...
2003-07-22  Mike HearnIMallocSpy cannot cause an allocation failure when...
2003-07-18  Mike McCormackCreated stub for CreateClassMoniker.
2003-07-18  Jon GriffithsRemove FIXMEs and prototypes for now-implemented functions.
2003-07-09  Steven Edwards- Create new file ole2_16.c for ole2 16bit only functions.
2003-07-09  Francois GougetSpelling fixes.
2003-07-02  Francois GougetFixed some common spelling errors.
2003-06-30  Dmitry TimoshkovFor all DLLs with defined DllMain and which do not...
2003-06-27  Troy RolloImplemented OleDraw.
2003-06-18  Francois Gouget'sizeof type' is best avoided as it won't always compil...
2003-06-18  Francois GougetTypos/spelling fixes.
2003-06-17  Mike HearnImplement a class factory for the Global Interface...
2003-06-04  Ove KaavenPreliminary support for COM apartments.
2003-05-22  Ove KaavenDCOM IDL file based on the DCOM specification.
2003-05-19  Mike McCormackSemi-correct implementation of OleMetafilePictFromIconA...
2003-05-15  Steven EdwardsSeparate Win16 and Win32 implementations in memlockbytes.
2003-05-13  Mike McCormackAdded stub for OleDoAutoConvert.
2003-05-13  Francois GougetFix miscellaneous spelling errors and typos.
2003-05-13  Robert Shearman- Implement a few more cases in PropVariantClear.
2003-05-11  Mike McCormackImplemented WriteFmtUserTypeStg and ReadFmtUserTypeStg.
2003-04-14  Andreas MohrFix blatantly wrong SetFilePointer() calls.
2003-04-12  Alexandre JulliardThe com_interface attribute is not needed on derived...
2003-04-11  Alexandre JulliardSimplified COM interface declarations, removing the...
2003-04-10  Alexandre JulliardRemoved uses of the non standard ICOM_VTBL macro.
2003-04-10  Alexandre JulliardUse a more compatible technique to declare COM interfac...
2003-04-05  Alberto Massari- The bindcontext object was leaking strings.
2003-03-28  John K. HohmImplement DllRegisterServer and DllUnregisterServer...
2003-03-23  Alexandre JulliardList 16-bit spec files explicitly to avoid problems...
2003-03-20  Alexandre JulliardTake advantage of new winebuild syntax to remove redund...
2003-03-20  Mike HearnFixed copyright date.
2003-03-17  Alexandre JulliardReplaced forwards by normal function declarations.
2003-03-11  Mike HearnImplemented the global interface table object using...
2003-02-14  Dan KegelRoll loop back up to avoid code duplication.
2003-02-12  Michael StefaniucRemove dead code after return or properly comment it...
2003-01-28  Juergen SchmiedFix DoDragDrop in case of child windows.
2003-01-28  Gerald PfeiferAvoid compiler warning in STORAGE_get_free_pps_entry().
2003-01-14  Francois GougetRemove (POINTER)NULL casts.
2003-01-14  Alberto Massari- Align the cleanup phase of ReleaseStgMedium to the...
2003-01-13  Robert ShearmanSupport a few trivial cases in PropVariantClear.
2003-01-11  Marcus MeissnerImplemented CoGetTreatAsClass.
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2003-01-07  Dimitrie O. PaunStubs for DllGetClassObject, Ole[GS]etClipboard in...
2003-01-05  Marcus Meissnerole2nls.c is a 16bit only.
2003-01-03  Dimitrie O. PaunEliminate lots of __WINE__ conditionals from the headers.
2003-01-02  Alberto MassariIBindCtx::RegisterObjectParam is supposed to replace...
2002-12-23  Alexandre JulliardRemoved some remaining references to wine/obj_base.h.
2002-12-19  Alexandre JulliardFixed a few problems caused by the new objidl.idl.
2002-12-19  Ove KaavenMoved some definitions from include/wine/obj_moniker...
2002-12-18  Ove KaavenRemoved a few more inclusions of deprecated wine/obj_...
2002-12-12  Alexandre JulliardAdded .spec.def files.
2002-12-12  Robert ShearmanImplemented BindMoniker function.
2002-12-05  Ove KaavenMake sure that no files except unknwn.h include wine...
2002-12-02  Francois GougetRemoved unnecessary HANDLE typecasts.
2002-11-22  Alexandre JulliardCompile ole32 with -DSTRICT.
2002-11-18  Ryan Cumming- Move StgIsStorageFile16's implementation to StgIsStor...
2002-11-12  Alberto MassariImplemented body of HGLOBALStreamImpl::Clone.
2002-11-04  Alexandre JulliardMade the dll entry point default to DllMain and removed...
2002-11-04  Marcus MeissnerHandle errors in std marshaller better, do not crash.
2002-10-18  Alexandre JulliardAdded support for building certain dlls with -DSTRICT.
2002-10-18  Alexandre JulliardSplit out some 16-bit GDI code.
2002-10-17  Alexandre JulliardFixed wownt32.h to make it usable from inside Wine...
2002-10-10  Michael Stefaniuc- change the internal functions in windows/cursoricon...
2002-09-12  Alexandre JulliardFixed warnings caused by new winternl.h.
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-08-28  Michael StefaniucConvert HACCEL to a void*.
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-08-17  Patrik StridvallFixed some issues found by winapi_check.
2002-08-16  Huw D M DaviesDWORD at offset 0x40 in the header is the number of...
2002-08-16  Dmitry TimoshkovFixed GetClassFile implementation.
2002-08-09  Patrik StridvallFixed some issues found by winapi_check.
2002-08-07  Gregg MattinsonFixes for Sparc build.
2002-08-03  Juergen Schmied- Moved 16 bit functions to a seperate file.
2002-07-29  Juergen Schmied- Implemented IMallocSpy hooks in IMalloc.
2002-07-29  Michael StefaniucConverted HENHMETAFILE and HMETAFILE to a void*.
2002-07-25  Marcus MeissnerFactored out the OLE 16 bit allocator from StringFromCLSID.
2002-07-23  Patrik StridvallFixed some issues found by winapi_check.
2002-07-19  Jon GriffithsStub implementation for CoInitializeSecurity.
2002-07-16  Juergen SchmiedFixed two leaks in file- and itemmoniker.
2002-07-05  Marcus MeissnerAdded a generic way of doing GetHGlobalFromILockBytes().
2002-07-01  Juergen SchmiedSupport for large and negative offsets.
2002-06-21  Vincent BéronFixed some various comparisons wrt signedness.
next