Commit | Date | |
---|---|---|
[r1759]
(12.5 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]
(12.9 kB)
by
delphidabbler
Reintegrated v4-dev branch into trunk. |
2012-02-27 11:19:09 |
View
Download |
[r1057]
(15.5 kB)
by
delphidabbler
Updated with changes merged from new-backend branch r711: |
2010-11-25 01:25:19 |
View
Download |
[r1028]
(15.6 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 |
[r1016]
(15.6 kB)
by
delphidabbler
Removed TRequiredCompilers class and replaced by TList<ICompiler>. |
2010-11-16 20:06:30 |
View
Download |
[r1015]
(18.3 kB)
by
delphidabbler
Replaced use of TInterfaceList class with TList<xxxx> where xxxx is some interface. Any custom enumerators in classes that use the list were removed and replaced by use of TEnumerator<xxxx>. |
2010-11-16 16:55:50 |
View
Download |
[r734]
(20.1 kB)
by
delphidabbler
* Removed code that set size of body panel from THTMLViewDlg: this process should take place in an ArrangeForm method, not from ConfigForm as was the case here. All THTMLViewDlg does now is load HTML content via an abstract method call. |
2010-03-30 01:13:57 |
View
Download |
[r245]
(20.2 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 |
2009-08-13 19:15:20 |
View
Download |
|
2009-07-21 00:15:04 |
View
Download |