Commit | Date | |
---|---|---|
[r502]
by
delphidabbler
Removed references to document properties dialog box from the print dialog help file topic. |
2009-11-07 16:32:46 | Tree |
[r501]
by
delphidabbler
Removed support for printer properties. Very buggy and caused an AV when compiled under Delphi 2010. |
2009-11-07 16:28:26 | Tree |
[r500]
by
delphidabbler
* Removed unused constants. |
2009-11-07 14:00:15 | Tree |
[r499]
by
delphidabbler
Changed IsValidAbsoluteFileName private function in UFileProtocol.pas to use IsValidDriveLetter function from UUtils.pas. |
2009-11-07 13:56:00 | Tree |
[r498]
by
delphidabbler
Modified non-Unicode implementation of IsWhiteSpace in UUnicodeHelper.pas to test for white space characters defined in UConsts unit. |
2009-11-07 13:54:14 | Tree |
[r497]
by
delphidabbler
* Added new IsValidDriveLetter function. |
2009-11-07 13:45:24 | Tree |
[r496]
by
delphidabbler
Used conditional compilation in URTFUtils.RTFMakeSafeText routine to eliminate expression that always evaluates true on non-Unicode Delphis. |
2009-11-07 11:45:53 | Tree |
[r495]
by
delphidabbler
Changed TSourcePrefsPreview.Generate to convert highlighted RTF code to ASCIIString from string. |
2009-11-07 11:42:31 | Tree |
[r494]
by
delphidabbler
Modified TTaggedTextEntityHandler.TranslateEntity to work with numeric character entities with ordinal value greater than 255. |
2009-11-07 11:39:14 | Tree |
[r493]
by
delphidabbler
* Changed all methods in URTFBuilder.pas that accept or return RTF code to use ASCIIString type rather than string. |
2009-11-07 11:37:18 | Tree |