Commit | Date | |
---|---|---|
[r2591]
(11.0 kB)
by
delphidabbler
Replaced calls to various MakeXXXX routines with calls to methods of THTML and removed the routines. |
2012-12-17 15:06:36 |
View
Download |
[r2405]
(11.0 kB)
by
delphidabbler
Removed compiler glyphs from tabs of Compile Errors dialogue box (licensing concerns for glyphs). |
2012-09-11 23:22:41 |
View
Download |
[r2330]
(11.9 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 |
[r2236]
(12.5 kB)
by
delphidabbler
Modified TCompErrorDlg to display snippet's display name rather than name. This required a changed to signature of Execute method which in turn required a change in TCompileMgr.ShowErrors calling method. Part of fix for bug #3559239 (http://bit.ly/Pm1HU4). |
2012-08-18 15:44:20 |
View
Download |
[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 |