Commit | Date | |
---|---|---|
[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 |
[r816]
by
delphidabbler
* Refactored THistory to use Delphi's TObjectList<> object instead of project's TObjectListEx to store history list of view items. |
2010-06-16 00:31:07 | Tree |
[r815]
by
delphidabbler
* Removed now unused TIntegerList class. |
2010-06-15 18:12:33 | Tree |
[r814]
by
delphidabbler
Refactored TWBPopupMenuMgr to use TDictionary object instead of TIntegerList for map of command bar ids to popup menu components. |
2010-06-15 18:09:36 | Tree |
[r813]
by
delphidabbler
* Replaced use of TIntegerList to maintain a list of colours in colour table in TRTFColourTable with TList<TColor>. |
2010-06-15 18:04:21 | Tree |
[r812]
by
delphidabbler
* Changed TIniDataReader.TIniFileCache to use a TObjectDictionary instead of a TStringList to implement its cache of ini file objects. |
2010-06-15 16:29:43 | Tree |
[r811]
by
delphidabbler
Changed pvtSymMap global variable to reference a TDictionary object instead of a TStringList in order to map Delphi symbols to the appropriate tokens. |
2010-06-15 16:16:46 | Tree |
[r810]
by
delphidabbler
* Refactored TGIFImageList to use a TDictionary object instead of a TStringList to map GIF resource names to image list indices. |
2010-06-15 16:09:59 | Tree |
[r809]
by
delphidabbler
Refactored TCSSBuilder to use TObjectDictionary object instead of TStringList for map of CSS selector names to selector objects. TObjectDictionary owns and frees the selector objects. |
2010-06-15 16:04:09 | Tree |
[r808]
by
delphidabbler
Refactored TCommandBarMgr to use TDictionary object for map of command bar IDs to command bar wrapper objects instead of TIntegerList. |
2010-06-15 09:56:03 | Tree |