rpcrt4: Retrieve the maximum token length from the security provider rather than...
[wine] / dlls / ole32 / clipboard.c
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.