ole32: Handle SetClipboardData failing in OLE clipboard functions.
[wine] / dlls / ole32 / clipboard.c
2009-12-30  Rob Shearmanole32: Handle SetClipboardData failing in OLE clipboard...
2009-12-30  Rob Shearmanole32: Release the data object and free the cached...
2009-06-23  Huw Daviesole32: Add support for retrieving enhanced metafiles.
2009-06-22  Vincent Povirkole32: Add support for rendering HENHMETAFILE clipboard...
2009-06-09  Alexandre Julliardole32: Get rid of line feeds and tabs in traces.
2009-04-30  Huw Daviesole32: Implement GetDataHere.
2009-04-24  Huw Daviesole32: Expose the marshalled data on the clipboard...
2009-04-23  Huw Daviesole32: Register a few more clipboard formats and make...
2009-04-22  Huw Daviesole32: Improve the TRACEs by printing the fmtetc contents.
2009-04-21  Huw Daviesole32: Add support for enumerating non-ole clipboard...
2009-04-21  Huw Daviesole32: Don't set cf_dataobject if we're clearing the...
2009-04-21  Huw Daviesole32: Check that the target devices match.
2009-04-21  Huw Daviesole32: Make get_priv_data return target device ptrs...
2009-04-16  Huw Daviesole32: Try global and stream types if the requested...
2009-04-16  Huw Daviesole32: OleFlushClipboard should render all formats...
2009-04-16  Huw Daviesole32: Add support for getting storage based objects...
2009-04-16  Huw Daviesole32: Add support for getting stream based objects...
2009-04-16  Huw Daviesole32: Add support for getting global handle objects...
2009-04-16  Huw Daviesole32: After a call to GetData the consumer should...
2009-04-16  Huw Daviesole32: Now that the consumer side of the clipboard...
2009-04-16  Huw Daviesole32: The consumer data object is not a singleton...
2009-04-16  Huw Daviesole32: If there's a current data object on the ole...
2009-04-16  Huw Daviesole32: Store the marshalled IDataObject in a window...
2009-04-16  Huw Daviesole32: Rename a variable.
2009-04-16  Huw Daviesole32: Don't pass a window if we're reading from the...
2009-04-16  Huw Daviesole32: Add a function to return (and possibly create...
2009-04-16  Huw Daviesole32: Add a helper function to set and release the...
2009-04-16  Huw Daviesole32: Add a helper function to return the ole clipboar...
2009-04-16  Huw Daviesole32: Unicodify window creation. Don't register the...
2009-04-16  Huw Daviesole32: Use helper function to duplicate global memory.
2009-04-16  Huw Daviesole32: Add support for rendering storage data to the...
2009-04-16  Huw Daviesole32: Make all formats available to the clipboard.
2009-04-16  Huw Daviesole32: Add support for rendering stream data to the...
2009-04-16  Huw Daviesole32: Rewrite the clipboard window's wndproc to use...
2009-04-16  Huw Daviesole32: Change helper function to return the matching...
2009-04-16  Huw Daviesole32: Store a cached version of the local data object...
2009-04-01  Huw Daviesole32: Change the global memory duplicator to return...
2009-04-01  Huw Daviesole32: Rename a few variables and remove a couple of...
2009-04-01  Huw Daviesole32: Move the embed source hack to a separate function.
2009-03-31  Huw Daviesole32: Simplify some of the error handling.
2009-03-30  Huw Daviesole32: Reimplement the formatetc enumerator using ...
2009-03-30  Huw Daviesole32: AddRef does not return an HRESULT. Have the...
2009-03-30  Huw Daviesole32: Change the enum formatetc constructor to return...
2009-03-30  Huw Daviesole32: Don't hold a reference on the parent IDataObject.
2009-03-30  Huw Daviesole32: Rename a variable.
2009-03-30  Huw Daviesole32: Use a helper function to access the enum format...
2009-03-26  Huw Daviesole32: Set the 'Ole Private Data' clipboard format.
2009-03-26  Huw Daviesole32: OleFlushClipboard shouldn't call EmptyClipboard.
2009-03-25  Huw Daviesole32: Move the code to set the clipboard formats to...
2009-03-23  Huw Daviesole32: Store the ole clipboard window's HWND in the...
2009-03-23  Huw Daviesole32: Register DataObject clipboard format.
2009-03-23  Huw Daviesole32: Use IsEqualIID rather than memcmp.
2009-03-23  Huw Daviesole32: Simplify QueryInterface.
2009-03-23  Huw Daviesole32: pFmt isn't exposed to the client, so simplify...
2009-03-23  Huw Daviesole32: Rearrange functions to eliminate forward declara...
2009-03-23  Huw Daviesole32: Add a helper function to retrieve the implementa...
2009-03-23  Huw Daviesole32: Don't allocate the ole clipboard object in globa...
2009-03-23  Huw Daviesole32: Remove unused static variable.
2009-02-11  Michael Stefaniucole32: Remove superfluous pointer casts.
2009-01-08  Francois Gougetole32: Don't use the default debug channel before it...
2008-12-24  Andrew Talbotole32: Superfluous semicolons fix.
2008-12-22  Nikolay Sivovole32: Fix return value for IDataObject_GetData.
2008-12-19  Nikolay Sivovole32: Make OleSetClipboard affected by previous OleIni...
2008-11-06  Michael Stefaniucole32: Remove some superfluous casts of void pointers...
2008-10-08  Michael Stefaniucole32: Use the right FAILED/SUCCEEDED macro instead...
2008-07-21  Vincent Povirkole32: Always return false when asked if NULL is the...
2008-04-16  Rob Shearmanole32: Fix OLEClipbrd_IDataObject_QueryGetData to confo...
2008-03-11  Andrew Talbotole32: Assign to structs instead of using memcpy.
2008-01-15  Andrew Talbotole32: Remove unneeded casts.
2006-10-24  Eric Pouechole32: Fixed some wrong conditions in OleFlushClipboard.
2006-10-16  Michael Stefaniucole32: Win64 printf format warning fixes.
2006-07-12  Mike McCormackole32: Small cleanups.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-11-09  Markus AmslerImprove c2man Documented-Total count.
2005-09-25  Robert ShearmanMove all 16-bit functions to an appropriate 16-bit...
2005-07-05  Mike McCormackFix gcc 4.0 -Wpointer-sign warnings.
2005-06-06  Dmitry TimoshkovMake remaining OLE interface vtables const.
2005-03-29  Vincent BéronChange prototypes so gcc with some warnings doesn't...
2005-03-21  Mike McCormackEliminate casts of the return value of HeapAlloc.
2005-03-14  Joris HuizerA few memory checks avoiding memory leaks.
2005-03-02  Francois GougetAssorted spelling fixes.
2005-03-02  Alexandre JulliardAvoid spaces before preprocessor directives, that's...
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-06  Robert ShearmanRemove unnecessary WNDPROC casts.
2004-10-07  Francois GougetDon't define COBJMACROS in objbase.h.
2004-09-24  Joris HuizerRef count increment/decrement cleanup.
2004-09-09  Alexandre JulliardGet rid of the non-standard ICOM_THIS macro.
2004-08-23  Alexandre JulliardGet rid of the no longer used ICOM_MSVTABLE_COMPAT_Dumm...
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-01-06  Francois GougetAssorted spelling fixes.
2003-10-01  Michael StefaniucFix missing mem freeing on error path.
2003-09-11  Dave MillerRemoved ordinals from comments.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-04-10  Alexandre JulliardRemoved uses of the non standard ICOM_VTBL macro.
2003-01-14  Francois GougetRemove (POINTER)NULL casts.
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2002-11-22  Alexandre JulliardCompile ole32 with -DSTRICT.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
next