index.php 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="content-type" content="text/html; charset=utf-8" />
  5. <title>Ditto clipboard manager</title>
  6. <meta name="keywords" content="Ditto, clipboard, manager" />
  7. <meta name="description" content="" />
  8. <link href="default.css" rel="stylesheet" type="text/css" />
  9. <?php $focusTab = "Index"; Include("header.php");?>
  10. </head>
  11. <body>
  12. <div id="page">
  13. <div id="content">
  14. <div class="post">
  15. <div class="entry">
  16. <p>Ditto is an extension to the standard windows clipboard. It saves each item placed on the clipboard allowing you access to any of those items at a later time. Ditto allows you to save any type of information that can be put on the clipboard, text, images, html, custom formats, .....</p>
  17. </div>
  18. </div>
  19. <a name="Project Reviews"></a>
  20. <div class="post">
  21. <h1 class="title"><a href="http://sourceforge.net/projects/ditto-cp/reviews/">Project Reviews</a></h1>
  22. <script language="JavaScript" src="http://itde.vccs.edu/rss2js/feed2js.php?src=http%3A%2F%2Fsourceforge.net%2Fprojects%2Fditto-cp%2Freviews_feed.rss&chan=n&num=5&desc=1&date=n&targ=n" type="text/javascript"></script>
  23. <noscript>
  24. <a href="http://itde.vccs.edu/rss2js/feed2js.php?src=http%3A%2F%2Fsourceforge.net%2Fprojects%2Fditto-cp%2Freviews_feed.rss&chan=n&num=10&desc=1&date=n&targ=n&html=y">View RSS feed</a>
  25. </noscript>
  26. </div>
  27. <div class="post">
  28. <h1 class="title">Features</h1>
  29. <div class="entry">
  30. <ul>
  31. <li>Easy to use interface</li>
  32. <li>Search and paste previous copy entries</li>
  33. <li><b>Keep multiple computer's clipboards in sync</b></li>
  34. <li>Data is encrypted when sent over the network</li>
  35. <li>Accessed from tray icon or global hot key</li>
  36. <li>Select entry by double click, enter key or drag drop</li>
  37. <li>Paste into any window that excepts standard copy/paste entries</li>
  38. <li>Display thumbnail of copied images in list</li>
  39. <li>Full Unicode support(display foreign characters)</li>
  40. <li>UTF-8 support for language files(create language files in any language)</li>
  41. <li>Uses sqlite database (<a href="http://www.sqlite.org">www.sqlite.org</a>)</li>
  42. </ul>
  43. </div>
  44. </div>
  45. <div class="post">
  46. <h1 class="title">Why not use built in Copy bins in Office or VS.Net</h1>
  47. <div class="entry">
  48. <ul>
  49. <li>VS.Net only collects pastes from inside Visual studio</li>
  50. <li>No way to paste to external app</li>
  51. <li>Can't search past clips</li>
  52. <li>Limited storage of clips</li>
  53. <li>Clips do not persist after closing Visual Studio</li>
  54. </ul>
  55. </div>
  56. </div>
  57. <a name="Change History"></a>
  58. <div class="post">
  59. <h1 class="title">3.18.24.0 1-3-12</h1>
  60. <div class="entry">
  61. <ul>
  62. <li>Fixed issue with pasting last 10 pastes through global shortcut keys</li>
  63. <li>Fixed issue with chinese language files</li>
  64. <li>Take the windows task bar into account when ensuring entire Ditto window is visible</li>
  65. <li>Show correct shortcut key text in [Options - Keyboard Shortcuts] when Win is checked</li>
  66. </ul>
  67. </div>
  68. <div class="meta">
  69. <p class="byline"><a href="changeHistory.php" class="more">Full Change History</a></p>
  70. </div>
  71. </div>
  72. <div class="post">
  73. <h1 class="title">3.18.20.0 12-23-11</h1>
  74. <div class="entry">
  75. <ul>
  76. <li>64bit build</li>
  77. <li>Clip shortcut keys can be global (you don't need to open ditto for your clip shortcut keys to work). New check box on the clip properties window.</li>
  78. <li>New shortcut key window (right click on icon - Global hot keys) so you can see what clips are available globally and was ditto able to register the shortcut key.</li>
  79. <li>Updated icon</li>
  80. <li>Removed draw rich text option (was finding this didn't work with office 2010 rtf text)</li>
  81. <li>Fixed crash when viewing images through F3</li>
  82. <li>Portable setting is now based off of the file "portable" not a setting in the config file</li>
  83. <li>Backup the db when running an update script</li>
  84. <li>Fixed crash when automatically closing ditto's window</li>
  85. <li>Fixed issue with displaying chinease language</li>
  86. </ul>
  87. </div>
  88. <div class="meta">
  89. <p class="byline"><a href="changeHistory.php" class="more">Full Change History</a></p>
  90. </div>
  91. </div>
  92. <div class="post">
  93. <h1 class="title">3.17.00.17 12-23-10</h1>
  94. <div class="entry">
  95. <ul>
  96. <li>Removed named paste, named paste items can be searched by entering /q text</li>
  97. <li>Added add-in to set/remove read only flag on clip containing cf_hdrop items or just text of file names</li>
  98. <li>Added add-in to remove all line feeds then paste the clip</li>
  99. <li>Fixed issue with ditto taking focus back, happened when always on-top was selected</li>
  100. <li>Reverted to previous method for setting the focus</li>
  101. <li>Fixed issue where 'v' was pasted instead of the actual clip</li>
  102. <li>Changed default method for tracking focus to polling</li>
  103. <li>Sped up clip deletes, delete of the large clipboard data now happens in the background</li>
  104. <li>Sped up filling of the list, only items in view are loaded</li>
  105. <li>Save connected to the clipboard state to config settings</li>
  106. <li>Search full cf_unicode clip data with /f in the search text ex) /f text</li>
  107. <li>Include correct version of mfc and c++ runtime files</li>
  108. <li>Removed auto update feature</li>
  109. </ul>
  110. </div>
  111. <div class="meta">
  112. <p class="byline"><a href="changeHistory.php" class="more">Full Change History</a></p>
  113. </div>
  114. </div>
  115. <div class="post">
  116. <h1 class="title">3.16.8.0 08-16-09</h1>
  117. <div class="entry">
  118. <ul>
  119. <li>Added DittoUtil Addin, adds the ability to paste any clip type as text</li>
  120. <li>Fixed SetFocus fix in ActivateTarget -- needed AttachThreadInput</li>
  121. <li>Added the ability to create add-ins, called before an item is pasted</li>
  122. <li>Fixed issue with getting the currently focused window when not using the hook dll</li>
  123. <li>Updated italiano language file</li>
  124. <li>Added option to paste from hot key, press multiple times to move the selection, release the modifer key (control, shift, alt) to paste</li>
  125. <li>Fixed word wrap option to reload correctly</li>
  126. <li>Fixed issues with loading cut copy buffer 3 correctly from config on restart</li>
  127. <li>Check if key is up before sending key up command. This was causing problems if an app is listening to global key up commands</li>
  128. <li>Updated to sqlite version 3.16.10</li>
  129. </ul>
  130. </div>
  131. <div class="meta">
  132. <p class="byline"><a href="changeHistory.php" class="more">Full Change History</a></p>
  133. </div>
  134. </div>
  135. <div class="post">
  136. <h1 class="title">3.16.5.0 03-23-08</h1>
  137. <div class="entry">
  138. <ul>
  139. <li>Fixed SetFocus fix in ActivateTarget -- needed AttachThreadInput -- wait for window to gain focus</li>
  140. <li>Added the ability to create add-ins, called before an item is pasted</li>
  141. <li>Fixed issue with getting the currently focused window when not using the hook dll</li>
  142. <li>Updated italiano language file</li>
  143. <li>Added option to paste from hot key, press multiple times to move the selection, release the modifer key (control, shift, alt) to paste</li>
  144. <li>Fixed word wrap option to reload correctly</li>
  145. <li>Fixed issues with loading cut copy buffer 3 correctly from config on restart</li>
  146. <li>Check if key is up before sending key up command. This was causing problems if an app is listening to global key up commands</li>
  147. <li>Updated to sqlite version 3.16.10</li>
  148. </ul>
  149. </div>
  150. <div class="meta">
  151. <p class="byline"><a href="changeHistory.php" class="more">Full Change History</a></p>
  152. </div>
  153. </div>
  154. <div class="post">
  155. <h1 class="title">3.15.4.0 01-16-08</h1>
  156. <div class="entry">
  157. <ul>
  158. <li>Fixed empty directory from being created in application data in stand alone version</li>
  159. <li>Added themes (http://ditto-cp.wiki.sourceforge.net/Themes)</li>
  160. <li>Updated to latest sqlite db version</li>
  161. <li>When creating a new db auto vacuum is set. Or when doing a compact and repair.</li>
  162. </ul>
  163. </div>
  164. <div class="meta">
  165. <p class="byline"><a href="changeHistory.php" class="more">Full Change History</a></p>
  166. </div>
  167. </div>
  168. <!-- Start of StatCounter Code -->
  169. <script type="text/javascript">
  170. var sc_project=4303469;
  171. var sc_invisible=0;
  172. var sc_partition=54;
  173. var sc_click_stat=1;
  174. var sc_security="b3f57099";
  175. </script>
  176. <script type="text/javascript" src="http://www.statcounter.com/counter/counter.js"></script><noscript><div class="statcounter"><a title="site stats" href="http://www.statcounter.com/" target="_blank"><img class="statcounter" src="http://c.statcounter.com/4303469/0/b3f57099/0/" alt="site stats" ></a></div></noscript>
  177. <!-- End of StatCounter Code --><br><a href="http://my.statcounter.com/project/standard/stats.php?project_id=4303469&guest=1">View My Stats</a>
  178. </div>
  179. <?php Include("rightSide.php");?>
  180. </div>
  181. </div>
  182. </body>