1
0
mirror of synced 2024-09-19 09:46:09 +00:00
Go to file
2004-11-14 15:01:40 +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 Added: Bits unit 2004-09-07 08:13:24 +00:00
UnitTests Added: DUnit tests for X2UtBits 2004-09-20 12:01:08 +00:00
license.txt Moved: license is now in external file 2004-07-22 14:52:09 +00:00
X2UtApp.pas Fixed: CompanyName did not return a value 2004-09-10 09:34:37 +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
X2UtBits.pas Fixed: warnings, some related to D7's unsafe code checks 2004-09-07 14:41:40 +00:00
X2UtCompilerVersion.inc Added: class documentation 2004-06-06 21:01:32 +00:00
X2UtGraphics.pas Added: X2UtGraphics unit 2004-11-14 15:01:40 +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: Exists implementation failed for different keys with the same hash value 2004-09-05 13:48:19 +00:00
X2UtMisc.pas Added: CompareFloat 2004-11-02 12:59:27 +00:00
X2UtOS.pas Added: OS.ComCtlVersion and OS.XPManifest properties 2004-08-31 09:12:50 +00:00
X2UtSettings.pas Added: name to duplicate define exception 2004-10-30 12:28:15 +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: base key not applied correctly in registry settings 2004-09-05 14:04:05 +00:00
X2UtSingleInstance.pas Moved: license is now in external file 2004-07-22 14:52:09 +00:00
X2UtStrings.pas Added: Join function 2004-10-30 12:28:39 +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.