ole32: Use helper function to duplicate global memory.
[wine] / dlls / ole32 / clipboard.c
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...
2002-02-19  Sander van LeeuwenMust make a copy of global handle returned by GetClipbo...
2001-07-29  Patrik StridvallFixed some warnings.
2001-02-28  Francois GougetSmall 'typos in comments' fixes.
2001-01-26  James JuranAdd <string.h> to files that needed it.
2000-12-19  François Gougetwinuser.h now requires that we include winbase.h first.
2000-12-02  Francois GougetFixed miscellaneous typos, syntactic and grammatical...
2000-11-30  Patrik StridvallDon't include windows.h internally.
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
2000-11-27  Dimitrie O. PaunRequire {DECLARE,DEFAULT}_DEBUG_CHANNEL statements...
2000-09-25  Alexandre JulliardRemoved inclusion of wine/winestring.h from winbase...
2000-03-28  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-03-24  Patrik StridvallFixed some warnings.
2000-03-08  Abey GeorgeImplemented OLE clipboard functionality for Embed Sourc...
2000-02-14  Juergen SchmiedAdded stub for CoResumeClassObjects.
2000-02-13  Alexandre JulliardRemoved check for class existence.
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
2000-01-18  Alexandre JulliardAdded debugstr_guid function and used it to replace
1999-10-31  Francois GougetGeneralized the use of the new ICOM_VFIELD and ICOM_VTB...
1999-10-24  Francis BeaudetEnabled the persistent clipboard server.
1999-09-19  Ulrich WeigandMoved bulk of OLE implementation to dlls/ subdirectories.