Commit | Date | |
---|---|---|
[r1139]
by
delphidabbler
Changed so that content of files read from backup file are restored unprocessed in exactly the same format they were stored in. No string processing is now done - the files are recorded as raw data internally. |
2010-12-01 18:50:53 | Tree |
2010-12-01 17:17:00 | Tree | |
[r1137]
by
delphidabbler
Changed position where version info displayed to suit revised splash image. |
2010-12-01 17:15:32 | Tree |
[r1136]
by
delphidabbler
* Changed TDataStreamIOBase constructor that took two boolean flags to indicate ownership of stream and encoding to now take just a single set parameter that specifies ownership of both stream and encoding. |
2010-12-01 14:48:40 | Tree |
[r1135]
by
delphidabbler
* Extracted common code from TDataStreamReader and TDataStreamWriter into new common TDataStreamIOBase base class. |
2010-12-01 14:37:49 | Tree |
[r1134]
by
delphidabbler
Added facility to TDataStreamWriter to write Unicode strings using a user supplied encoding. Default encoding remains Windows-1252 for backwards compatibility. |
2010-12-01 14:23:18 | Tree |
2010-12-01 14:09:12 | Tree | |
[r1132]
by
delphidabbler
* Removed TDataStreamWriter.WriteString overloads that wrote a specified number of characters from a string to the stream because the Unicode implementation was very buggy and all uses of it actually wrote the whole string. |
2010-12-01 14:07:15 | Tree |
[r1131]
by
delphidabbler
Changed code that restores files so that the restored files are created with the specified encoding. |
2010-12-01 02:59:35 | Tree |
[r1130]
by
delphidabbler
Modified call to TStringStream constructor in TCopyInfoMgr.GenerateDoc so that string stream does not free the passed encoding. This avoids a potential bug. It hasn't manifested itself because TCopyInfoMgr.GenerateDoc is at present only called with standard format encodings which are never freed in TStringStream |
2010-12-01 02:57:33 | Tree |