ole32: Add on the size of the whole OBJREF structure in the case of custom marshaling.
[wine] / dlls / ole32 / ole2.c
2006-05-05  Mike McCormackole32: Store drop targets in a standard list.
2006-03-02  Alexandre JulliardFixed some compiler warnings on old gcc versions.
2006-01-18  Robert Shearmanole: Re-post the quit message outside of the DoDragDrop...
2006-01-06  Robert Shearmanole: Remove "stub" from TRACEs of functions that aren...
2005-12-12  Michael Jungole32: Periodically call IDropTarger::DragOver during...
2005-11-10  Francois GougetRemove spaces before '\n' in traces.
2005-11-09  Markus AmslerImprove c2man Documented-Total count.
2005-11-09  Robert Shearman- Extend COM_OpenKeyForCLSID to open a subkey and retur...
2005-09-25  Robert ShearmanMove all 16-bit functions to an appropriate 16-bit...
2005-09-23  Robert ShearmanImplement OleRegEnumVerbs.
2005-09-20  Robert ShearmanImplement OleIsRunning.
2005-09-12  Alexandre JulliardFixed some traces to use the right printf format and...
2005-08-16  Francois GougetUse LPSTORAGE to better match the PSDK.
2005-08-10  Vincent BéronCorrect mismatches between spec files and comments...
2005-08-08  Marcus MeissnerImplemented ILockBytes16 (memorystream) support for...
2005-07-22  Marcus MeissnerOleInitializeWOW gets 2 arguments.
2005-07-05  Mike McCormackFix gcc 4.0 -Wpointer-sign warnings.
2005-06-20  Robert ShearmanConvert some registry helper functions to use unicode...
2005-05-17  Juan LangObvious fixes to PropVariantClear and PropVariantCopy...
2005-05-16  Marcus MeissnerMove the Dll init function to compobj.c to avoid having...
2005-04-20  Francois GougetSpecify the proper call convention in the PropSysFreeSt...
2005-04-20  Francois GougetTweak the API documentation to silence winapi_check...
2005-04-13  Juan LangImplement PropSys{Alloc|Free}String, and support BSTRs in
2005-03-29  Vincent BéronChange prototypes so gcc with some warnings doesn't...
2005-02-25  Jon GriffithsDocumentation spelling fixes.
2005-01-14  Robert Shearman- Add documentation for most Co* functions.
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-13  Eric PouechFixed some errors in function prototypes.
2004-12-06  Robert ShearmanRemove unnecessary WNDPROC casts.
2004-10-07  Francois GougetDon't define COBJMACROS in objbase.h.
2004-09-09  Francois GougetMove the PROPVARIANT declaration from objidl.idl to...
2004-09-06  Robert Shearman- Fix PropVariantCopy for VT_LPSTR and VT_LPWSTR.
2004-09-03  Robert Shearman- Fix PropVariantClear to reject invalid types.
2004-05-21  Marcus MeissnerRevert broken strict aliasing fix.
2004-05-04  Marcus MeissnerFixed strict aliasing issues in dlls/ole32.
2004-03-30  Jon GriffithsRegisterDragDrop: fail on NULL drop target.
2004-01-28  Ge van GeldorpDon't depend on user32-internal implementation of accel...
2003-12-08  Robert Shearman- Fix IMemAlloc_Free when IMemAlloc_Alloc hasn't yet...
2003-09-11  Dave MillerRemoved ordinals from comments.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-07-09  Steven Edwards- Create new file ole2_16.c for ole2 16bit only functions.
2003-07-02  Francois GougetFixed some common spelling errors.
2003-06-27  Troy RolloImplemented OleDraw.
2003-01-28  Juergen SchmiedFix DoDragDrop in case of child windows.
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-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2002-12-18  Ove KaavenRemoved a few more inclusions of deprecated wine/obj_...
2002-11-22  Alexandre JulliardCompile ole32 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-08-28  Michael StefaniucConvert HACCEL to a void*.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-14  Marcus MeissnerRemoved some useless wingdi.h includes.
2001-09-11  Patrik StridvallCleanup code that is strange or difficult to parse.
2001-08-21  Francois GougetDocumentation updates (mainly thru vs. through).
2001-07-29  Patrik StridvallFixed some warnings.
2001-07-23  Patrik Stridvall- Made sure that the files that contains the declarations
2001-07-11  Patrik StridvallDocumentation fixes.
2001-07-02  Patrik StridvallDocumentation fixes.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2001-04-16  Dmitry TimoshkovImplementation of OLE32.IsAccelerator.
2001-02-12  Huw D M DaviesFix ReleaseStgMedium for MetaFilePict types.
2000-12-19  Gerard PatelStub for DllDebugObjectRPCHook.
2000-12-15  Huw D M DaviesCheck to see whether any ancestor windows are drop...
2000-12-01  Patrik StridvallAdded/modified documentation for function arguments.
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
2000-11-05  Huw D M DaviesAdded DnD cursors as ole32 resources.
2000-10-12  Stephane LussierImplementation of OleLockRunning function.
2000-09-25  Alexandre JulliardRemoved inclusion of wine/winestring.h from winbase...
2000-08-16  Louis Philippe GagnonWhile dragging, catch keyboard messages between WM_KEYF...
2000-08-09  Alexandre JulliardMoved a few non-standard headers into their respective...
2000-08-08  Alexandre JulliardSmall dll interfaces cleanups.
2000-06-23  Alexandre JulliardCleaned up a few inter-dll dependencies.
2000-05-07  Alexandre JulliardMoved Load/FreeLibrary16 definition to winbase16.h.
2000-04-04  Gavriel StateOleRegGetUserType did return an unterminated ASCII...
2000-03-28  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-03-04  Pierre MageauOleRegGetUserType did query wrong registry key.
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
2000-01-26  Alexandre JulliardUse a linked list instead of a DPA for the hook list.
1999-12-05  Andreas Mohr- the OLE version returned was too low
1999-10-23  Francis BeaudetMake sure that the drop effect of a DnD operation is...
1999-09-19  Ulrich WeigandMoved bulk of OLE implementation to dlls/ subdirectories.