cfs icon indicating copy to clipboard operation
cfs copied to clipboard

Clipboard Format Spy: displays the contents of the Windows clipboard in numerous formats.

Results 6 cfs issues
Sort by recently updated
recently updated
newest added

Still using old version of [Clipboard Viewer Component](http://delphidabbler.com/software/cbview) that uses the old clipboard viewer API chain, which is unstable. Update to use the newer and stable clipboard listener API. Easiest...

Not fixed when project archived

Most if not all code is licensed under the MPL v1.1. This really needs modernising to the simpler and more flexible MPL 2.0.

Not fixed when project archived

The `text/_moz_htmlcontext` clipboard format is used when HTML is copied to the clipboard in FireFox. It appears to be well formed HTML and could be displayed in the existing HTML...

Not fixed when project archived

Currently the project accesses the clipboard using the Delphi VCL Clipboard object and the old procedural clipboard API. It could be changed to use the OLE clipboard API and `IDataObject`...

Not fixed when project archived

It would be convenient if list view control in main window displayed some indication of the current sort column and direction. The standard way to do this is via arrows...

Not fixed when project archived

It can be hard to track down details of the various clipboard formats, particularly the non-standard ones. So, it would be useful to document as many clipboard formats as possible...

Not fixed when project archived