index.php 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  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. <div class="post">
  20. <h1 class="title">Features</h1>
  21. <div class="entry">
  22. <ul>
  23. <li>Easy to use interface</li>
  24. <li>Search and paste previous copy entries</li>
  25. <li><b>Keep multiple computer's clipboards in sync</b></li>
  26. <li>Data is encrypted when sent over the network</li>
  27. <li>Accessed from tray icon or global hot key</li>
  28. <li>Select entry by double click, enter key or drag drop</li>
  29. <li>Paste into any window that excepts standard copy/paste entries</li>
  30. <li>Display thumbnail of copied images in list</li>
  31. <li>Full Unicode support(display foreign characters)</li>
  32. <li>UTF-8 support for language files(create language files in any language)</li>
  33. <li>Uses sqlite database (<a href="http://www.sqlite.org">www.sqlite.org</a>)</li>
  34. </ul>
  35. </div>
  36. </div>
  37. <div class="post">
  38. <h1 class="title">Why not use built in Copy bins in Office or VS.Net</h1>
  39. <div class="entry">
  40. <ul>
  41. <li>VS.Net only collects pastes from inside Visual studio</li>
  42. <li>No way to paste to external app</li>
  43. <li>Can't search past clips</li>
  44. <li>Limited storage of clips</li>
  45. <li>Clips do not persist after closing Visual Studio</li>
  46. </ul>
  47. </div>
  48. </div>
  49. <a name="Change History"></a>
  50. <div class="post">
  51. <h1 class="title">3.16.5.0 03-23-09</h1>
  52. <div class="entry">
  53. <ul>
  54. <li>Fixed SetFocus fix in ActivateTarget -- needed AttachThreadInput -- wait for window to gain focus</li>
  55. <li>Added the ability to create add-ins, called before an item is pasted</li>
  56. <li>Fixed issue with getting the currently focused window when not using the hook dll</li>
  57. <li>Updated italiano language file</li>
  58. <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>
  59. <li>Fixed word wrap option to reload correctly</li>
  60. <li>Fixed issues with loading cut copy buffer 3 correctly from config on restart</li>
  61. <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>
  62. <li>Updated to sqlite version 3.16.10</li>
  63. </ul>
  64. </div>
  65. <div class="meta">
  66. <p class="byline"><a href="changeHistory.php" class="more">Full Change History</a></p>
  67. </div>
  68. </div>
  69. <div class="post">
  70. <h1 class="title">3.15.4.0 01-16-08</h1>
  71. <div class="entry">
  72. <ul>
  73. <li>Fixed empty directory from being created in application data in stand alone version</li>
  74. <li>Added themes (http://ditto-cp.wiki.sourceforge.net/Themes)</li>
  75. <li>Updated to latest sqlite db version</li>
  76. <li>When creating a new db auto vacuum is set. Or when doing a compact and repair.</li>
  77. </ul>
  78. </div>
  79. <div class="meta">
  80. <p class="byline"><a href="changeHistory.php" class="more">Full Change History</a></p>
  81. </div>
  82. </div>
  83. <div class="post">
  84. <h1 class="title">3.15.1.0 8-19-07</h1>
  85. <div class="entry">
  86. <ul>
  87. <li>Custom Key strokes per application (http://ditto-cp.wiki.sourceforge.net/Custom+key+strokes)</li>
  88. <li>Added option to hide friends, via registry setting only (http://ditto-cp.wiki.sourceforge.net/Disable+Friends)</li>
  89. <li>Change some default values on new installs, limit copies to 500, disable friends, show at caret</li>
  90. <li>Save word wrap option</li>
  91. <li>Editor hot keys, added keys for undo, redo, wrap, bold, underline</li>
  92. </ul>
  93. </div>
  94. <div class="meta">
  95. <p class="byline"><a href="changeHistory.php" class="more">Full Change History</a></p>
  96. </div>
  97. </div>
  98. <div class="post">
  99. <h1 class="title">3.14.0.0 2-18-06</h1>
  100. <div class="entry">
  101. <ul>
  102. <li>Added new feature, "Ditto copy buffers" Options - Copy buffers. Can assign short cut keys for extra copy buffers. These copy buffers work just like Ctrl-C and Ctrl-V. Things can be copied and pasted without affecting the standard clipboard data.</li>
  103. <li>Updated to latest sqlite db version. This fixed the problem with foreign characters in the current user's name.</li>
  104. <li>Added CF_HDROP (copied files), Rich Text, Html Format to multi-paste support. (will group those types on multi-paste)</li>
  105. <li>Added option for what separater is put between multi-pasted clips. (Options - General)</li>
  106. <li>Added "Word Wrap" setting in clip editor</li>
  107. <li>When searching in a group only search the clips in that group.</li>
  108. <li>Hide apply button in options. The button didn't do anything.</li>
  109. <li>Don't underline the character following an ampersand(&) when displaying clip text.</li>
  110. </ul>
  111. </div>
  112. <div class="meta">
  113. <p class="byline"><a href="changeHistory.php" class="more">Full Change History</a></p>
  114. </div>
  115. </div>
  116. <div class="post">
  117. <h1 class="title">3.9.0.0 8-03-06</h1>
  118. <div class="entry">
  119. <ul>
  120. <li>Fixed issue that could cause Ditto to not disconnect from the clipboard</li>
  121. </ul>
  122. </div>
  123. <div class="meta">
  124. <p class="byline"><a href="changeHistory.php" class="more">Full Change History</a></p>
  125. </div>
  126. </div>
  127. <div class="post">
  128. <h1 class="title">3.8.0.0 7-27-06</h1>
  129. <div class="entry">
  130. <ul>
  131. <li>Added the command line parameters "-disconnect" and "-connect" to control if ditto is connected to the clipboard or not</li>
  132. <li>Added option to output debug strings(F5) to file(Ctrl-F5) or debugview.exe (F5/Ctrl - F5 in quick paste window)</li>
  133. <li>Fixed error that caused some foreign characters as line feeds in Ditto</li>
  134. </ul>
  135. </div>
  136. <div class="meta">
  137. <p class="byline"><a href="changeHistory.php" class="more">Full Change History</a></p>
  138. </div>
  139. </div>
  140. <div class="post">
  141. <h1 class="title">3.6.0.0 6-06-06</h1>
  142. <div class="entry">
  143. <ul>
  144. <li>Added the ability to edit clips</li>
  145. </ul>
  146. </div>
  147. <div class="meta">
  148. <p class="byline"><a href="changeHistory.php" class="more">Full Change History</a></p>
  149. </div>
  150. </div>
  151. <!-- Start of StatCounter Code -->
  152. <script type="text/javascript">
  153. var sc_project=4303469;
  154. var sc_invisible=0;
  155. var sc_partition=54;
  156. var sc_click_stat=1;
  157. var sc_security="b3f57099";
  158. </script>
  159. <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>
  160. <!-- End of StatCounter Code --><br><a href="http://my.statcounter.com/project/standard/stats.php?project_id=4303469&guest=1">View My Stats</a>
  161. </div>
  162. <?php Include("rightSide.php");?>
  163. </div>
  164. </div>
  165. </body>