Include <stdlib.h> to obtain a prototype of abs().
[wine] / 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.
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.
next