http://bugs.winehq.org/show_bug.cgi?id=11848
--- Comment #25 from Austin English austinenglish@gmail.com 2009-08-05 14:17:39 --- (In reply to comment #24)
Created an attachment (id=22835)
--> (http://bugs.winehq.org/attachment.cgi?id=22835) [details]
Patch that implements a clipboard viewer
My clipboard viewer can now preview several clipboard formats, and there are several different views.
The formats which should work include CF_TEXT, CF_BITMAP, CF_METAFILEPICT, CF_OEMTEXT, CF_DIB, CF_PALETTE, CF_UNICODETEXT, CF_ENHMETAFILE, CF_HDROP, CF_LOCALE, CF_DIBV5, CF_DSPTEXT, CF_DSPBITMAP, CF_DSPMETAFILEPICT, CF_DSPENHMETAFILE, "Rich Text Format", "RTF As Text" and "RTF in UTF8".
Great!
How similar to the Windows Clipboard Viewer (or Clipbook Viewer) should mine be?
That's a better question for Julliard. Best to ask him before putting too much work into the wrong direction
- My program saves the state of the clipboard when it refreshes, but native
just opens the clipboard when it redraws (but if the automatic updates break, it doesn't work well). My program uses the EDIT and Richedit controls, which store the state anyway.
- My program can display multiple formats at once; native only displays one.
- My program is more programmer-oriented (and so displays the format id with
the format name, and has an Information window).
- My program can display the raw clipboard data in hex.
- The clipboard viewer was removed from Vista.
Older programs still use it. XP is still the default wine setting, and probably will be for a while. Oleview/etc. are no longer around on newer windows versions, but we still bundle them.