Commit | Date | |
---|---|---|
[r1285]
by
delphidabbler
* Removed MPL from document and replaced by a statement that the document content must not be changed. |
2011-01-04 21:51:53 | Tree |
2011-01-04 21:33:01 | Tree | |
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 |