diff --git a/ChangeLog b/ChangeLog index c2426325a..90235faad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +25-SEP-2013: 2.2.0.1 + +- Fixes page selector for Firefox, minor bugs for quirks mode in mxPrintPreview [JavaScript] +- Fixes ignored tolerance for double click within double click delay in IE9 [JavaScript] +- Fixes usage of mxText in secondlabel.html example for quirks mode [JavaScript] +- Fixes use of white-space CSS in layout-, process- and workfloweditor.html examples [JavaScript] +- Moves calls to mxText.updateMargin from mxCellRenderer to mxText [JavaScript] + 19-SEP-2013: 2.2.0.0 - Adds mxGraph.cellResized, resize/constrainChildCells, scaleCell functions [JavaScript] diff --git a/docs/js-api/files/handler/mxEdgeSegmentHandler-js.html b/docs/js-api/files/handler/mxEdgeSegmentHandler-js.html index 469123eaf..bee27021d 100644 --- a/docs/js-api/files/handler/mxEdgeSegmentHandler-js.html +++ b/docs/js-api/files/handler/mxEdgeSegmentHandler-js.html @@ -1,6 +1,6 @@ -/home/gaudenz/project/mxgraph2/build/mxgraph/javascript/src/src/js/handler/mxEdgeSegmentHandler.js diff --git a/docs/js-api/files/mxClient-js.html b/docs/js-api/files/mxClient-js.html index 48d1f28f1..20bf3bb90 100644 --- a/docs/js-api/files/mxClient-js.html +++ b/docs/js-api/files/mxClient-js.html @@ -15,7 +15,7 @@ if (browserType) {document.write("
");if (browserV

Variables

-

VERSION

Contains the current version of the mxGraph library.  The strings that communicate versions of mxGraph use the following format.

versionMajor.versionMinor.buildNumber.revisionNumber

Current version is 2.2.0.0.

+

VERSION

Contains the current version of the mxGraph library.  The strings that communicate versions of mxGraph use the following format.

versionMajor.versionMinor.buildNumber.revisionNumber

Current version is 2.2.0.1.

IS_IE

IS_IE: navigator.userAgent.indexOf('MSIE') >

True if the current browser is Internet Explorer.

diff --git a/docs/js-api/files/view/mxPrintPreview-js.html b/docs/js-api/files/view/mxPrintPreview-js.html index 79dacf897..c578aa48d 100644 --- a/docs/js-api/files/view/mxPrintPreview-js.html +++ b/docs/js-api/files/view/mxPrintPreview-js.html @@ -99,7 +99,7 @@ preview.open();

getWindow

mxPrintPreview.prototype.getWindow = function()

Returns wnd.

-

getDocType

Returns the string that should go before the HTML tag in the print preview page.  This implementation returns an empty string.

+

getDocType

Returns the string that should go before the HTML tag in the print preview page.  This implementation returns an X-UA meta tag for IE5 in quirks mode, IE8 in IE8 standards mode and edge in IE9 standards mode.

open

mxPrintPreview.prototype.open = function(css)

Shows the print preview window.  The window is created here if it does not exist.

Parameters

cssOptional CSS string to be used in the head section.
diff --git a/docs/manual.html b/docs/manual.html index afac08013..23f867a08 100644 --- a/docs/manual.html +++ b/docs/manual.html @@ -9,7 +9,7 @@

mxGraph User Manual – JavaScript Client



-

mxGraph Version 2.2.0.0 – 19. September 2013

+

mxGraph Version 2.2.0.1 – 25. September 2013

Copyright (c) JGraph Ltd 2006-2013


All rights reserved. No part of this publication may be diff --git a/docs/manual_javavis.html b/docs/manual_javavis.html index cf1b37537..516a1d5e2 100644 --- a/docs/manual_javavis.html +++ b/docs/manual_javavis.html @@ -9,7 +9,7 @@

JGraphX (JGraph 6) User Manual



-

JGraphX Version 2.2.0.0 – 19. September 2013

+

JGraphX Version 2.2.0.1 – 25. September 2013

Copyright (c) JGraph Ltd 2006-2012


All rights reserved. No part of this publication may be diff --git a/docs/php-api/files/canvas/mxGdCanvas-php.html b/docs/php-api/files/canvas/mxGdCanvas-php.html index 77a1b749b..ac3b5fce4 100644 --- a/docs/php-api/files/canvas/mxGdCanvas-php.html +++ b/docs/php-api/files/canvas/mxGdCanvas-php.html @@ -1,6 +1,6 @@ -/home/gaudenz/project/mxgraph2/build/mxgraph/php/src/canvas/mxGdCanvas.php diff --git a/dotnet/docs/html/annotated.html b/dotnet/docs/html/annotated.html index e34903993..af7494d4c 100644 --- a/dotnet/docs/html/annotated.html +++ b/dotnet/docs/html/annotated.html @@ -113,7 +113,7 @@

diff --git a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxBasicCanvas-members.html b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxBasicCanvas-members.html index 27db6bc06..e28461533 100644 --- a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxBasicCanvas-members.html +++ b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxBasicCanvas-members.html @@ -81,7 +81,7 @@ This is the complete list of members for diff --git a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxBasicCanvas.html b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxBasicCanvas.html index eb28e2654..5fc2d1fc1 100644 --- a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxBasicCanvas.html +++ b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxBasicCanvas.html @@ -360,7 +360,7 @@ Properties diff --git a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxCell-members.html b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxCell-members.html index b821cfb1c..e0d998357 100644 --- a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxCell-members.html +++ b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxCell-members.html @@ -118,7 +118,7 @@ This is the complete list of members for diff --git a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxCell.html b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxCell.html index e229efcbe..27aed7fd2 100644 --- a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxCell.html +++ b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxCell.html @@ -1286,7 +1286,7 @@ Properties diff --git a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxCellCodec-members.html b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxCellCodec-members.html index 8a5daeeb5..c0a2ebcd5 100644 --- a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxCellCodec-members.html +++ b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxCellCodec-members.html @@ -111,7 +111,7 @@ This is the complete list of members for diff --git a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxCellCodec.html b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxCellCodec.html index 13c1d8e41..eb3447c1c 100644 --- a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxCellCodec.html +++ b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxCellCodec.html @@ -114,7 +114,7 @@ Public Member Functions diff --git a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxCellPath-members.html b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxCellPath-members.html index 07b1254a7..497f836d2 100644 --- a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxCellPath-members.html +++ b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxCellPath-members.html @@ -73,7 +73,7 @@ This is the complete list of members for diff --git a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxCellPath.html b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxCellPath.html index 5809c2e93..428194623 100644 --- a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxCellPath.html +++ b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxCellPath.html @@ -200,7 +200,7 @@ Static Public Attributes diff --git a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxCellRenderer-members.html b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxCellRenderer-members.html index b784d3891..4abaca2c4 100644 --- a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxCellRenderer-members.html +++ b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxCellRenderer-members.html @@ -72,7 +72,7 @@ This is the complete list of members for diff --git a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxCellRenderer.html b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxCellRenderer.html index 16d158a7c..9e04294d8 100644 --- a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxCellRenderer.html +++ b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxCellRenderer.html @@ -257,7 +257,7 @@ Static Public Member Functions diff --git a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxCellRenderer_1_1CanvasFactory-members.html b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxCellRenderer_1_1CanvasFactory-members.html index 92e750726..f9b9e3444 100644 --- a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxCellRenderer_1_1CanvasFactory-members.html +++ b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxCellRenderer_1_1CanvasFactory-members.html @@ -71,7 +71,7 @@ This is the complete list of members for diff --git a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxCellRenderer_1_1CanvasFactory.html b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxCellRenderer_1_1CanvasFactory.html index 35ccf63aa..be9b375f1 100644 --- a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxCellRenderer_1_1CanvasFactory.html +++ b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxCellRenderer_1_1CanvasFactory.html @@ -128,7 +128,7 @@ Public Member Functions diff --git a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxCellRenderer_1_1ImageCanvasFactory-members.html b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxCellRenderer_1_1ImageCanvasFactory-members.html index e7656c7e4..1cc24e0f6 100644 --- a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxCellRenderer_1_1ImageCanvasFactory-members.html +++ b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxCellRenderer_1_1ImageCanvasFactory-members.html @@ -75,7 +75,7 @@ This is the complete list of members for diff --git a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxCellRenderer_1_1ImageCanvasFactory.html b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxCellRenderer_1_1ImageCanvasFactory.html index 6a66f8d56..f5f7b651e 100644 --- a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxCellRenderer_1_1ImageCanvasFactory.html +++ b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxCellRenderer_1_1ImageCanvasFactory.html @@ -229,7 +229,7 @@ Protected Attributes diff --git a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxCellState-members.html b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxCellState-members.html index c28e6a46f..3523ddf8a 100644 --- a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxCellState-members.html +++ b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxCellState-members.html @@ -123,7 +123,7 @@ This is the complete list of members for diff --git a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxCellState.html b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxCellState.html index 3e889e2ce..65ce277e9 100644 --- a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxCellState.html +++ b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxCellState.html @@ -674,7 +674,7 @@ Properties diff --git a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxCodec-members.html b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxCodec-members.html index 3f13a6897..12dcc4be6 100644 --- a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxCodec-members.html +++ b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxCodec-members.html @@ -91,7 +91,7 @@ This is the complete list of members for diff --git a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxCodec.html b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxCodec.html index 9b60ea9eb..ec9c7b4c2 100644 --- a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxCodec.html +++ b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxCodec.html @@ -716,7 +716,7 @@ Properties diff --git a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxCodecRegistry-members.html b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxCodecRegistry-members.html index c61c370bc..5222242ee 100644 --- a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxCodecRegistry-members.html +++ b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxCodecRegistry-members.html @@ -79,7 +79,7 @@ This is the complete list of members for diff --git a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxCodecRegistry.html b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxCodecRegistry.html index df724deaa..49134259f 100644 --- a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxCodecRegistry.html +++ b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxCodecRegistry.html @@ -332,7 +332,7 @@ Static Protected Attributes diff --git a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxConnectionConstraint-members.html b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxConnectionConstraint-members.html index 94bdb2387..4862db152 100644 --- a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxConnectionConstraint-members.html +++ b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxConnectionConstraint-members.html @@ -76,7 +76,7 @@ This is the complete list of members for diff --git a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxConnectionConstraint.html b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxConnectionConstraint.html index c3d56d8b5..c0bee9957 100644 --- a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxConnectionConstraint.html +++ b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxConnectionConstraint.html @@ -240,7 +240,7 @@ Properties diff --git a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxConstants-members.html b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxConstants-members.html index d3a76cb9b..101bffce3 100644 --- a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxConstants-members.html +++ b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxConstants-members.html @@ -217,7 +217,7 @@ This is the complete list of members for diff --git a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxConstants.html b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxConstants.html index bf2ebc50d..f45356dea 100644 --- a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxConstants.html +++ b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxConstants.html @@ -2617,7 +2617,7 @@ Static Public Attributes diff --git a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxEdgeStyle-members.html b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxEdgeStyle-members.html index 19392b90d..1e13d4c4c 100644 --- a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxEdgeStyle-members.html +++ b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxEdgeStyle-members.html @@ -74,7 +74,7 @@ This is the complete list of members for diff --git a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxEdgeStyle.html b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxEdgeStyle.html index f5d0927e3..960d5800c 100644 --- a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxEdgeStyle.html +++ b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxEdgeStyle.html @@ -170,7 +170,7 @@ Static Public Attributes diff --git a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxFastOrganicLayout-members.html b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxFastOrganicLayout-members.html index 8330c8f54..0d005d8be 100644 --- a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxFastOrganicLayout-members.html +++ b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxFastOrganicLayout-members.html @@ -102,7 +102,7 @@ This is the complete list of members for diff --git a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxFastOrganicLayout.html b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxFastOrganicLayout.html index a43b5dbb3..b7c992225 100644 --- a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxFastOrganicLayout.html +++ b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxFastOrganicLayout.html @@ -743,7 +743,7 @@ Properties diff --git a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxGdiCanvas-members.html b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxGdiCanvas-members.html index 43bf044d7..b2398168a 100644 --- a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxGdiCanvas-members.html +++ b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxGdiCanvas-members.html @@ -107,7 +107,7 @@ This is the complete list of members for diff --git a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxGdiCanvas.html b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxGdiCanvas.html index afb110c86..4781395cf 100644 --- a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxGdiCanvas.html +++ b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxGdiCanvas.html @@ -1481,7 +1481,7 @@ Properties diff --git a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxGdiCanvas2D-members.html b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxGdiCanvas2D-members.html index 5a227b703..1c7c5e2ba 100644 --- a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxGdiCanvas2D-members.html +++ b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxGdiCanvas2D-members.html @@ -137,7 +137,7 @@ This is the complete list of members for diff --git a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxGdiCanvas2D.html b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxGdiCanvas2D.html index fa40cb6e7..da4be3346 100644 --- a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxGdiCanvas2D.html +++ b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxGdiCanvas2D.html @@ -1908,7 +1908,7 @@ Properties diff --git a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxGdiCanvas2D_1_1CanvasState-members.html b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxGdiCanvas2D_1_1CanvasState-members.html index 1da1fc088..db3c93285 100644 --- a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxGdiCanvas2D_1_1CanvasState-members.html +++ b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxGdiCanvas2D_1_1CanvasState-members.html @@ -71,7 +71,7 @@ This is the complete list of members for diff --git a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxGdiCanvas2D_1_1CanvasState.html b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxGdiCanvas2D_1_1CanvasState.html index 2cde15e82..73007c0da 100644 --- a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxGdiCanvas2D_1_1CanvasState.html +++ b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxGdiCanvas2D_1_1CanvasState.html @@ -99,7 +99,7 @@ Public Member Functions diff --git a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxGeometry-members.html b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxGeometry-members.html index d3e82b172..2440005be 100644 --- a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxGeometry-members.html +++ b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxGeometry-members.html @@ -114,7 +114,7 @@ This is the complete list of members for diff --git a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxGeometry.html b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxGeometry.html index 224284230..969ae5faa 100644 --- a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxGeometry.html +++ b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxGeometry.html @@ -555,7 +555,7 @@ Properties diff --git a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxGraph-members.html b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxGraph-members.html index 83beeef33..cdb747c43 100644 --- a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxGraph-members.html +++ b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxGraph-members.html @@ -162,7 +162,7 @@ This is the complete list of members for diff --git a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxGraph.html b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxGraph.html index 696263918..914bff294 100644 --- a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxGraph.html +++ b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxGraph.html @@ -224,8 +224,8 @@ Public Member Functions  Called when the graph model has changed to invalidate the view.

Public Attributes

-const String VERSION = "2.2.0.0" - Holds the version number of this release. Current version is 2.2.0.0.
+const String VERSION = "2.2.0.1" + Holds the version number of this release. Current version is 2.2.0.1.

Protected Member Functions

mxStylesheet CreateStylesheet () @@ -2968,13 +2968,13 @@ Properties
- +
const String com.mxgraph.mxGraph.VERSION = "2.2.0.0"const String com.mxgraph.mxGraph.VERSION = "2.2.0.1"
-

Holds the version number of this release. Current version is 2.2.0.0.

+

Holds the version number of this release. Current version is 2.2.0.1.

@@ -3121,7 +3121,7 @@ Properties diff --git a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxGraphModel-members.html b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxGraphModel-members.html index 2726ee7ba..92f9d931d 100644 --- a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxGraphModel-members.html +++ b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxGraphModel-members.html @@ -137,7 +137,7 @@ This is the complete list of members for diff --git a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxGraphModel.html b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxGraphModel.html index cdec0483b..a1e1401b1 100644 --- a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxGraphModel.html +++ b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxGraphModel.html @@ -2300,7 +2300,7 @@ Events diff --git a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxGraphView-members.html b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxGraphView-members.html index bac80ec06..2a7ab5033 100644 --- a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxGraphView-members.html +++ b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxGraphView-members.html @@ -119,7 +119,7 @@ This is the complete list of members for diff --git a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxGraphView.html b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxGraphView.html index 5d89b6299..bec0026e5 100644 --- a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxGraphView.html +++ b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxGraphView.html @@ -1538,7 +1538,7 @@ Properties diff --git a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxGraphViewImageReader-members.html b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxGraphViewImageReader-members.html index beaaa0c84..79c72e26e 100644 --- a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxGraphViewImageReader-members.html +++ b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxGraphViewImageReader-members.html @@ -95,7 +95,7 @@ This is the complete list of members for diff --git a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxGraphViewImageReader.html b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxGraphViewImageReader.html index 98fea5ae9..8aa771c10 100644 --- a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxGraphViewImageReader.html +++ b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxGraphViewImageReader.html @@ -521,7 +521,7 @@ Properties diff --git a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxGraphViewReader-members.html b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxGraphViewReader-members.html index ffcc7ff46..6e0a07f5f 100644 --- a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxGraphViewReader-members.html +++ b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxGraphViewReader-members.html @@ -79,7 +79,7 @@ This is the complete list of members for diff --git a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxGraphViewReader.html b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxGraphViewReader.html index 8284ee92f..efaa6e313 100644 --- a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxGraphViewReader.html +++ b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxGraphViewReader.html @@ -358,7 +358,7 @@ Properties diff --git a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxImageBundle-members.html b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxImageBundle-members.html index d99fabf07..f3fce71c0 100644 --- a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxImageBundle-members.html +++ b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxImageBundle-members.html @@ -73,7 +73,7 @@ This is the complete list of members for diff --git a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxImageBundle.html b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxImageBundle.html index 9e9bec018..f4568eff6 100644 --- a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxImageBundle.html +++ b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxImageBundle.html @@ -185,7 +185,7 @@ Properties diff --git a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxImageCanvas-members.html b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxImageCanvas-members.html index fbb77096e..606f5950a 100644 --- a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxImageCanvas-members.html +++ b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxImageCanvas-members.html @@ -80,7 +80,7 @@ This is the complete list of members for diff --git a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxImageCanvas.html b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxImageCanvas.html index a18952c8c..cd075da64 100644 --- a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxImageCanvas.html +++ b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxImageCanvas.html @@ -364,7 +364,7 @@ Properties diff --git a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxModelCodec-members.html b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxModelCodec-members.html index eaae6029a..fb8276a22 100644 --- a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxModelCodec-members.html +++ b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxModelCodec-members.html @@ -113,7 +113,7 @@ This is the complete list of members for diff --git a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxModelCodec.html b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxModelCodec.html index 601bbdb9e..71d045916 100644 --- a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxModelCodec.html +++ b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxModelCodec.html @@ -260,7 +260,7 @@ Protected Member Functions diff --git a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxObjectCodec-members.html b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxObjectCodec-members.html index 096a29f0e..880f279ab 100644 --- a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxObjectCodec-members.html +++ b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxObjectCodec-members.html @@ -110,7 +110,7 @@ This is the complete list of members for diff --git a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxObjectCodec.html b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxObjectCodec.html index 90996be96..4f350a3cf 100644 --- a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxObjectCodec.html +++ b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxObjectCodec.html @@ -1568,7 +1568,7 @@ Properties diff --git a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxPerimeter-members.html b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxPerimeter-members.html index 25d3857ef..e6d6e3df3 100644 --- a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxPerimeter-members.html +++ b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxPerimeter-members.html @@ -73,7 +73,7 @@ This is the complete list of members for diff --git a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxPerimeter.html b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxPerimeter.html index d241e0c01..bbfcc002b 100644 --- a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxPerimeter.html +++ b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxPerimeter.html @@ -153,7 +153,7 @@ Static Public Attributes diff --git a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxPoint-members.html b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxPoint-members.html index 0e9d15c96..a25d45216 100644 --- a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxPoint-members.html +++ b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxPoint-members.html @@ -80,7 +80,7 @@ This is the complete list of members for diff --git a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxPoint.html b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxPoint.html index 6db990e51..ac8257bec 100644 --- a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxPoint.html +++ b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxPoint.html @@ -353,7 +353,7 @@ Properties diff --git a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxRectangle-members.html b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxRectangle-members.html index 56321186f..302b0abb4 100644 --- a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxRectangle-members.html +++ b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxRectangle-members.html @@ -95,7 +95,7 @@ This is the complete list of members for diff --git a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxRectangle.html b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxRectangle.html index a1ece4c4e..bd759b419 100644 --- a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxRectangle.html +++ b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxRectangle.html @@ -541,7 +541,7 @@ Properties diff --git a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxSaxOutputHandler-members.html b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxSaxOutputHandler-members.html index c79b684a1..23cc174c4 100644 --- a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxSaxOutputHandler-members.html +++ b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxSaxOutputHandler-members.html @@ -85,7 +85,7 @@ This is the complete list of members for diff --git a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxSaxOutputHandler.html b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxSaxOutputHandler.html index 8fb90be9e..567f88ac0 100644 --- a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxSaxOutputHandler.html +++ b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxSaxOutputHandler.html @@ -284,7 +284,7 @@ Properties diff --git a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxSession-members.html b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxSession-members.html index 73e0223fd..549f2b43b 100644 --- a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxSession-members.html +++ b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxSession-members.html @@ -84,7 +84,7 @@ This is the complete list of members for diff --git a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxSession.html b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxSession.html index d91667af6..0f478b860 100644 --- a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxSession.html +++ b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxSession.html @@ -432,7 +432,7 @@ Properties diff --git a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxSharedDiagram-members.html b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxSharedDiagram-members.html index 5d1c3d4ab..ba112d041 100644 --- a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxSharedDiagram-members.html +++ b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxSharedDiagram-members.html @@ -79,7 +79,7 @@ This is the complete list of members for diff --git a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxSharedDiagram.html b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxSharedDiagram.html index a9b8d945e..7b69eb27e 100644 --- a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxSharedDiagram.html +++ b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxSharedDiagram.html @@ -317,7 +317,7 @@ Events diff --git a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxStencil-members.html b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxStencil-members.html index e1cc47e78..73d444587 100644 --- a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxStencil-members.html +++ b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxStencil-members.html @@ -92,7 +92,7 @@ This is the complete list of members for diff --git a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxStencil.html b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxStencil.html index 744187c2e..c2777678e 100644 --- a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxStencil.html +++ b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxStencil.html @@ -806,7 +806,7 @@ Properties diff --git a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxStencilRegistry-members.html b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxStencilRegistry-members.html index f2936a191..0d3635097 100644 --- a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxStencilRegistry-members.html +++ b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxStencilRegistry-members.html @@ -72,7 +72,7 @@ This is the complete list of members for diff --git a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxStencilRegistry.html b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxStencilRegistry.html index f5ec3e6c3..f8ae5a920 100644 --- a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxStencilRegistry.html +++ b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxStencilRegistry.html @@ -152,7 +152,7 @@ static Dictionary< string,
diff --git a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxStyleRegistry-members.html b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxStyleRegistry-members.html index f4ffd2514..ac845755e 100644 --- a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxStyleRegistry-members.html +++ b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxStyleRegistry-members.html @@ -73,7 +73,7 @@ This is the complete list of members for diff --git a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxStyleRegistry.html b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxStyleRegistry.html index b61abe467..d8bd87929 100644 --- a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxStyleRegistry.html +++ b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxStyleRegistry.html @@ -179,7 +179,7 @@ Static Protected Attributes diff --git a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxStylesheet-members.html b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxStylesheet-members.html index 7b6b7c22f..489e70cb4 100644 --- a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxStylesheet-members.html +++ b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxStylesheet-members.html @@ -79,7 +79,7 @@ This is the complete list of members for diff --git a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxStylesheet.html b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxStylesheet.html index 4dd510717..c2df22e8d 100644 --- a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxStylesheet.html +++ b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxStylesheet.html @@ -328,7 +328,7 @@ Properties diff --git a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxStylesheetCodec-members.html b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxStylesheetCodec-members.html index 0aa5a8cd7..df1a17a0c 100644 --- a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxStylesheetCodec-members.html +++ b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxStylesheetCodec-members.html @@ -114,7 +114,7 @@ This is the complete list of members for diff --git a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxStylesheetCodec.html b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxStylesheetCodec.html index 97e581a7e..49635f9bc 100644 --- a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxStylesheetCodec.html +++ b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxStylesheetCodec.html @@ -275,7 +275,7 @@ Protected Member Functions diff --git a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxUtils-members.html b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxUtils-members.html index 9d074f8b7..ba7c4b51b 100644 --- a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxUtils-members.html +++ b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxUtils-members.html @@ -123,7 +123,7 @@ This is the complete list of members for diff --git a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxUtils.html b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxUtils.html index b3b62fba8..490e60166 100644 --- a/dotnet/docs/html/classcom_1_1mxgraph_1_1mxUtils.html +++ b/dotnet/docs/html/classcom_1_1mxgraph_1_1mxUtils.html @@ -2266,7 +2266,7 @@ Static Public Member Functions diff --git a/dotnet/docs/html/classes.html b/dotnet/docs/html/classes.html index c993ce47d..f645aaa6b 100644 --- a/dotnet/docs/html/classes.html +++ b/dotnet/docs/html/classes.html @@ -79,7 +79,7 @@ diff --git a/dotnet/docs/html/dir_960c412c123a7e1c8dd7bc6cf4f35dbe.html b/dotnet/docs/html/dir_0e28ade17e9fbf956aae9f1915f1a932.html similarity index 90% rename from dotnet/docs/html/dir_960c412c123a7e1c8dd7bc6cf4f35dbe.html rename to dotnet/docs/html/dir_0e28ade17e9fbf956aae9f1915f1a932.html index 27e7c3797..2e2e2340c 100644 --- a/dotnet/docs/html/dir_960c412c123a7e1c8dd7bc6cf4f35dbe.html +++ b/dotnet/docs/html/dir_0e28ade17e9fbf956aae9f1915f1a932.html @@ -46,8 +46,8 @@
@@ -70,7 +70,7 @@ Files diff --git a/dotnet/docs/html/dir_1179442bf228cab7bd4d4e2e0ddc1458.html b/dotnet/docs/html/dir_269ae554a22de60194df71534be01c7e.html similarity index 90% rename from dotnet/docs/html/dir_1179442bf228cab7bd4d4e2e0ddc1458.html rename to dotnet/docs/html/dir_269ae554a22de60194df71534be01c7e.html index 9ed8ac514..e465dcd68 100644 --- a/dotnet/docs/html/dir_1179442bf228cab7bd4d4e2e0ddc1458.html +++ b/dotnet/docs/html/dir_269ae554a22de60194df71534be01c7e.html @@ -46,8 +46,8 @@ @@ -70,7 +70,7 @@ Files diff --git a/dotnet/docs/html/dir_dd81411fd7f51ae097b84a3798461967.html b/dotnet/docs/html/dir_486b988d8237e5dd62cf762ef0577e7d.html similarity index 88% rename from dotnet/docs/html/dir_dd81411fd7f51ae097b84a3798461967.html rename to dotnet/docs/html/dir_486b988d8237e5dd62cf762ef0577e7d.html index 85ae14c11..b38575c98 100644 --- a/dotnet/docs/html/dir_dd81411fd7f51ae097b84a3798461967.html +++ b/dotnet/docs/html/dir_486b988d8237e5dd62cf762ef0577e7d.html @@ -46,8 +46,8 @@ @@ -67,7 +67,7 @@ Files diff --git a/dotnet/docs/html/dir_205351e87b536693cced78e8dee0fa3e.html b/dotnet/docs/html/dir_553c3da0988862e96901d74f77bf9b40.html similarity index 80% rename from dotnet/docs/html/dir_205351e87b536693cced78e8dee0fa3e.html rename to dotnet/docs/html/dir_553c3da0988862e96901d74f77bf9b40.html index 732a96410..1daae3c96 100644 --- a/dotnet/docs/html/dir_205351e87b536693cced78e8dee0fa3e.html +++ b/dotnet/docs/html/dir_553c3da0988862e96901d74f77bf9b40.html @@ -46,7 +46,7 @@ @@ -58,20 +58,20 @@ - - - - - - - - + + + + + + + +

Directories

directory  canvas
directory  io
directory  layout
directory  model
directory  reader
directory  sharing
directory  utils
directory  view
directory  canvas
directory  io
directory  layout
directory  model
directory  reader
directory  sharing
directory  utils
directory  view
diff --git a/dotnet/docs/html/dir_610406434e6f9d0301a71f953a744e49.html b/dotnet/docs/html/dir_6614c49c0b48d39517d1dc0bf8bebaea.html similarity index 91% rename from dotnet/docs/html/dir_610406434e6f9d0301a71f953a744e49.html rename to dotnet/docs/html/dir_6614c49c0b48d39517d1dc0bf8bebaea.html index 162302721..4a3678689 100644 --- a/dotnet/docs/html/dir_610406434e6f9d0301a71f953a744e49.html +++ b/dotnet/docs/html/dir_6614c49c0b48d39517d1dc0bf8bebaea.html @@ -46,8 +46,8 @@ @@ -72,7 +72,7 @@ Files diff --git a/dotnet/docs/html/dir_f27368f44534187243475534272d8d7f.html b/dotnet/docs/html/dir_71df11619710535dce08ccebdef8a0f7.html similarity index 87% rename from dotnet/docs/html/dir_f27368f44534187243475534272d8d7f.html rename to dotnet/docs/html/dir_71df11619710535dce08ccebdef8a0f7.html index 7d74bba7d..813c2b533 100644 --- a/dotnet/docs/html/dir_f27368f44534187243475534272d8d7f.html +++ b/dotnet/docs/html/dir_71df11619710535dce08ccebdef8a0f7.html @@ -46,8 +46,8 @@ @@ -66,7 +66,7 @@ Files diff --git a/dotnet/docs/html/dir_96da2601d863413e75bdc100ea940324.html b/dotnet/docs/html/dir_7b37c9a424bd44c0ca40f4e9c858fa23.html similarity index 87% rename from dotnet/docs/html/dir_96da2601d863413e75bdc100ea940324.html rename to dotnet/docs/html/dir_7b37c9a424bd44c0ca40f4e9c858fa23.html index 9dc4ecfb1..251ff7593 100644 --- a/dotnet/docs/html/dir_96da2601d863413e75bdc100ea940324.html +++ b/dotnet/docs/html/dir_7b37c9a424bd44c0ca40f4e9c858fa23.html @@ -46,8 +46,8 @@ @@ -66,7 +66,7 @@ Files diff --git a/dotnet/docs/html/dir_98c853f1d36d623a62cbf5a9cee6a3f1.html b/dotnet/docs/html/dir_82dc6796c5ef1615e121d8fd195bf529.html similarity index 90% rename from dotnet/docs/html/dir_98c853f1d36d623a62cbf5a9cee6a3f1.html rename to dotnet/docs/html/dir_82dc6796c5ef1615e121d8fd195bf529.html index 978abeff9..0a6982fce 100644 --- a/dotnet/docs/html/dir_98c853f1d36d623a62cbf5a9cee6a3f1.html +++ b/dotnet/docs/html/dir_82dc6796c5ef1615e121d8fd195bf529.html @@ -46,8 +46,8 @@ @@ -70,7 +70,7 @@ Files diff --git a/dotnet/docs/html/dir_a54e5691f3417b2421121504d53b0a24.html b/dotnet/docs/html/dir_f8c6c5d913ffc9ad4e06b566056b5af7.html similarity index 91% rename from dotnet/docs/html/dir_a54e5691f3417b2421121504d53b0a24.html rename to dotnet/docs/html/dir_f8c6c5d913ffc9ad4e06b566056b5af7.html index e36a47b62..bcee78259 100644 --- a/dotnet/docs/html/dir_a54e5691f3417b2421121504d53b0a24.html +++ b/dotnet/docs/html/dir_f8c6c5d913ffc9ad4e06b566056b5af7.html @@ -46,8 +46,8 @@ @@ -72,7 +72,7 @@ Files diff --git a/dotnet/docs/html/dirs.html b/dotnet/docs/html/dirs.html index ec220808b..a84a70082 100644 --- a/dotnet/docs/html/dirs.html +++ b/dotnet/docs/html/dirs.html @@ -51,15 +51,15 @@
This directory hierarchy is sorted roughly, but not completely, alphabetically: