msvcr80: Add some 64-bit only exports.
[wine] / dlls / ole32 / ole2.c
2012-12-19  Andrew Talbotole32: Indentation fix.
2012-12-06  Qian Hongole32: Fix OleDraw() with NULL pUnk.
2012-11-26  Hans Leidekkerole32: Convert the remaining RegCreateKey and RegOpenKe...
2012-11-26  Nikolay Sivovole32: Fix OleDraw() regarding passed rectangle handling.
2012-08-13  Jacek Cabanole32: Use proper helpers for iface calls.
2012-08-13  Michael Stefaniucole32: Remove superfluous NULL pointer check before...
2012-08-13  Michael Stefaniucole32: Avoid TRUE:FALSE conditional expressions.
2012-07-18  Jacek Cabanole32: Forward BSTR functions to oleaut32.
2012-06-12  Dmitry Timoshkovole32: Add VT_I1 to the list of supported variant types.
2012-02-21  Huw Daviesole32: Trace the drop effect in hex.
2012-02-07  Huw Daviesole32: Don't hold a ref to the drop target in the wrapp...
2011-06-08  Adam Martinsonole32: Don't call IDropTarget::QueryInterface() in...
2011-04-08  Nikolay Sivovole32: Handle null argument in OleIsRunning().
2010-12-05  Michael Stefaniucole32: Use an iface instead of a vtbl pointer in EnumOL...
2010-10-18  David Hedbergole32: OleLoad should not fail even if IOleObject:...
2010-10-18  Alexandre Julliardole32: Use the correct resource ids for the drag&drop...
2010-09-29  Michael Stefaniucole32: Allocate a small temp variable on the stack...
2010-09-28  Andrew Eikumole32: Create a FORMATETC if one is not given in OleCreate.
2010-09-16  Marcus Meissnerole32: Check for interface NULL which happens with...
2010-07-28  Huw Daviesole32: Pass a real IUnknown ptr to CoMarshalInterface.
2010-07-22  Huw Daviesole32: Implement cross-process drag and drop.
2010-05-18  Nikolay Sivovole32: Use window property to store registered drop...
2010-05-06  Nikolay Sivovole32/ole2: Use W calls for registry access.
2010-05-03  Nikolay Sivovole32/ole2: If no effect action selected use ::DragLeav...
2010-05-03  Nikolay Sivovole32/ole2: After IDropTarget::DragEnter() failure...
2010-05-03  Nikolay Sivovole32/ole2: Fix simple parameter handling for DoDragDrop().
2010-04-28  Nikolay Sivovole32: Use LoadCursorW instead of -A version.
2010-04-28  Nikolay Sivovole32: Avoid uninitialized value to be potentialy passe...
2010-04-28  Nikolay Sivovole32: Use -W versions of window/message calls.
2009-11-17  Rob Shearmanole32: OleInitialize should return S_OK if it is called...
2009-11-11  Hans Leidekkerole32: Return success from OleLockRunning when the...
2009-06-22  Huw Daviesole32: Since OleCreateLinkFromData is a stub we should...
2009-03-11  Alexandre Julliardole32: Make ole2.dll into a stand-alone 16-bit module.
2009-03-06  Huw Daviesole32: Add support for VT_DECIMAL.
2009-02-16  Rein Klazesole32: In PropVariantCopy() fix calculation size of...
2009-02-11  Michael Stefaniucole32: Remove superfluous pointer casts.
2009-02-10  Michael Stefaniucole32: Use GetWindowLongPtr/SetWindowLongPtr for pointers.
2008-12-02  Alexandre Julliardole32: Register interfaces through dlldata.c as far...
2008-11-12  Huw Daviesole32: Don't issue a warning if a flat copy is all...
2008-11-06  Michael Stefaniucole32: Remove some superfluous casts of void pointers...
2008-10-06  Aric Stewartole32: Handle GetMenuItemCount returning -1 by changing...
2008-03-31  Andrew Talbotole32: Assign to structs instead of using CopyMemory.
2008-03-03  Francois GougetAssorted spelling, punctuation and case fixes.
2008-02-25  Rob Shearmanole32: Implement VT_VECTOR|VT_VARIANT in PropVariantCopy.
2008-01-15  Andrew Talbotole32: Remove unneeded casts.
2007-10-23  Francois GougetAssorted spelling fixes.
2007-10-10  Mikolaj Zalewskiole32: OleIsRunning should return TRUE if the class...
2007-10-09  Rob Shearmanole32: RegisterDragDrop should return E_OUTOFMEMORY...
2007-06-22  Michael Stefaniucole32: Do not use wide character constants.
2007-05-25  Dmitry Timoshkovwine: Switch to using 'long' for INT_PTR type for 64...
2007-05-16  Andrew Talbotole32: Exclude unused headers.
2007-05-08  Rob Shearmanole32: Don't release the drop target on process uniniti...
2007-05-01  Aric Stewartole32: Accelerators, like for the menu ones, should...
2007-04-05  Rob Shearmanole32: Don't release the registered drop targets in...
2007-04-05  Rob Shearmanole32: Check the input hwnd is valid in RevokeDragDrop.
2007-04-05  Rob Shearmanole32: Check for COM not being initialised and an inval...
2007-03-27  Rob Shearmanole32: Move GetClassFile to moniker.c and move OleRun...
2007-03-14  Rob Shearmanole32: Print the contents of the IID input to OleLoad.
2007-03-13  Rob Shearmanole32: OleCreate isn't a semi-stub any more, as it...
2007-03-13  Rob Shearmanole32: OleCreate shouldn't pass CLSCTX_LOCAL_SERVER...
2007-03-06  Rob Shearmanole32: OleLoad should call CoCreateInstance with CLSCTX...
2007-01-08  Rob Shearmanole32: Add a field to the TLS data to determine whether...
2007-01-05  Kai Blinole32: Remove redundant NULL check (Coverity).
2007-01-04  Rob Shearmanole32: Don't release pUnk in OleCreate if CoCreateInsta...
2006-10-16  Francois GougetAssorted spelling fixes.
2006-10-16  Michael Stefaniucole32: Win64 printf format warning fixes.
2006-10-09  Jacek Cabanole32: Don't fail in OleCreate if created object doesn...
2006-09-07  Robert Shearmanole32: Do a QueryInterface for IOleLink in OleLoad...
2006-09-07  Robert Shearmanole32: Re-order the function calls in OleLoad to match...
2006-09-07  Robert Shearmanole32: Call IRunnableObject_Run and IOleCache_Cache...
2006-09-07  Robert Shearmanole32: Call IOleObject_GetMiscStatus in OleCreate if...
2006-09-07  Robert Shearmanole32: Re-structure OleCreate to match to order of...
2006-09-07  Robert Shearmanole32: Set the storage's class ID in OleCreate.
2006-08-28  Robert Shearmanole32: Fix functions defined without specifying argumen...
2006-08-16  Robert Shearmanole32: Move some functions out of compobj.c that don...
2006-08-14  Mike McCormackole32: Avoid a warning for VT_FILETIME in PropVariantCopy.
2006-08-14  Mike McCormackole32: FreePropVariantArray should return an error...
2006-08-02  Alexandre Julliardole32: Make some functions and variables static.
2006-07-31  Robert Shearmanole32: Implement OleNoteObjectVisible as described...
2006-07-12  Mike McCormackole32: Don't warn when clearing PropVariants that don...
2006-07-12  Mike McCormackole32: Allocate copied VT_CF data correctly in PropVari...
2006-06-19  Mike McCormackole32: Fix a typo.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
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.
next