Clipboard Format Spy Changelog

What's new in Clipboard Format Spy 4.1.1

Mar 22, 2014
  • Changed main UI font.
  • Fixed bugs:
  • JavaScript error dialogue boxes were occasionally being displayed when previewing HTML in the view dialogue box.
  • Required help topics were not being displayed from the view dialogue box.
  • Form scaling problems.
  • Incorrect memory allocation bug in forms.
  • Updated documentation and license.

New in Clipboard Format Spy 4.1.0 (Jun 20, 2012)

  • Implemented full Unicode support:
  • Recompiled with Delphi 2010.
  • Changed several clipboard viewers to correctly handle Unicode and non-Unicode clipboard formats.
  • Fixed code that was not fully Unicode compatible.
  • Removed some Delphi 7 specific fixes:
  • Code that fixed problems with taskbar and flip-UI etc on Vista and later was stripped out: Delphi 2010's native handling of task bar used instead.
  • Removed code that fixed "Alt key bug": bug not present when compiled with Delphi 2010.
  • Potential sizing problems with Vista windows fixed by setting viewer frame's client height and width instead of overall height and width.
  • Changed some internal clipboard format names to comply with Windows standards.
  • Removed support for some clipboard formats:
  • "text/richtext": had been assumed to be same as "Rich Text Format", but it is not.
  • "text/plain": can't determine whether this format is for Unicode or ANSI text.
  • Fixed bug in code that processes PIDLs.
  • Ammended code to remove all Delphi 2010 warnings.
  • Memory leaks now checked when running under debugger.
  • Updated installer:
  • Installer now supports Unicode.
  • Abandoned support for Windows 9x and NT: now require Windows 2000 or later.
  • Updated documentation and license.

New in Clipboard Format Spy 4.0.2 (Mar 17, 2010)

  • Changed to make application minimisation, task bar preview window, and appearance in "Flip 3D" task switching display correctly on Windows Vista.
  • Provided work-around for Delphi's Alt key bug on XP and Vista (CodeGear Quality Central bug report #374030).
  • Added accelerator keys to buttons and check boxes in viewer dialog box and various view frames.
  • Customised all main window class names.