Menu

Old Code (SVN) Commit Log


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

New include file, CompilerDefines.inc, that defines symbols used to conditionally compile code that is dependent on compiler version.

2009-10-23 07:30:37 Tree
[r451] by delphidabbler

Changed TStrStreamWriter and TTextStreamReader to take account of size of Char when writing or reading streams.

2009-10-22 00:43:49 Tree
[r450] by delphidabbler

Changed TParsedHiliter.Hilite overloaded method that processes raw source code to use unicode TStringStreams on Unicode Delphis.

2009-10-22 00:39:33 Tree
[r449] by delphidabbler

Fixed exception raised in UJavaScriptUtils unit when string parameters are required in a JavaScript function on Unicode Delphis:
* Parameter type of string overload of LiteralParam function changed from AnsiString to string.
* Changed JSLiteralFunc to accept parameters of type UnicodeString and WideChar on Unicode Delphis instead of PChar and AnsiString.
* Removed support for short string and PChar parameters on all Delphis.

2009-10-22 00:34:13 Tree
[r448] by delphidabbler

Re-implemented THTMLTemplate.Create to load template from non-Unicode resources in a way that works on both Unicode and Ansi Delphis.

2009-10-22 00:24:30 Tree
[r447] by delphidabbler

* Added new UUnicodeHelper unit that contains code designed to aid porting to Unicode.
* Initially new unit contains only the TStringStreamEx class.

2009-10-22 00:09:18 Tree
[r446] by delphidabbler

Merged trunk changes r432:444 into the delphi2010-port branch.

2009-10-21 21:27:50 Tree
[r445] by delphidabbler

CodeSnip version 3.4.4

2009-10-21 16:25:32 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.