Menu

Old Code (SVN) Commit Log


Commit Date  
[r467] by delphidabbler

Amended TCheckSum to be compatible with Unicode Delphis:
* All methods that return string now return AnsiString.
* Checksums are always dealt with as Ansi strings.
* All methods that calculate check sums if strings now take Ansi strings as parameters.
* On Unicode Delphis added new Calculate method that calculates the checksum of a byte array.

2009-10-23 23:57:11 Tree
[r466] by delphidabbler

Made MD5.pas compatible with Unicode Delphis.
* Changed MD5Update to take a PByteArray as input, instead of PChar.
* Changed MD5String to take an AnsiString as parameter instead of string.
* Changed MD5Print to return an AnsiString instead of a string.

2009-10-23 23:46:19 Tree
[r465] by delphidabbler

* Switched off support for Vista common dialogs in UCommonDlg.pas for compilers that support these dialogs.
* Added SupportsUseLatestCommonDialogs symbol to CompilerDefines.inc that is defined for compilers where Dialogs.UseLatestCommonDialogs is declared.

2009-10-23 23:13:48 Tree
[r464] by delphidabbler

Added Classes to uses clauses to permit some TObjectList code to be in-lined on some compilers.

2009-10-23 15:18:35 Tree
[r463] by delphidabbler

* Set File Flags to FF_DEBUG + VS_FF_SPECIALBUILD (33).
* Set SpecialBuild string to "D2010-port".

2009-10-23 15:02:46 Tree
[r462] by delphidabbler

Changed reference to UnitName method in TTestUnit.Create to refer to Self.UnitName. This ensures Delphi's that define TObject.UnitName call the correct method.

2009-10-23 14:44:56 Tree
[r461] by delphidabbler

TCopyViewMgr.Execute modified to work with Unicode and Ansi versions of code that generates plain text and rich text data to store in clipboard. Also adapted to work with revised TClipboardHelper class.

2009-10-23 14:31:49 Tree
[r460] by delphidabbler

Modified to support Unicode.
* Unicode version of TCopyInfoMgr.GenerateDoc now takes an additional parameter that determines encoding used for a generated document.
* GeneratePlainText and GenerateRichText methods have been revised to call GenerateDoc with Unicode and Default encodings respectively.

2009-10-23 14:29:16 Tree
[r459] by delphidabbler

* Added new CF_UNICODETEXT clipboard format variable.
* Re-implemented code that writes to clipboard. There are now three overloaded Add methods that write the clipboard. The method that adds a string has been re-implemented to handle Unicode or Ansi strings. It now calls new method that writes any data to clipboard. Final new (Unicode only) method writes a byte array to clipboard.

2009-10-23 14:24:55 Tree
[r458] by delphidabbler

* Replaced call to deprecated TThread.Resume method in TThreadWrapper.DoExecute and TWaitForActionUI.Execute with calls to TThread.Start on Delphi 2010 and later compilers.
* Added ThreadResumeDeprecated symbol to CompilerDefines.inc that is defined for compilers where TThread.Resume is deprecated.

2009-10-23 14:16:08 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.