Rev. | Zeit | Autor |
---|---|---|
r124 | 2012-04-30 02:07:35 | twm |
Scripts for Delphi XE2 |
||
r123 | 2012-04-01 01:22:43 | twm |
* GetData refactored so it calls all events and does not stop after the first one that is assigned |
||
r122 | 2012-04-01 01:21:12 | twm |
added Width parameter to Long2Num function |
||
r121 | 2012-04-01 01:20:12 | twm |
uppercased some types, no functional changes |
||
r120 | 2012-03-18 22:43:33 | twm |
support console apps correctly (Delphi XE2, but should be backward compatible) |
||
r119 | 2012-03-18 22:41:14 | twm |
Bugfix: Application handle is not required, so no reference to Forms unit |
||
r118 | 2012-03-18 22:40:01 | twm |
support console apps correctly (Delphi XE2, but should be backward compatible) |
||
r117 | 2012-03-18 19:30:28 | twm |
changed starting year to 2012 for copyright string default |
||
r116 | 2012-03-18 19:29:32 | twm |
* removed default parameter value because it created an ambiguous overload |
||
r115 | 2012-03-11 20:41:54 | twm |
rebuild prepbuild |
||
r114 | 2012-03-11 20:22:34 | twm |
templates for Delphi XE |
||
r113 | 2012-03-11 20:21:51 | twm |
default to using the dz.ico from buildtools |
||
r112 | 2012-03-11 20:21:04 | twm |
default to using the dz.ico from buildtools |
||
r111 | 2012-03-11 20:09:17 | twm |
* added support for Windows 7 64 bit |
||
r110 | 2012-03-11 19:13:21 | twm |
some WinAPI wrapper functions with proper error checking |
||
r109 | 2012-03-11 19:12:46 | twm |
bugfix: {$endif} was missing after I added the Delphi XE2 po file |
||
r108 | 2012-03-11 19:12:05 | twm |
Bugfix: Asynchronuous mode did not work |
||
r107 | 2012-03-05 01:56:21 | twm |
new translations |
||
r106 | 2012-03-05 01:55:53 | twm |
added sysutils to uses |
||
r105 | 2012-03-05 01:55:21 | twm |
new functions TEdit_SetEnabled, TComboBox_SetEnabled and some additional overloads for TComboBox_GetSelectedObject |
||
r104 | 2012-03-05 01:54:04 | twm |
typo in comment |
||
r103 | 2012-03-05 01:53:37 | twm |
proper translation files for Delphi XE and Delphi XE2 (2011/2012) |
||
r102 | 2012-03-05 01:52:51 | twm |
removed references to deprecated faVolumeId |
||
r101 | 2012-03-05 01:51:54 | twm |
corrected description |
||
r100 | 2012-03-05 01:51:22 | twm |
Debugging code |
||
r99 | 2012-03-05 01:50:53 | twm |
new functions: TStrings_Same, TStrings_SameText, TStrings_SaveToRegistry, TStrings_LoadFromRegistry, TIniFile_TryReadInt and some overloaded TIniFile_ReadInt versions |
||
r98 | 2012-03-05 01:49:14 | twm |
configurable confirmation for Abort |
||
r97 | 2012-03-05 01:48:29 | twm |
bugfix: set cancel to Abort if there is no Cancel button |
||
r96 | 2012-03-05 01:47:25 | twm |
updated to use latest JCL version |
||
r95 | 2011-12-17 23:23:58 | twm |
changed scripts to call delphiversions.cmd |