http://bugs.winehq.org/show_bug.cgi?id=11848
Alexander Scott-Johns alexander.scott.johns+winebug@googlemail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #22664|0 |1 is obsolete| |
--- Comment #24 from Alexander Scott-Johns alexander.scott.johns+winebug@googlemail.com 2009-08-05 14:13:13 --- Created an attachment (id=22835) --> (http://bugs.winehq.org/attachment.cgi?id=22835) 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".
How similar to the Windows Clipboard Viewer (or Clipbook Viewer) should mine be? - 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.