changeHistory.php 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393
  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 extender</title>
  6. <meta name="keywords" content="" />
  7. <meta name="description" content="" />
  8. <link href="default.css" rel="stylesheet" type="text/css" />
  9. <?php $focusTab = "History"; Include("header.php");?>
  10. </head>
  11. <body>
  12. <div id="page">
  13. <div id="content">
  14. <a name="Change History"></a>
  15. <div class="post">
  16. <h1 class="title">3.17.00.17 12-23-10</h1>
  17. <div class="entry">
  18. <ul>
  19. <li>Removed named paste, named paste items can be searched by entering /q text</li>
  20. <li>Added add-in to set/remove read only flag on clip containing cf_hdrop items or just text of file names</li>
  21. <li>Added add-in to remove all line feeds then paste the clip</li>
  22. <li>Fixed issue with ditto taking focus back, happened when always on-top was selected</li>
  23. <li>Reverted to previous method for setting the focus</li>
  24. <li>Fixed issue where 'v' was pasted instead of the actual clip</li>
  25. <li>Changed default method for tracking focus to polling</li>
  26. <li>Sped up clip deletes, delete of the large clipboard data now happens in the background</li>
  27. <li>Sped up filling of the list, only items in view are loaded</li>
  28. <li>Save connected to the clipboard state to config settings</li>
  29. <li>Search full cf_unicode clip data with /f in the search text ex) /f text</li>
  30. <li>Include correct version of mfc and c++ runtime files</li>
  31. <li>Removed auto update feature</li>
  32. </ul>
  33. </div>
  34. <div class="meta">
  35. <p class="byline"><a href="changeHistory.php" class="more">Full Change History</a></p>
  36. </div>
  37. </div>
  38. <div class="post">
  39. <h1 class="title">3.16.8.0 08-16-09</h1>
  40. <div class="entry">
  41. <ul>
  42. <li>Added DittoUtil Addin, adds the ability to paste any clip type as text</li>
  43. <li>Fixed SetFocus fix in ActivateTarget -- needed AttachThreadInput</li>
  44. <li>Added the ability to create add-ins, called before an item is pasted</li>
  45. <li>Fixed issue with getting the currently focused window when not using the hook dll</li>
  46. <li>Updated italiano language file</li>
  47. <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>
  48. <li>Fixed word wrap option to reload correctly</li>
  49. <li>Fixed issues with loading cut copy buffer 3 correctly from config on restart</li>
  50. <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>
  51. <li>Updated to sqlite version 3.16.10</li>
  52. </ul>
  53. </div>
  54. <div class="meta">
  55. <p class="byline"><a href="changeHistory.php" class="more">Full Change History</a></p>
  56. </div>
  57. </div>
  58. <div class="post">
  59. <h1 class="title">3.16.5.0 03-23-098</h1>
  60. <div class="entry">
  61. <ul>
  62. <li>Fixed SetFocus fix in ActivateTarget -- needed AttachThreadInput -- wait for window to gain focus</li>
  63. <li>Added the ability to create add-ins, called before an item is pasted</li>
  64. <li>Fixed issue with getting the currently focused window when not using the hook dll</li>
  65. <li>Updated italiano language file</li>
  66. <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>
  67. <li>Fixed word wrap option to reload correctly</li>
  68. <li>Fixed issues with loading cut copy buffer 3 correctly from config on restart</li>
  69. <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>
  70. <li>Updated to sqlite version 3.16.10</li>
  71. </ul>
  72. </div>
  73. <div class="meta">
  74. <p class="byline"><a href="changeHistory.php" class="more">Full Change History</a></p>
  75. </div>
  76. </div>
  77. <div class="post">
  78. <h1 class="title">3.15.4.0 01-16-08</h1>
  79. <div class="entry">
  80. <ul>
  81. <li>Fixed empty directory from being created in application data in stand alone version</li>
  82. <li>Added themes (http://ditto-cp.wiki.sourceforge.net/Themes)</li>
  83. <li>Updated to latest sqlite db version</li>
  84. <li>When creating a new db auto vacuum is set. Or when doing a compact and repair.</li>
  85. </ul>
  86. </div>
  87. </div>
  88. <div class="post">
  89. <h1 class="title">3.15.1.0 8-19-07</h1>
  90. <div class="entry">
  91. <ul>
  92. <li>Custom Key strokes per application (http://ditto-cp.wiki.sourceforge.net/Custom+key+strokes)</li>
  93. <li>Added option to hide friends, via registry setting only (http://ditto-cp.wiki.sourceforge.net/Disable+Friends)</li>
  94. <li>Change some default values on new installs, limit copies to 500, disable friends, show at caret</li>
  95. <li>Save word wrap option</li>
  96. <li>Editor hot keys, added keys for undo, redo, wrap, bold, underline</li>
  97. </ul>
  98. </div>
  99. </div>
  100. <div class="post">
  101. <h1 class="title">3.14.0.0 2-18-06</h1>
  102. <div class="entry">
  103. <ul>
  104. <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>
  105. <li>Updated to latest sqlite db version. This fixed the problem with foreign characters in the current user's name.</li>
  106. <li>Added CF_HDROP (copied files), Rich Text, Html Format to multi-paste support. (will group those types on multi-paste)</li>
  107. <li>Added option for what separater is put between multi-pasted clips. (Options - General)</li>
  108. <li>Added "Word Wrap" setting in clip editor</li>
  109. <li>When searching in a group only search the clips in that group.</li>
  110. <li>Hide apply button in options. The button didn't do anything.</li>
  111. <li>Don't underline the character following an ampersand(&) when displaying clip text.</li>
  112. </ul>
  113. </div>
  114. </div>
  115. <div class="post">
  116. <h1 class="title">3.9.0.0 8-03-06</h1>
  117. <div class="entry">
  118. <ul>
  119. <li>Fixed issue that could cause Ditto to not disconnect from the clipboard</li>
  120. </ul>
  121. </div>
  122. </div>
  123. <div class="post">
  124. <h1 class="title">3.8.0.0 7-27-06</h1>
  125. <div class="entry">
  126. <ul>
  127. <li>Added the command line parameters "-disconnect" and "-connect" to control if ditto is connected to the clipboard or not</li>
  128. <li>Added option to output debug strings(F5) to file(Ctrl-F5) or debugview.exe (F5/Ctrl - F5 in quick paste window)</li>
  129. <li>Fixed error that caused some foreign characters as line feeds in Ditto</li>
  130. </ul>
  131. </div>
  132. </div>
  133. <div class="post">
  134. <h1 class="title">3.6.0.0 6-06-06</h1>
  135. <div class="entry">
  136. <ul>
  137. <li>Added the ability to edit clips</li>
  138. </ul>
  139. </div>
  140. </div>
  141. <div class="post">
  142. <h1 class="title">3.5.0.0 5-09-06</h1>
  143. <div class="entry">
  144. <ul>
  145. <li>Added option to import/export clips</li>
  146. <li>Added menu option to clear quick paste text for selected clips</li>
  147. </ul>
  148. </div>
  149. </div>
  150. <div class="post">
  151. <h1 class="title">3.4.0.0 4-26-06</h1>
  152. <div class="entry">
  153. <ul>
  154. <li>Compact database button in options now compacts the sqlite database</li>
  155. <li>Added option to prompt when deleting clips (options - Quick paste - prompt when deleting clips)</li>
  156. <li>Fixed error where Ditto would show "NO TARGET" when some Outlook windows would show</li>
  157. <li>Fixed shortcut key Alt-Home and removed short cut key Alt-End</li>
  158. <li>Fixed crash when many clips are selected and pasted</li>
  159. <li>Added Dutch translation</li>
  160. </ul>
  161. </div>
  162. </div>
  163. <div class="post">
  164. <h1 class="title">3.3.0.0 3-26-06</h1>
  165. <div class="entry">
  166. <ul>
  167. <li>Added ability to send files from one computer to another. Just copy the file send the clip to the other computer, on paste Ditto will copy file from computer A to B and past the file</li>
  168. </ul>
  169. </div>
  170. </div>
  171. <div class="post">
  172. <h1 class="title">3.2.0.0 2-17-06</h1>
  173. <div class="entry">
  174. <ul>
  175. <li>Fixed error on multiple pastes in unicode, the line fide was inserted properly</li>
  176. <li>Fixed error that caused the "run on start" to not get entered properly in the registry</li>
  177. <li>Fixed Error where if an item had a thumbnail with the clip then the clip was delete the thumbnail would still show in the list</li>
  178. </ul>
  179. </div>
  180. </div>
  181. <div class="post">
  182. <h1 class="title">3.1.0.0 1-22-06</h1>
  183. <div class="entry">
  184. <ul>
  185. <li>added special processing for CF_HDROP (copied file from windows explorer). When copied the name of the file copied will show in ditto. (it used to only show CF_HDROP</li>
  186. <li>added CF_HDROP to the default save types</li>
  187. <li>fixed error when pasting and auto hide is selected ditto would not auto hide on paste</li>
  188. <li>when pasting from quick paste as soon as a known quick paste is typed paste it<li>
  189. <li>fixed extra character from showing when using a foreign language</li>
  190. </ul>
  191. </div>
  192. </div>
  193. <div class="post">
  194. <h1 class="title">2.6.7.0 1-24-06</h1>
  195. <div class="entry">
  196. <ul>
  197. <li>Added number pad keys to the 0-9 shortcut keys for pasting last 10 entries</li>
  198. <li>Fixed uninitialized variable that could cause Ditto to not connect to the clipboard</li>
  199. <li>Fixed error that could have caused hidden icons on the desktop to show up</li>
  200. </ul>
  201. </div>
  202. </div>
  203. <div class="post">
  204. <h1 class="title">2.6.5.0 11-1-05</h1>
  205. <div class="entry">
  206. <ul>
  207. <li>Only show an error message once when we can't auto send a clip to a client</li>
  208. <li>Added French translation</li>
  209. <li>Hide tooltip window when keys are pressed and the focus is on the search edit box</li>
  210. <li>Set check marks on the menu correctly when using a foreign language</li>
  211. </ul>
  212. </div>
  213. </div>
  214. <div class="post">
  215. <h1 class="title">2.6.4.0 10-28-05</h1>
  216. <div class="entry">
  217. <ul>
  218. <li>Added option to have ditto ensure it's always connected to the clipboard. (Options - General)</li>
  219. <li>Added Italian translation</li>
  220. <li>Changed how Ditto pings the clipboard to ensure it is connected to the clipboard. It was causing a conflict with some other programs that resulted in Ditto using 100% of the cpu</li>
  221. <li>Fixed disconnect from clipboard. It would not disconnect.</li>
  222. <li>Fixed crash when auto updating.</li>
  223. <li>Replaced search combo with search edit box.</li>
  224. </ul>
  225. </div>
  226. </div>
  227. <div class="post">
  228. <h1 class="title">2.6.3.0 10-3-05</h1>
  229. <div class="entry">
  230. <ul>
  231. <li>Modified German Language File</li>
  232. <li>Fix memory leak when showing a clip's description (F3)</li>
  233. </ul>
  234. </div>
  235. </div>
  236. <div class="post">
  237. <h1 class="title">2.6.2.0 9-19-05</h1>
  238. <div class="entry">
  239. <ul>
  240. <li>Modified dialogs to fit foreign language text better</li>
  241. <li>Added German Language File</li>
  242. <li>Added more delay when clip changes happen. I think this will help with Ditto maxing out the cpu </li>
  243. </ul>
  244. </div>
  245. </div>
  246. <div class="post">
  247. <h1 class="title">2.6.0.0 Beta 7-24-05</h1>
  248. <div class="entry">
  249. <ul>
  250. <li>Added support for multiple languages</li>
  251. <li>Added delay time for saving clips, if copies happen to fast Ditto will ignore them. Settable on General Tab in Options.</li>
  252. <li>When focus is on the search combo, copy and delete will now work.</li>
  253. </ul>
  254. </div>
  255. </div>
  256. <div class="post">
  257. <h1 class="title">2.5.1.0 - 5-12-05</h1>
  258. <div class="entry">
  259. <ul>
  260. <li>Added size limit on a clip, if a clip is over that limit the clip will not be saved</li>
  261. <li>Back button will refresh the screen and go back to parent group</li>
  262. <li>When focus is on the description window then you click on another window, Ditto will hide it's window correctly</li>
  263. </ul>
  264. </div>
  265. </div>
  266. <div class="post">
  267. <h1 class="title">2.5.0.0 - 4-21-05</h1>
  268. <div class="entry">
  269. <ul>
  270. <li>Show full Rich Text or Text in description window (F3)</li>
  271. <li>Added the ability to tab to description text and copy text from it</li>
  272. <li>Added option to paste html format as plain text</li>
  273. <li>Added option to 'Find as you Type'</li>
  274. <li>Added option to always display ditto so the entire window is visible</li>
  275. <li>Added option to not show clips that are in Groups in the main list</li>
  276. <li>Clips are encrypted when sending across the network</li>
  277. <li>Ditto must be updated on both sides for the network transfer to work</li>
  278. <li>Added the ability to draw RTF text in the clip list</li>
  279. <li>Added option to not send paste to active Window</li>
  280. <li>Can specify a sound to play when Ditto saves a clip from the clipboard</li>
  281. <li>Added shortcut key Shift - Enter to put only CF_TEXT on the clipboard and send a paste</li>
  282. <li>Can use the windows keys in shortcuts</li>
  283. </ul>
  284. </div>
  285. </div>
  286. <div class="post">
  287. <h1 class="title">2.4 - 11-30-04</h1>
  288. <div class="entry">
  289. <ul>
  290. <li>Added Help file (Right-Click -> Help)</li>
  291. <li>If CF_DIB (bitmaps) is saved a thumbnail of the image will be displayed in the list and in the description (option to display image or not, Options -> Quick Paste)</li>
  292. <li>Added option to not start up the server thread (Options -> Friends -> Disable Receiving Clips)</li>
  293. <li>Set the font of the list control (Options -> Quick Paste, Right-Click -> Quick Options)</li>
  294. <li>Properties window is resizable</li>
  295. <li>When searching Spaces are treated as OR unless in quotes</li>
  296. <li>Added a move to group dialog (Right-Click -> Groups -> Move To Group)</li>
  297. <li>Added menu option to paste CF_TEXT(Paint Text) only (Right-Click -> Paste Plain Text Only)</li>
  298. <li>Check if ditto window is in a valid monitor when showing ditto</li>
  299. <li>Added CF_DIB (bitmaps) to the default types</li>
  300. <li>Fixed memory leak due to improper termination of MTServerThread.</li>
  301. <li>Fixed "corrupted QuickPaste position when closing while minimized".</li>
  302. <li>Fixed auto internet update, it was being checked properly.</li>
  303. <li>Fixed bug if you used global hot keys to paste the last item in the list it would not paste.</li>
  304. </ul>
  305. </div>
  306. </div>
  307. <div class="post">
  308. <h1 class="title">2.3 - 7-2-04</h1>
  309. <div class="entry">
  310. <ul>
  311. <li>Keep multiple Computers' clipboards in sync (Friends Tab)</li>
  312. <li>Send copied data automatically to other machines (Friends Tab)</li>
  313. <li>Right click and send individual clips to other machines</li>
  314. <li>Single click on the icon opens ditto</li>
  315. <li>New method for getting the current active window to paste into</li>
  316. <li>Option to close ditto on hot key if ditto is already active (General Tab, On by default)</li>
  317. <li>Menu option to disconnect/connect ditto to the clipboard chain</li>
  318. <li>If DAO is not installed you will be prompted to download the DAO redistribution package from http://ditto-cp.sourceforge.net/dao_setup.exe</li>
  319. </ul>
  320. </div>
  321. </div>
  322. <div class="post">
  323. <h1 class="title">2.2 - 2-29-04</h1>
  324. <div class="entry">
  325. <ul>
  326. <li>Added global hot keys for the last 10 items copied</li>
  327. <li>Added back button when viewing groups</li>
  328. <li>Added menu options to set to</li>
  329. <li>Never Auto Delete</li>
  330. <li>Auto Delete</li>
  331. <li>Remove Hot key</li>
  332. <li>Fixed bug, when setting the group in the properties screen it was not setting the item to Never Auto Delete</li>
  333. <li>Fixed bug, checking the wrong url for update</li>
  334. </ul>
  335. </div>
  336. </div>
  337. <div class="post">
  338. <h1 class="title">2.1 - 2-15-04</h1>
  339. <div class="entry">
  340. <ul>
  341. <li>Improved drawing speed</li>
  342. </ul>
  343. </div>
  344. </div>
  345. <!-- Start of StatCounter Code -->
  346. <script type="text/javascript">
  347. var sc_project=4303469;
  348. var sc_invisible=0;
  349. var sc_partition=54;
  350. var sc_click_stat=1;
  351. var sc_security="b3f57099";
  352. </script>
  353. <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>
  354. <!-- End of StatCounter Code --><br><a href="http://my.statcounter.com/project/standard/stats.php?project_id=4303469&guest=1">View My Stats</a>
  355. </div>
  356. <?php Include("rightSide.php");?>
  357. </div>
  358. </div>
  359. </body>