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. |
2009-10-23 14:29:16 | Tree |
[r459]
by
delphidabbler
* Added new CF_UNICODETEXT clipboard format variable. |
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. |
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. |
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. |
2009-10-23 08:29:24 | Tree |