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

84 Commits

Author SHA1 Message Date
f5535247fa Fixed: VirtualTree columns revert to ParentColor properly in SortColumn
Changed: X2UtConfig implementation
2005-10-18 09:25:05 +00:00
909f804569 Added: App.UserPath property
Fixed: bug in resetting hash cursor
2005-10-14 09:16:53 +00:00
e2f278892e Added: internet version checking
Fixed: restoring form position checks for visibility
2005-09-28 08:38:02 +00:00
268e180dec Added: App.MainPath property, providing the main executable's path in package/DLL context 2005-08-29 06:52:10 +00:00
16ba374f21 Added: initial X2UtConfig implementation
Added: variant hashes
Added: Delphi 7 package (note: D6 package is not in sync yet!)
2005-08-26 10:25:39 +00:00
6429b349c3 Added: unit tests for hashes
Added: Clear method
Fixed: bug in key storage and comparison
2005-07-01 11:43:59 +00:00
6628708958 Fixed: license year 2005-07-01 08:51:27 +00:00
227442ca52 Removed: binary tree implementation, too buggy
Fixed: Settings, to use new hash class
2005-07-01 08:50:41 +00:00
c0c2052093 Changed: rewrote hashes to use an optimized Trie (bucket tree) 2005-06-30 12:18:53 +00:00
7edc96e0a4 Added: ReplacePart function 2005-06-28 13:06:16 +00:00
8374bc2fee Fixed: form position is not changed when no settings are available yet 2005-03-14 19:17:34 +00:00
396934b857 Fixed: changed poDesigned to poDefaultPosOnly 2005-03-13 16:15:12 +00:00
ba8347180b Added: value caching for defined settings 2005-03-12 16:54:34 +00:00
cc9f8a792e Added: VirtualTree header settings
Fixed: CalcImagePos takes toShowRoot into account
2005-03-12 16:01:52 +00:00
52c944f97c Added: CalcImagePos function 2005-02-26 22:06:31 +00:00
92db5a273e Fixed: syntax error 2005-02-15 15:03:45 +00:00
a2368d1f65 Added: AFailIfSame parameter 2005-02-15 15:02:57 +00:00
288b338f74 Added: ChildPathEx to return the expanded file names 2005-02-15 12:36:31 +00:00
d680b8c2a4 Added: ChildPath function 2005-02-11 09:22:38 +00:00
dd3a6eff70 Added: sorted column color option 2005-01-25 10:44:32 +00:00
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