Skip to content

Commit 7fa332d

Browse files
author
David Benson
committed
1.10.1.2 release
1 parent f7a29b0 commit 7fa332d

851 files changed

Lines changed: 4735 additions & 4271 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

ChangeLog

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
14-JUN-2012: 1.10.1.2 beta
2+
3+
- Handles mouseUp outside of graph in mxPanningManager [JavaScript]
4+
- Fixes hierarchical layout bi-directional parallel edge routing [Java,JavaScript]
5+
- Improves hierarchical layout edge straightening alogrithm [Java,JavaScript]
6+
- Fixes hierarchical layout unique cell IDs for path creations [JavaScript]
7+
- Fixes hierarchical layout findTreeRoots across groups [Java]
8+
- Adds mxPath.ellipse for drawing ellipses in paths [JavaScript]
9+
- Add ge-prefix for all CSS classes, node IDs in grapheditor [JavaScript]
10+
- Fixes handling of   in mxSvgCanvas2D [JavaScript]
11+
- Adds linestyle toolbar buttons in grapheditor example [JavaScript]
12+
113
06-JUN-2012: 1.10.1.1
214

315
- Fixes scaled spacing for centered SVG labels in mxText [JavaScript]

docs/js-api/files/layout/hierarchical/model/mxGraphHierarchyEdge-js.html

Lines changed: 4 additions & 2 deletions
Large diffs are not rendered by default.

docs/js-api/files/layout/hierarchical/model/mxGraphHierarchyNode-js.html

Lines changed: 4 additions & 2 deletions
Large diffs are not rendered by default.

docs/js-api/files/mxClient-js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<div class="CGroup"><div class=CTopic><h3 class=CTitle><a name="mxClient.Variables"></a>Variables</h3></div></div>
1717

18-
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxClient.VERSION"></a>VERSION</h3><div class=CBody><p>Contains the current version of the mxGraph library.&nbsp; The strings that communicate versions of mxGraph use the following format.</p><p>versionMajor.versionMinor.buildNumber.revisionNumber</p><p>Current version is 1.10.1.1.</p></div></div></div>
18+
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxClient.VERSION"></a>VERSION</h3><div class=CBody><p>Contains the current version of the mxGraph library.&nbsp; The strings that communicate versions of mxGraph use the following format.</p><p>versionMajor.versionMinor.buildNumber.revisionNumber</p><p>Current version is 1.10.1.2.</p></div></div></div>
1919

2020
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxClient.IS_IE"></a>IS_IE</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>IS_IE: navigator.userAgent.indexOf(</td><td class=PParameter nowrap>'MSIE'</td><td class=PAfterParameters nowrap>) &gt;</td></tr></table></td></tr></table></blockquote><p>True if the current browser is Internet Explorer.</p></div></div></div>
2121

docs/js-api/files/util/mxPath-js.html

Lines changed: 8 additions & 6 deletions
Large diffs are not rendered by default.

docs/js-api/files/view/mxGraph-js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@
703703

704704
<div class="CFunction"><div class=CTopic><h3 class=CTitle><a name="mxGraph.scrollCellToVisible"></a>scrollCellToVisible</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>mxGraph.prototype.scrollCellToVisible = function(</td><td class=PParameter nowrap>cell,</td></tr><tr><td></td><td class=PParameter nowrap>center</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote><p>Pans the graph so that it shows the given cell.&nbsp; Optionally the cell may be centered in the container.</p><p>To center a given graph if the &lt;container&gt; has no scrollbars, use the following code.</p><p>[code] var bounds = graph.getGraphBounds(); graph.view.setTranslate(-bounds.x - (bounds.width - container.clientWidth) / 2, -bounds.y - (bounds.height - container.clientHeight) / 2); [/code]</p><h4 class=CHeading>Parameters</h4><table border=0 cellspacing=0 cellpadding=0 class=CDescriptionList><tr><td class=CDLEntry>cell</td><td class=CDLDescription><a href="../model/mxCell-js.html#mxCell" class=LClass id=link1065 onMouseOver="ShowTip(event, 'tt220', 'link1065')" onMouseOut="HideTip('tt220')">mxCell</a> to be made visible.</td></tr><tr><td class=CDLEntry>center</td><td class=CDLDescription>Optional boolean flag.&nbsp; Default is false.</td></tr></table></div></div></div>
705705

706-
<div class="CFunction"><div class=CTopic><h3 class=CTitle><a name="mxGraph.scrollRectToVisible"></a>scrollRectToVisible</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>mxGraph.prototype.scrollRectToVisible = function(</td><td class=PParameter nowrap>rect</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote><p>Pans the graph so that it shows the given rectangle.</p><h4 class=CHeading>Parameters</h4><table border=0 cellspacing=0 cellpadding=0 class=CDescriptionList><tr><td class=CDLEntry>rect</td><td class=CDLDescription><a href="../util/mxRectangle-js.html#mxRectangle" class=LClass id=link1066 onMouseOver="ShowTip(event, 'tt123', 'link1066')" onMouseOut="HideTip('tt123')">mxRectangle</a> to be made visible.</td></tr><tr><td class=CDLEntry>scrollX</td><td class=CDLDescription>Optional boolean that specifies if horizontal scrolling is allowed.&nbsp; Default is true.</td></tr><tr><td class=CDLEntry>scrollY</td><td class=CDLDescription>Optional boolean that specifies if vertical scrolling is allowed.&nbsp; Default is true.</td></tr></table></div></div></div>
706+
<div class="CFunction"><div class=CTopic><h3 class=CTitle><a name="mxGraph.scrollRectToVisible"></a>scrollRectToVisible</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>mxGraph.prototype.scrollRectToVisible = function(</td><td class=PParameter nowrap>rect</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote><p>Pans the graph so that it shows the given rectangle.</p><h4 class=CHeading>Parameters</h4><table border=0 cellspacing=0 cellpadding=0 class=CDescriptionList><tr><td class=CDLEntry>rect</td><td class=CDLDescription><a href="../util/mxRectangle-js.html#mxRectangle" class=LClass id=link1066 onMouseOver="ShowTip(event, 'tt123', 'link1066')" onMouseOut="HideTip('tt123')">mxRectangle</a> to be made visible.</td></tr></table></div></div></div>
707707

708708
<div class="CFunction"><div class=CTopic><h3 class=CTitle><a name="mxGraph.getCellGeometry"></a>getCellGeometry</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>mxGraph.prototype.getCellGeometry = function(</td><td class=PParameter nowrap>cell</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote><p>Returns the <a href="../model/mxGeometry-js.html#mxGeometry" class=LClass id=link1067 onMouseOver="ShowTip(event, 'tt224', 'link1067')" onMouseOut="HideTip('tt224')">mxGeometry</a> for the given cell.&nbsp; This implementation uses <a href="../model/mxGraphModel-js.html#mxGraphModel.getGeometry" class=LFunction id=link1068 onMouseOver="ShowTip(event, 'tt510', 'link1068')" onMouseOut="HideTip('tt510')">mxGraphModel.getGeometry</a>.&nbsp; Subclasses can override this to implement specific geometries for cells in only one graph, that is, it can return geometries that depend on the current state of the view.</p><h4 class=CHeading>Parameters</h4><table border=0 cellspacing=0 cellpadding=0 class=CDescriptionList><tr><td class=CDLEntry>cell</td><td class=CDLDescription><a href="../model/mxCell-js.html#mxCell" class=LClass id=link1069 onMouseOver="ShowTip(event, 'tt220', 'link1069')" onMouseOut="HideTip('tt220')">mxCell</a> whose geometry should be returned.</td></tr></table></div></div></div>
709709

0 commit comments

Comments
 (0)