1
0
mirror of synced 2024-09-19 17:56:09 +00:00
Commit Graph

64 Commits

Author SHA1 Message Date
6e63ec4a9c Added: integer tree (untested) 2005-01-12 18:56:31 +00:00
0fe601e3aa Changed: refactored binary tree to seperate tree from data 2005-01-12 14:47:32 +00:00
48f62eeab7 Fixed: binary tree deletion 2005-01-12 13:06:05 +00:00
0820da418a Added: delete implementation
Fixed: memory leak detection
2005-01-12 11:08:24 +00:00
4cefb6c382 Added: new preliminary Binary Tree implementation (this time I actually understand the theory instead of copy/paste/adjust) 2004-12-28 14:43:27 +00:00
179e581441 Removed: old DocBook documentation
Added: experimental JavaDoc (Time2Help) documentation comments
Added: Delphi 8 and unknown compilers "support"
2004-12-28 14:35:31 +00:00
85ca72584c Added: BlendColors function 2004-11-23 12:56:44 +00:00
ab7d4298e3 Added: X2UtGraphics unit 2004-11-14 15:01:40 +00:00
9f2bf5aa94 Added: CompareFloat 2004-11-02 12:59:27 +00:00
bc8f3cd7d6 Added: Join function 2004-10-30 12:28:39 +00:00
06f6bbd768 Added: name to duplicate define exception 2004-10-30 12:28:15 +00:00
e19d798e51 Added: ValidateValue method 2004-09-26 13:59:43 +00:00
2caa82fc4a Fixed: WriteString tried to write an Integer 2004-09-25 13:29:06 +00:00
7c1d749af9 Added: DUnit tests for X2UtBits 2004-09-20 12:01:08 +00:00
39eda1a4a5 Fixed: CompanyName did not return a value 2004-09-10 09:34:37 +00:00
3df331e9a4 Fixed: warnings, some related to D7's unsafe code checks 2004-09-07 14:41:40 +00:00
e0fff9fd77 Added: Bits unit 2004-09-07 08:13:24 +00:00
00de61b4a8 Fixed: writing undefined keys always resulted in an empty value 2004-09-05 14:50:31 +00:00
7ad2a1a8d5 Fixed: syntax error 2004-09-05 14:09:08 +00:00
ccda940d01 Fixed: wrong version committed 2004-09-05 14:04:41 +00:00
330ba47f5e Fixed: base key not applied correctly in registry settings 2004-09-05 14:04:05 +00:00
011897142c Fixed: Exists implementation failed for different keys with the same hash value 2004-09-05 13:48:19 +00:00
72f1763ea1 Added: optimized Split function 2004-09-02 14:24:30 +00:00
bc366730a2 Fixed: LookupNode would sometimes return nil after creating a node and balancing the tree
Fixed: SetCursor in LookupNode was not implemented
Fixed: Next followed an incorrect path
2004-09-01 19:31:28 +00:00
f92c475873 Fixed: OwnsObject property and constructor parameter for ObjectHash 2004-09-01 18:19:31 +00:00
9abc76272c Added: X2Utils package so component libraries can safely use it 2004-08-31 14:34:29 +00:00
6ea14fac77 Added: OS.ComCtlVersion and OS.XPManifest properties 2004-08-31 09:12:50 +00:00
cdf35a6cdb Added: option to include Product Name in FormatVersion 2004-08-22 19:38:26 +00:00
e44bcd3706 Added: CompareText/SameText variants 2004-08-22 15:03:02 +00:00
4d7c80a247 Fixed: LookupNode did not return newly created nodes
Fixed: Settings definitions, removed range support
2004-08-20 19:04:22 +00:00
594de2b48a Added: Define implementation, needs some more thought as to the usefulness of ranges 2004-08-20 14:43:13 +00:00
dd627c8b74 Changed: renamed all tree and hash structure from X2Ut... to X2... for consistency
Added: TObject tree and hash
2004-08-20 13:03:07 +00:00
c47722f0db Added: Pointer and Integer hashes 2004-08-20 11:18:01 +00:00
b105c57f5b Merged: avltree branch 2004-08-20 10:03:59 +00:00
d3ae64e43d Fixed: bug in Binary Tree where root node would not be assigned an index
Fixed: Hash() implementation
2004-07-29 15:49:42 +00:00
4d284957d4 Fixed: hash conflict list 2004-07-29 13:48:35 +00:00
40d0401c95 Added: initial (non-working) X2UtHashes implementation
Changed: restructuring of X2UtBinaryTree to abstract data management
2004-07-29 06:33:18 +00:00
02fc3996a7 Added: TX2UtCustomBTree base class 2004-07-23 13:15:14 +00:00
0e708e29d5 Added: Binary Tree implementation (serves as the basis for an upcoming hashes unit) 2004-07-22 19:31:08 +00:00
451903597f Moved: license is now in external file
Changed: preparations for new X2UtSettings feature; definitions
2004-07-22 14:52:09 +00:00
dcbdb9edd5 Fixed: VersionString for Windows Server 2003 2004-07-22 08:20:11 +00:00
84de63ea1e Fixed: X2UtHandCursor.RES missing
Fixed: osUnknown moved to the end of the enum to prevent checks like ">= osWin2K" failing for future Operating Systems
2004-07-09 11:56:01 +00:00
038fd8e845 Added: preliminary DocBook documentation and paged- and single-HTML conversions 2004-06-23 19:44:16 +00:00
a97a491ca2 Added: build flags for App.Version (Debug, Prerelease, Special, Private) 2004-06-23 17:04:06 +00:00
c4e557268f Fixed: Undefined result warning in ValueExists 2004-06-08 20:34:21 +00:00
2fc41bcc1d Added: InRange function
Added: X2UtSettings-compatible Read/WriteFormPos functions
2004-06-08 19:58:59 +00:00
c90841f23e Added: ValueExists method
Fixed: Registry check if value exists to prevent unneccesary exceptions
2004-06-08 18:45:47 +00:00
3f8b9fc77b Fixed: Result not defined warning in registry Read functions 2004-06-08 17:14:17 +00:00
82daac7c02 Added: generic settings classes
Added: INI and Registry settings extensions
Added: settings test application
2004-06-08 15:02:57 +00:00
f02bcc6ffe Added: VirtualTree utilities
Added: Miscellaneous functions
Fixed: minor comment adjustements
2004-06-07 19:17:31 +00:00