1
0
mirror of synced 2024-09-19 01:36:08 +00:00
Go to file
Mark van Renswoude 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
Docs Added: preliminary DocBook documentation and paged- and single-HTML conversions 2004-06-23 19:44:16 +00:00
Packages/D6 Added: X2Utils package so component libraries can safely use it 2004-08-31 14:34:29 +00:00
Test Fixed: LookupNode would sometimes return nil after creating a node and balancing the tree 2004-09-01 19:31:28 +00:00
license.txt Moved: license is now in external file 2004-07-22 14:52:09 +00:00
X2UtApp.pas Added: option to include Product Name in FormatVersion 2004-08-22 19:38:26 +00:00
X2UtBinaryTree.pas Fixed: LookupNode would sometimes return nil after creating a node and balancing the tree 2004-09-01 19:31:28 +00:00
X2UtCompilerVersion.inc Added: class documentation 2004-06-06 21:01:32 +00:00
X2UtHandCursor.cur Added: default Delphi hand cursor replacement 2004-06-07 10:47:14 +00:00
X2UtHandCursor.pas Moved: license is now in external file 2004-07-22 14:52:09 +00:00
X2UtHandCursor.rc Added: default Delphi hand cursor replacement 2004-06-07 10:47:14 +00:00
X2UtHandCursor.RES Fixed: X2UtHandCursor.RES missing 2004-07-09 11:56:01 +00:00
X2UtHashes.pas Fixed: OwnsObject property and constructor parameter for ObjectHash 2004-09-01 18:19:31 +00:00
X2UtMisc.pas Moved: license is now in external file 2004-07-22 14:52:09 +00:00
X2UtOS.pas Added: OS.ComCtlVersion and OS.XPManifest properties 2004-08-31 09:12:50 +00:00
X2UtSettings.pas Fixed: LookupNode did not return newly created nodes 2004-08-20 19:04:22 +00:00
X2UtSettingsForm.pas Moved: license is now in external file 2004-07-22 14:52:09 +00:00
X2UtSettingsINI.pas Fixed: LookupNode did not return newly created nodes 2004-08-20 19:04:22 +00:00
X2UtSettingsRegistry.pas Fixed: LookupNode did not return newly created nodes 2004-08-20 19:04:22 +00:00
X2UtSingleInstance.pas Moved: license is now in external file 2004-07-22 14:52:09 +00:00
X2UtStrings.pas Added: CompareText/SameText variants 2004-08-22 15:03:02 +00:00
X2UtVirtualTree.pas Moved: license is now in external file 2004-07-22 14:52:09 +00:00

To build the documentation:

- Download the docBook XSL stylesheets from:
    http://docbook.sourceforge.net/projects/xsl/index.html

- Download XSLTProc, Windows version available at:
    http://www.zlatkovic.com/libxml.en.html

- Modify the XSL files and point the include directive
  to the path where you extracted the docBook files.

- Run compile-html-chunk.bat for the multi-page output or
  compile-html.bat for a single-page output.