Menu

Old Code (SVN) Commit Log


Commit Date  
[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
[r457] by delphidabbler

* Changed TRTFBuilder to get Ansi code page and default language values written to header from OS' defaults for current user rather than from constants.
* Removed ansi code page and default language constants from URTFUtils.pas.

2009-10-23 12:39:41 Tree
[r456] by delphidabbler

Added new DefaultAnsiCodePage and DefaultLanguageID functions to ULocales.pas.

2009-10-23 12:35:10 Tree
[r455] by delphidabbler

Changed source code generator to write to Unicode TStringStreams on Unicode Delphis.

2009-10-23 08:36:14 Tree
[r454] by delphidabbler

Modified so that bug fix is not applied in code compiled with Delphi 2007 and later, since alt key bug was fixed on those compilers: see Quality Central report #37403: http://qc.embarcadero.com/wc/qcmain.aspx/qcmain.aspx?d=37403

2009-10-23 08:32:39 Tree
[r453] by delphidabbler

Modified project file and main form to correctly handle taskbar: two icons had been appearing on taskbar when compiled by Delphi 2010.
* Now uses Application.MainFormOnTaskBar where supported by compiler.
* Made old Delphi 2006 compiler code conditionally defined.
* Moved Delphi 2006 code that hides application window from main form to project file.

2009-10-23 08:29:24 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.