Commit | Date | |
---|---|---|
2010-06-18 19:09:07 | Tree | |
[r825]
by
delphidabbler
* Revised TSortedObjectDictionary and TSortedObjectList to use Delphi's TObjectList<> class to maintain lists instead of TObjectListEx. |
2010-06-18 00:26:12 | Tree |
2010-06-18 00:08:42 | Tree | |
[r823]
by
delphidabbler
Revised TMultiCastEvents to use Delphi's TObjectList<> object instead of project's TObjectListEx to implement list of event handlers. |
2010-06-18 00:01:17 | Tree |
[r822]
by
delphidabbler
* Revised TRoutineList and TCategoryList to use Delphi's TObjectList<> object instead of project's TObjectListEx to implement list of snippets and categories respectively. |
2010-06-17 23:47:17 | Tree |
[r821]
by
delphidabbler
Completely rewrote TViewItemList as a class that descends from TList<TViewItem> and simply overrides constructor. The class formerly owned and used a TObjectListEx instance to maintain list and exposed relevant properties. |
2010-06-16 01:06:57 | Tree |
[r820]
by
delphidabbler
* Revised TConstAndTypeList to use Delphi's TObjectList<> object instead of project's TObjectListEx to implement list of constant and type snippets. |
2010-06-16 00:58:31 | Tree |
[r819]
by
delphidabbler
* Revised TSnippetIDList to use Delphi's TList<> object instead of project's TObjectListEx to implement snippet id list. |
2010-06-16 00:52:24 | Tree |
[r818]
by
delphidabbler
* Revised TOverviewTreeState to use Delphi's TObjectList<> object instead of project's TObjectListEx to implement list section state objects. |
2010-06-16 00:43:01 | Tree |
[r817]
by
delphidabbler
* Refactored TNews to use Delphi's TObjectList<> object instead of project's TObjectListEx to implement list of news items. |
2010-06-16 00:38:25 | Tree |