Commit | Date | |
---|---|---|
[r2330]
(11.1 kB)
by
delphidabbler
Changed form units, along with any subsidiary frames and classes in their namespace, from MPL v1.1 to MPL v2.0. |
2012-08-27 14:10:33 |
View
Download |
[r1764]
(11.7 kB)
by
delphidabbler
Fixed problem where page control tab sets sometimes do not receive keyboard focus when clicked. This was a problem noted in compilers dialog box. Others using page control had same fix applied as a precaution. |
2012-04-16 08:22:19 |
View
Download |
[r1759]
(11.1 kB)
by
delphidabbler
Standardised svn:mime-type properties to "text/pascal" and svn:eol-style to "native" |
2012-02-27 11:40:49 |
View
Download |
[r1757]
(11.5 kB)
by
delphidabbler
Reintegrated v4-dev branch into trunk. |
2012-02-27 11:19:09 |
View
Download |
[r1028]
(32.0 kB)
by
delphidabbler
* Moved all units directly concerned with supporting installed compilers into the new "Compilers" namespace. Some units were further renamed. |
2010-11-18 18:56:34 |
View
Download |
[r919]
(32.0 kB)
by
delphidabbler
Standardised format of Assert statement: all classes use ClassName method for class name and routines use routine name. Records have record name as literal. |
2010-09-24 19:13:12 |
View
Download |
[r738]
(31.9 kB)
by
delphidabbler
* Changed FmCompilersDlg to use GraphUtil for gradient fill instead of custom code from UGraphicUtils. |
2010-04-05 20:42:37 |
View
Download |
[r411]
(32.0 kB)
by
delphidabbler
Removed compiler directives that switch off "unsafe" code, type and cast warnings. These warnings are now disabled globally for the whole project. |
2009-10-15 20:11:23 |
View
Download |
[r245]
(32.0 kB)
by
delphidabbler
Changed form classes to prevent public construction - forms must be displayed via class methods, not by directly constructing object. Added INoPublicConstruct to type definitions of forms and changed class methods that construct forms to call InternalCreate protected constructor instead of Create. Core logic to determine constructor behaviour is inherited from TBaseForm. |
2009-08-23 22:45:32 |
View
Download |
[r179]
(32.0 kB)
by
delphidabbler
* Revised code that arranges controls within form or frame to use static methods of TCtrlArranger from new UCtrlArranger unit. |
2009-08-13 16:29:23 |
View
Download |