Commit | Date | |
---|---|---|
2011-01-04 21:26:25 | Tree | |
2011-01-04 21:15:26 | Tree | |
[r1281]
by
delphidabbler
Modified TClipboardHelper to have AddXXX methods for each format supported by program instead of a couple of generic overloaded methods. Updated using TCopyViewMgr accordingly. This was done to get round a quirk in how TEncoding converts string to TBytes. MBCS encodings include termination 0 byte in bytes but Unicode encodings do not include any terminating 0 byte pair. TClipboardHelper now requires text data to be passed in required string format and ensures terminating zero bytes are written to clipboard. XMLDoc commented TClipboardHelper. |
2010-12-19 10:55:11 | Tree |
[r1280]
by
delphidabbler
Changed BytesToAnsiString to exclude any terminal 0 byte from resulting string because Delphi adds its own #0 character at the end of an AnsiString. |
2010-12-19 02:53:25 | Tree |
[r1279]
by
delphidabbler
Re-revised code that copies views to clipboard to manage data as encoded data instead of byte arrays. |
2010-12-19 02:32:38 | Tree |
[r1278]
by
delphidabbler
Changed TRoutineDoc and descendant to generate documents as TEncodedData instead of writing to stream. Modified using units to accommodate change. |
2010-12-19 01:42:06 | Tree |
[r1277]
by
delphidabbler
* Revised code that copies views to clipboard to manage data as byte arrays instead of strings. |
2010-12-19 00:48:58 | Tree |
[r1276]
by
delphidabbler
Changed TPrintingPrefsPreview.HiliteSource to return TEncodedData instead of string. This avoids a couple of unnecessary string conversions. |
2010-12-18 20:43:48 | Tree |
[r1275]
by
delphidabbler
* Removed HTML comments wrapping CSS within embedded style tag. |
2010-12-18 20:34:33 | Tree |
[r1274]
by
delphidabbler
Merged trunk changes for release 3.8.7 (i.e. r1191, r1270 and r1271) into the v4-dev branch. Note that r1195 and r1257 had already been merged at an earlier date. Made conflict resolution in VCodeSnip.vi by rejecting changes and keeping version in this branch. Some files are physically unchanged and have changes only to their svn:mergeinfo property. |
2010-12-16 22:19:21 | Tree |