projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
msvcrt: NULL terminate program arguments list in __getmainargs.
[wine]
/
dlls
/
ole32
/
clipboard.c
2012-10-29
André Hentschel
ole32: Don't leak memory allocated by ProgIDFromCLSID...
blob
|
commitdiff
|
raw
2012-07-17
Nikolay Sivov
ole32: Make ole stream creation helper capable of handl...
blob
|
commitdiff
|
raw
|
diff to current
2011-01-31
Alexander Scott...
ole32: Fix error handling in get_data_from_metafilepict...
blob
|
commitdiff
|
raw
|
diff to current
2011-01-28
Alexander Scott...
ole32: Add support for rendering HBITMAP clipboard...
blob
|
commitdiff
|
raw
|
diff to current
2011-01-28
Alexander Scott...
ole32: Add support for rendering METAFILEPICT clipboard...
blob
|
commitdiff
|
raw
|
diff to current
2010-12-16
Michael Stefaniuc
ole32: Standardize the COM usage in clipboard.c.
blob
|
commitdiff
|
raw
|
diff to current
2010-05-26
Michael Stefaniuc
ole32: Avoid potential NULL pointer dereferences in...
blob
|
commitdiff
|
raw
|
diff to current
2009-12-30
Rob Shearman
ole32: Handle SetClipboardData failing in OLE clipboard...
blob
|
commitdiff
|
raw
|
diff to current
2009-12-30
Rob Shearman
ole32: Release the data object and free the cached...
blob
|
commitdiff
|
raw
|
diff to current
2009-06-23
Huw Davies
ole32: Add support for retrieving enhanced metafiles.
blob
|
commitdiff
|
raw
|
diff to current
2009-06-22
Vincent Povirk
ole32: Add support for rendering HENHMETAFILE clipboard...
blob
|
commitdiff
|
raw
|
diff to current
2009-06-09
Alexandre Julliard
ole32: Get rid of line feeds and tabs in traces.
blob
|
commitdiff
|
raw
|
diff to current
2009-04-30
Huw Davies
ole32: Implement GetDataHere.
blob
|
commitdiff
|
raw
|
diff to current
2009-04-24
Huw Davies
ole32: Expose the marshalled data on the clipboard...
blob
|
commitdiff
|
raw
|
diff to current
2009-04-23
Huw Davies
ole32: Register a few more clipboard formats and make...
blob
|
commitdiff
|
raw
|
diff to current
2009-04-22
Huw Davies
ole32: Improve the TRACEs by printing the fmtetc contents.
blob
|
commitdiff
|
raw
|
diff to current
2009-04-21
Huw Davies
ole32: Add support for enumerating non-ole clipboard...
blob
|
commitdiff
|
raw
|
diff to current
2009-04-21
Huw Davies
ole32: Don't set cf_dataobject if we're clearing the...
blob
|
commitdiff
|
raw
|
diff to current
2009-04-21
Huw Davies
ole32: Check that the target devices match.
blob
|
commitdiff
|
raw
|
diff to current
2009-04-21
Huw Davies
ole32: Make get_priv_data return target device ptrs...
blob
|
commitdiff
|
raw
|
diff to current
2009-04-16
Huw Davies
ole32: Try global and stream types if the requested...
blob
|
commitdiff
|
raw
|
diff to current
2009-04-16
Huw Davies
ole32: OleFlushClipboard should render all formats...
blob
|
commitdiff
|
raw
|
diff to current
2009-04-16
Huw Davies
ole32: Add support for getting storage based objects...
blob
|
commitdiff
|
raw
|
diff to current
2009-04-16
Huw Davies
ole32: Add support for getting stream based objects...
blob
|
commitdiff
|
raw
|
diff to current
2009-04-16
Huw Davies
ole32: Add support for getting global handle objects...
blob
|
commitdiff
|
raw
|
diff to current
2009-04-16
Huw Davies
ole32: After a call to GetData the consumer should...
blob
|
commitdiff
|
raw
|
diff to current
2009-04-16
Huw Davies
ole32: Now that the consumer side of the clipboard...
blob
|
commitdiff
|
raw
|
diff to current
2009-04-16
Huw Davies
ole32: The consumer data object is not a singleton...
blob
|
commitdiff
|
raw
|
diff to current
2009-04-16
Huw Davies
ole32: If there's a current data object on the ole...
blob
|
commitdiff
|
raw
|
diff to current
2009-04-16
Huw Davies
ole32: Store the marshalled IDataObject in a window...
blob
|
commitdiff
|
raw
|
diff to current
2009-04-16
Huw Davies
ole32: Rename a variable.
blob
|
commitdiff
|
raw
|
diff to current
2009-04-16
Huw Davies
ole32: Don't pass a window if we're reading from the...
blob
|
commitdiff
|
raw
|
diff to current
2009-04-16
Huw Davies
ole32: Add a function to return (and possibly create...
blob
|
commitdiff
|
raw
|
diff to current
2009-04-16
Huw Davies
ole32: Add a helper function to set and release the...
blob
|
commitdiff
|
raw
|
diff to current
2009-04-16
Huw Davies
ole32: Add a helper function to return the ole clipboar...
blob
|
commitdiff
|
raw
|
diff to current
2009-04-16
Huw Davies
ole32: Unicodify window creation. Don't register the...
blob
|
commitdiff
|
raw
|
diff to current
2009-04-16
Huw Davies
ole32: Use helper function to duplicate global memory.
blob
|
commitdiff
|
raw
|
diff to current
2009-04-16
Huw Davies
ole32: Add support for rendering storage data to the...
blob
|
commitdiff
|
raw
|
diff to current
2009-04-16
Huw Davies
ole32: Make all formats available to the clipboard.
blob
|
commitdiff
|
raw
|
diff to current
2009-04-16
Huw Davies
ole32: Add support for rendering stream data to the...
blob
|
commitdiff
|
raw
|
diff to current
2009-04-16
Huw Davies
ole32: Rewrite the clipboard window's wndproc to use...
blob
|
commitdiff
|
raw
|
diff to current
2009-04-16
Huw Davies
ole32: Change helper function to return the matching...
blob
|
commitdiff
|
raw
|
diff to current
2009-04-16
Huw Davies
ole32: Store a cached version of the local data object...
blob
|
commitdiff
|
raw
|
diff to current
2009-04-01
Huw Davies
ole32: Change the global memory duplicator to return...
blob
|
commitdiff
|
raw
|
diff to current
2009-04-01
Huw Davies
ole32: Rename a few variables and remove a couple of...
blob
|
commitdiff
|
raw
|
diff to current
2009-04-01
Huw Davies
ole32: Move the embed source hack to a separate function.
blob
|
commitdiff
|
raw
|
diff to current
2009-03-31
Huw Davies
ole32: Simplify some of the error handling.
blob
|
commitdiff
|
raw
|
diff to current
2009-03-30
Huw Davies
ole32: Reimplement the formatetc enumerator using ...
blob
|
commitdiff
|
raw
|
diff to current
2009-03-30
Huw Davies
ole32: AddRef does not return an HRESULT. Have the...
blob
|
commitdiff
|
raw
|
diff to current
2009-03-30
Huw Davies
ole32: Change the enum formatetc constructor to return...
blob
|
commitdiff
|
raw
|
diff to current
2009-03-30
Huw Davies
ole32: Don't hold a reference on the parent IDataObject.
blob
|
commitdiff
|
raw
|
diff to current
2009-03-30
Huw Davies
ole32: Rename a variable.
blob
|
commitdiff
|
raw
|
diff to current
2009-03-30
Huw Davies
ole32: Use a helper function to access the enum format...
blob
|
commitdiff
|
raw
|
diff to current
2009-03-26
Huw Davies
ole32: Set the 'Ole Private Data' clipboard format.
blob
|
commitdiff
|
raw
|
diff to current
2009-03-26
Huw Davies
ole32: OleFlushClipboard shouldn't call EmptyClipboard.
blob
|
commitdiff
|
raw
|
diff to current
2009-03-25
Huw Davies
ole32: Move the code to set the clipboard formats to...
blob
|
commitdiff
|
raw
|
diff to current
2009-03-23
Huw Davies
ole32: Store the ole clipboard window's HWND in the...
blob
|
commitdiff
|
raw
|
diff to current
2009-03-23
Huw Davies
ole32: Register DataObject clipboard format.
blob
|
commitdiff
|
raw
|
diff to current
2009-03-23
Huw Davies
ole32: Use IsEqualIID rather than memcmp.
blob
|
commitdiff
|
raw
|
diff to current
2009-03-23
Huw Davies
ole32: Simplify QueryInterface.
blob
|
commitdiff
|
raw
|
diff to current
2009-03-23
Huw Davies
ole32: pFmt isn't exposed to the client, so simplify...
blob
|
commitdiff
|
raw
|
diff to current
2009-03-23
Huw Davies
ole32: Rearrange functions to eliminate forward declara...
blob
|
commitdiff
|
raw
|
diff to current
2009-03-23
Huw Davies
ole32: Add a helper function to retrieve the implementa...
blob
|
commitdiff
|
raw
|
diff to current
2009-03-23
Huw Davies
ole32: Don't allocate the ole clipboard object in globa...
blob
|
commitdiff
|
raw
|
diff to current
2009-03-23
Huw Davies
ole32: Remove unused static variable.
blob
|
commitdiff
|
raw
|
diff to current
2009-02-11
Michael Stefaniuc
ole32: Remove superfluous pointer casts.
blob
|
commitdiff
|
raw
|
diff to current
2009-01-08
Francois Gouget
ole32: Don't use the default debug channel before it...
blob
|
commitdiff
|
raw
|
diff to current
2008-12-24
Andrew Talbot
ole32: Superfluous semicolons fix.
blob
|
commitdiff
|
raw
|
diff to current
2008-12-22
Nikolay Sivov
ole32: Fix return value for IDataObject_GetData.
blob
|
commitdiff
|
raw
|
diff to current
2008-12-19
Nikolay Sivov
ole32: Make OleSetClipboard affected by previous OleIni...
blob
|
commitdiff
|
raw
|
diff to current
2008-11-06
Michael Stefaniuc
ole32: Remove some superfluous casts of void pointers...
blob
|
commitdiff
|
raw
|
diff to current
2008-10-08
Michael Stefaniuc
ole32: Use the right FAILED/SUCCEEDED macro instead...
blob
|
commitdiff
|
raw
|
diff to current
2008-07-21
Vincent Povirk
ole32: Always return false when asked if NULL is the...
blob
|
commitdiff
|
raw
|
diff to current
2008-04-16
Rob Shearman
ole32: Fix OLEClipbrd_IDataObject_QueryGetData to confo...
blob
|
commitdiff
|
raw
|
diff to current
2008-03-11
Andrew Talbot
ole32: Assign to structs instead of using memcpy.
blob
|
commitdiff
|
raw
|
diff to current
2008-01-15
Andrew Talbot
ole32: Remove unneeded casts.
blob
|
commitdiff
|
raw
|
diff to current
2006-10-24
Eric Pouech
ole32: Fixed some wrong conditions in OleFlushClipboard.
blob
|
commitdiff
|
raw
|
diff to current
2006-10-16
Michael Stefaniuc
ole32: Win64 printf format warning fixes.
blob
|
commitdiff
|
raw
|
diff to current
2006-07-12
Mike McCormack
ole32: Small cleanups.
blob
|
commitdiff
|
raw
|
diff to current
2006-05-23
Jonathan Ernst
Update the address of the Free Software Foundation.
blob
|
commitdiff
|
raw
|
diff to current
2005-11-09
Markus Amsler
Improve c2man Documented-Total count.
blob
|
commitdiff
|
raw
|
diff to current
2005-09-25
Robert Shearman
Move all 16-bit functions to an appropriate 16-bit...
blob
|
commitdiff
|
raw
|
diff to current
2005-07-05
Mike McCormack
Fix gcc 4.0 -Wpointer-sign warnings.
blob
|
commitdiff
|
raw
|
diff to current
2005-06-06
Dmitry Timoshkov
Make remaining OLE interface vtables const.
blob
|
commitdiff
|
raw
|
diff to current
2005-03-29
Vincent Béron
Change prototypes so gcc with some warnings doesn't...
blob
|
commitdiff
|
raw
|
diff to current
2005-03-21
Mike McCormack
Eliminate casts of the return value of HeapAlloc.
blob
|
commitdiff
|
raw
|
diff to current
2005-03-14
Joris Huizer
A few memory checks avoiding memory leaks.
blob
|
commitdiff
|
raw
|
diff to current
2005-03-02
Francois Gouget
Assorted spelling fixes.
blob
|
commitdiff
|
raw
|
diff to current
2005-03-02
Alexandre Julliard
Avoid spaces before preprocessor directives, that's...
blob
|
commitdiff
|
raw
|
diff to current
2004-12-23
Michael Stefaniuc
Do not check for non NULL pointer before HeapFree'ing...
blob
|
commitdiff
|
raw
|
diff to current
2004-12-06
Robert Shearman
Remove unnecessary WNDPROC casts.
blob
|
commitdiff
|
raw
|
diff to current
2004-10-07
Francois Gouget
Don't define COBJMACROS in objbase.h.
blob
|
commitdiff
|
raw
|
diff to current
2004-09-24
Joris Huizer
Ref count increment/decrement cleanup.
blob
|
commitdiff
|
raw
|
diff to current
2004-09-09
Alexandre Julliard
Get rid of the non-standard ICOM_THIS macro.
blob
|
commitdiff
|
raw
|
diff to current
2004-08-23
Alexandre Julliard
Get rid of the no longer used ICOM_MSVTABLE_COMPAT_Dumm...
blob
|
commitdiff
|
raw
|
diff to current
2004-08-12
Alexandre Julliard
Get rid of the non-standard ICOM_VTABLE macro.
blob
|
commitdiff
|
raw
|
diff to current
2004-08-12
Alexandre Julliard
Get rid of the non-standard ICOM_VFIELD macro.
blob
|
commitdiff
|
raw
|
diff to current
2004-01-06
Francois Gouget
Assorted spelling fixes.
blob
|
commitdiff
|
raw
|
diff to current
2003-10-01
Michael Stefaniuc
Fix missing mem freeing on error path.
blob
|
commitdiff
|
raw
|
diff to current
2003-09-11
Dave Miller
Removed ordinals from comments.
blob
|
commitdiff
|
raw
|
diff to current
next