Menu

Old Code (SVN) Commit Log


Commit Date  
[r810] by delphidabbler

* Refactored TGIFImageList to use a TDictionary object instead of a TStringList to map GIF resource names to image list indices.
* Replaced calls to FreeAndNil with direct calls to objects' Free method.

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
[r807] by delphidabbler

* Refactored TAlphabet to use TDictionary object for map characters to corresponding TLetter objects instead of TIntegerList.
* Corresponding changes were made the the non-standard custom enumerator.

2010-06-15 09:51:35 Tree
[r806] by delphidabbler

Added some new TODOs.

2010-06-15 09:41:37 Tree
[r805] by delphidabbler

Fixed memory leak.

2010-06-13 19:50:38 Tree
[r804] by delphidabbler

* Replaced all usage of TStringStack from UStacks unit with Delphi RTL class TStack<string>.
* Removed now redundant UStacks unit from project.

2010-06-13 19:35:26 Tree
[r803] by delphidabbler

* Refactored TTaggedTextEntityHandler and TTaggedTextTagHandler to use TDictionary object for map of entity or tag to related information instead of TStringList.
* Fixed minor bug in TTaggedTextEntityHandler where entities were always recorded in lower case regardless of case of entity. (Case is significant in symbolic entities).

2010-06-13 18:43:39 Tree
[r802] by delphidabbler

Added new TSameStringEqualityComparer class that compares strings taking case into account.

2010-06-13 16:24:34 Tree
[r801] by delphidabbler

New UComparers unit copied from revsied-webservices branch.

2010-06-13 16:20:58 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.