|
|
@574
|
5 months |
chronos |
* Modified: Removed U prefix from unit names.
|
|
|
@529
|
6 years |
chronos |
* Fixed: Compilation warnings.
|
|
|
@528
|
6 years |
chronos |
* Fixed: Compiler warnings and notes.
* Modified: Removed unused code …
|
|
|
@519
|
6 years |
chronos |
* Modified: Update project web links.
|
|
|
@489
|
8 years |
chronos |
* Modified: Improvements for running with FPC 3.0 and Lazarus 1.6.
|
|
|
@441
|
12 years |
chronos |
* Fixed: Wrong memory inicialization in TListObject results in error …
|
|
|
@427
|
12 years |
chronos |
|
|
|
@426
|
12 years |
chronos |
* Modified: Custom types for TemplateGenerics moved from global space …
|
|
|
@414
|
12 years |
chronos |
* Fixed: Use parent TCommNode Active property instead custom in …
|
|
|
@410
|
12 years |
chronos |
* Added: Class TCommMark in PinConnection package which can divide …
|
|
|
@407
|
12 years |
chronos |
* Modified: PinConnection package now use for data parameters …
|
|
|
@405
|
12 years |
chronos |
* Modified: TemplateGenerics TBinarySerializer now use TListByte class …
|
|
|
@398
|
12 years |
chronos |
* Added: TBaseEvent class to SpecializedList in TemplateGenerics.
|
|
|
@383
|
12 years |
chronos |
* Fixed: Comparison in TGList.IndexOf method doesn't work properly.
|
|
|
@382
|
12 years |
chronos |
* Fixed: Protected secition in class TListObject.
|
|
|
@381
|
12 years |
chronos |
* Fixed: Memory leak on TemplateGenerics TListObject items Count …
|
|
|
@379
|
12 years |
chronos |
* Added: Package UpdateChecker for easy application update.
|
|
|
@370
|
12 years |
chronos |
* Modified: ISPProgrammer now use updated component oriented …
|
|
|
@367
|
12 years |
chronos |
* Added: Specialized class TListNotifyEvent of generic TGList.
* …
|
|
|
@365
|
12 years |
chronos |
* Added: CoolDocking method BringToFront to force control visibility …
|
|
|
@360
|
13 years |
chronos |
|
|
|
@358
|
13 years |
chronos |
* Fixed: Compilation under Linux of Common package.
|
|
|
@342
|
13 years |
chronos |
* Added: Update locking support for TGList.
* Modified: Enhanced …
|
|
|
@334
|
13 years |
chronos |
|
|
|
@333
|
13 years |
chronos |
* Added: Generic Rectangle class TGRectangle<TDimension>. Introduced …
|
|
|
@325
|
13 years |
chronos |
* Fixed: Error in writing same object to TListObject item cause …
|
|
|
@312
|
13 years |
chronos |
* Modified: TGStream is now implemented. TMemoryStreamByte have …
|
|
|
@308
|
13 years |
chronos |
* Fixed: Needed virtual method IndexOf of TGList.
|
|
|
@304
|
13 years |
chronos |
* Added: Handling of TStream by TListByte.
|
|
|
@301
|
13 years |
chronos |
* Added: Another specilaized generic Dictionary.
|
|
|
@270
|
13 years |
george |
* Added: Test of method EqualTo in demo for TListInteger.
|
|
|
@258
|
13 years |
george |
* Minor modifications
|
|
|
@257
|
13 years |
george |
* Renamed: Method TListObject.AddInsertNew to InsertNew
|
|
|
@251
|
13 years |
george |
* Modified: DebugLog transformed to component.
* Fixed: String compare …
|
|
|
@250
|
13 years |
george |
* Modified: Unit UCommon in CoolWeb package used form package Common …
|
|
|
@247
|
13 years |
george |
* Fixed: Various minor bugs and enhancements.
|
|
|
@232
|
14 years |
george |
|
|
|
@226
|
14 years |
george |
* Added: Component CoolTranslator for application localization.
|
|
|
@222
|
14 years |
george |
* Přidáno: Jednotka UURI pro práci s textovým umístěním souborů a složek.
|
|
|
@221
|
14 years |
george |
* Added: AddNew and InsertNew methods can accept precreated object …
|
|
|
@220
|
14 years |
george |
* Added: Functions AddNew and InsertNew to TListObject generic class.
|
|
|
@219
|
14 years |
george |
* Modified: Optimized TGList.IndexOf.
* Used better compiler …
|
|
|
@196
|
14 years |
george |
* Added: Generic Bitmap class.
* Modified: Swaped X, Y parameters in …
|
|
|
@175
|
14 years |
george |
* Added: Generic Matrix class methods enhacement.
|
|
|
@129
|
14 years |
george |
* Modified: Thread exception handling through global handler.
* …
|
|
|
@114
|
14 years |
george |
* Fixed: CoolDocking was not showing tab content on tab switch.
|
|
|
@112
|
14 years |
george |
* Added: Method GetArray and SetArray of TGList use array of …
|
|
|
@111
|
14 years |
george |
* Added: TListString benchmark.
|
|
|
@110
|
14 years |
george |
* Added: Disable buttons during benchmarks.
* Modified: Benchmark …
|
|
|
@109
|
14 years |
george |
* Added: TGMatrix implode.
|
|
|
@108
|
14 years |
george |
* Modified: TMemo in demo replaced by TListView for better result …
|
|
|
@107
|
14 years |
george |
* Added: Testing unit GenericMatric.
* Modified: Expand and Contract …
|
|
|
@102
|
14 years |
george |
* Added: TListMethod class.
|
|
|
@101
|
14 years |
george |
* Fixed: String type is reference counter thus have to be properly …
|
|
|
@92
|
14 years |
george |
* Added: StrToStr function.
|
|
|
@91
|
14 years |
george |
* Added: Method Explode to create list items from string.
* Modified: …
|
|
|
@90
|
14 years |
george |
* Modified: Last and First functions of TGList changed to properties.
|
|
|
@88
|
14 years |
george |
* Removed: Conflicting unit ListObject in demo directory.
|
|
|
@87
|
14 years |
george |
* Added: TListObject specialized class.
|
|
|
@86
|
14 years |
george |
* Modified: In all files include directive changed to shorter form {$I …
|
|
|
@85
|
14 years |
george |
* Fixed: GenericList code for multiple specialization.
|
|
|
@84
|
14 years |
george |
* Modified: Thanks to compiler directives and simple macros …
|
|
|
@83
|
14 years |
george |
* Modified: Interface and implementation section of generic templates …
|
|
|
@82
|
14 years |
george |
* Modified: Specialized ListObject transformed to generic TGObjectList.
|
|
|
@80
|
14 years |
george |
* Added: Benchmark for comparasion between classes TStringList and …
|
|
|
@79
|
14 years |
george |
* Fixed: Process messages during benchmark.
|
|
|
@78
|
14 years |
george |
* Added: Ability of TListObject to own items and be able to free them …
|
|
|
@77
|
14 years |
george |
* Added: Generic range type.
* Added: Specialized TListByte type which …
|
|
|
@76
|
14 years |
george |
* Added: Partial generic set implementation.
* Modified: TGStack, …
|
|
|
@75
|
14 years |
george |
* Removed: Compiled demo executable.
|
|
|
@74
|
14 years |
george |
* Added: Specialized class TListChar aka TString.
|
|
|
@73
|
14 years |
george |
* Added: Generic Queue and Stack classes.
|
|
|
@72
|
14 years |
george |
* Added: Generic class TGDictionary and TGPair. Specialized class …
|
|
|
@71
|
14 years |
george |
* Moved: Reorganized file structure.
|
|
|
@70
|
14 years |
george |
* Modified: Unit and class names reorganized form TIntegerList to …
|
|
|
@69
|
14 years |
george |
* Added: Demo application.
|
|
|
@68
|
14 years |
george |
* Moved: Generic List moved to subfolder.
* Added: Generic tree.
|
|
|
@66
|
14 years |
george |
* Added: TemplateGenerics package. Contains some generic classes.
* …
|