Menu

Old Code (SVN) Commit Log


Commit Date  
[r830] by delphidabbler

* Moved UOrderedList.pas from Src/Experimental directory into Src directory and renamed as UContainers.pas. This renamed unit will receive other container classes.
* Updated various source files re change of unit name.
* Added UContainers.pas to the main CodeSnip project.

2010-06-19 23:39:53 Tree
[r829] by delphidabbler

Merged trunk changes 796-799 and 801-826 into the new-backend branch.

2010-06-19 00:28:14 Tree
[r828] by delphidabbler

Merged trunk changes 796-799 and 801-826 into the revised-webservices branch

2010-06-19 00:18:34 Tree
[r827] by delphidabbler

CodeSnip version 3.6.2

2010-06-18 19:17:58 Tree
[r826] by delphidabbler

Noted changes for release 3.6.2.

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.
* Modified enumerators of TSortedObjectDictionary and TSortedObjectList to use TEnumerator<TObject> rather than locally defined TObjectListEnum.
* Removed now redundant TObjectListEx and TObjectListEnum classes.

2010-06-18 00:26:12 Tree
[r824] by delphidabbler

Deleted redundant units from uses clauses.

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.
* Removed TRoutineList's and TCategoryList's private TEnumerator class. We now use enumerator provided by TObjectList<>.

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
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.