Displaying 3 results from an estimated 3 matches for "cf_enhmetafile".
2009 Apr 17
2
win32-clipboard issues and support for additional formats
...he easiest thing to do. But, I''d
like to support more formats beyond text, i.e. images.
However, this can cause a segfault. If you copy a jpeg image to the
clipboard first, for example, and try to run the following snippet you''ll
see what I mean.
Win32::Clipboard.data(Clipboard::CF_ENHMETAFILE)
I think the first issue is that we need to redefine GetClipboardData() to
return a long (HANDLE). But that means manually converting the handle back
to a string using memcpy() when it comes to dealing with text. But, since we
don''t know in advance how much text is on the clipboard, we...
2013 Nov 22
0
Wine release 1.7.7
...ecorated" registry setting to control whether windows get Mac-style decorations.
winemac: Ignore Mac-originating pasteboard types which aren't mapped to standard clipboard formats.
winemac: Add support for the CF_METAFILEPICT clipboard format.
winemac: Add support for the CF_ENHMETAFILE clipboard format.
winemac: Synthesize CF_ENHMETAFILE from CF_METAFILEPICT.
winemac: Synthesize CF_METAFILEPICT from CF_ENHMETAFILE.
winemac: Synthesize text clipboard formats in CF_TEXT, CF_OEMTEXT, CF_UNICODETEXT order.
winemac: Add a function to find the "natural"...
2011 Feb 04
0
Wine release 1.3.13
...nterface.
Alexander Scott-Johns (10):
ole32: Add support for rendering METAFILEPICT clipboard objects.
ole32: Add support for rendering HBITMAP clipboard objects.
user32/tests: Test getting the data from synthesized clipboard formats.
winex11.drv: Implement synthesizing the CF_ENHMETAFILE clipboard format from CF_METAFILEPICT.
user32: Partially fix clipboard viewer infinite recursion bug.
ole32: Fix error handling in get_data_from_metafilepict and get_data_from_bitmap.
winex11.drv: Remove broken HeapFree call.
notepad: Load UTF-8 encoding name from resources...