Skip to content

Commit bc79dfc

Browse files
committed
3.4.0.3 release
1 parent 7bd1886 commit bc79dfc

786 files changed

Lines changed: 4123 additions & 3919 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: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
04-NOV-2015: 3.4.0.3
2+
3+
- Fixes init sequence for format panel
4+
- Fixes NPE in grapheditor example
5+
16
03-NOV-2015: 3.4.0.2
27

38
- Fixes drawing of page breaks in mxGraph.updatePageBreaks [JavaScript]

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 3.4.0.2.</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 3.4.0.3.</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 10 or below.&nbsp; Use <a href="#mxClient.IS_IE11" class=LVariable id=link22 onMouseOver="ShowTip(event, 'tt20', 'link22')" onMouseOut="HideTip('tt20')">mxClient.IS_IE11</a> to detect IE 11.</p></div></div></div>
2121

docs/js-api/javascript/searchdata.js

Lines changed: 63 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,66 @@ var indexSectionsWithContent = {
2929
"Y": false,
3030
"Z": false
3131
},
32+
"Functions": {
33+
"Symbols": false,
34+
"Numbers": false,
35+
"A": true,
36+
"B": true,
37+
"C": true,
38+
"D": true,
39+
"E": true,
40+
"F": true,
41+
"G": true,
42+
"H": true,
43+
"I": true,
44+
"J": true,
45+
"K": true,
46+
"L": true,
47+
"M": true,
48+
"N": true,
49+
"O": true,
50+
"P": true,
51+
"Q": true,
52+
"R": true,
53+
"S": true,
54+
"T": true,
55+
"U": true,
56+
"V": true,
57+
"W": true,
58+
"X": false,
59+
"Y": false,
60+
"Z": true
61+
},
62+
"Files": {
63+
"Symbols": false,
64+
"Numbers": false,
65+
"A": true,
66+
"B": false,
67+
"C": false,
68+
"D": false,
69+
"E": false,
70+
"F": false,
71+
"G": false,
72+
"H": false,
73+
"I": false,
74+
"J": false,
75+
"K": false,
76+
"L": false,
77+
"M": true,
78+
"N": false,
79+
"O": false,
80+
"P": false,
81+
"Q": false,
82+
"R": false,
83+
"S": false,
84+
"T": false,
85+
"U": false,
86+
"V": false,
87+
"W": false,
88+
"X": false,
89+
"Y": false,
90+
"Z": false
91+
},
3292
"Events": {
3393
"Symbols": false,
3494
"Numbers": false,
@@ -89,7 +149,7 @@ var indexSectionsWithContent = {
89149
"Y": true,
90150
"Z": true
91151
},
92-
"Functions": {
152+
"Variables": {
93153
"Symbols": false,
94154
"Numbers": false,
95155
"A": true,
@@ -115,8 +175,8 @@ var indexSectionsWithContent = {
115175
"U": true,
116176
"V": true,
117177
"W": true,
118-
"X": false,
119-
"Y": false,
178+
"X": true,
179+
"Y": true,
120180
"Z": true
121181
},
122182
"Classes": {
@@ -148,65 +208,5 @@ var indexSectionsWithContent = {
148208
"X": false,
149209
"Y": false,
150210
"Z": false
151-
},
152-
"Files": {
153-
"Symbols": false,
154-
"Numbers": false,
155-
"A": true,
156-
"B": false,
157-
"C": false,
158-
"D": false,
159-
"E": false,
160-
"F": false,
161-
"G": false,
162-
"H": false,
163-
"I": false,
164-
"J": false,
165-
"K": false,
166-
"L": false,
167-
"M": true,
168-
"N": false,
169-
"O": false,
170-
"P": false,
171-
"Q": false,
172-
"R": false,
173-
"S": false,
174-
"T": false,
175-
"U": false,
176-
"V": false,
177-
"W": false,
178-
"X": false,
179-
"Y": false,
180-
"Z": false
181-
},
182-
"Variables": {
183-
"Symbols": false,
184-
"Numbers": false,
185-
"A": true,
186-
"B": true,
187-
"C": true,
188-
"D": true,
189-
"E": true,
190-
"F": true,
191-
"G": true,
192-
"H": true,
193-
"I": true,
194-
"J": true,
195-
"K": true,
196-
"L": true,
197-
"M": true,
198-
"N": true,
199-
"O": true,
200-
"P": true,
201-
"Q": true,
202-
"R": true,
203-
"S": true,
204-
"T": true,
205-
"U": true,
206-
"V": true,
207-
"W": true,
208-
"X": true,
209-
"Y": true,
210-
"Z": true
211211
}
212212
}

docs/manual.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<h1>mxGraph User Manual &ndash; JavaScript Client</h1>
1010
<br/>
1111
<br/>
12-
<p>mxGraph Version 3.4.0.2 &ndash; 03. November 2015</p>
12+
<p>mxGraph Version 3.4.0.3 &ndash; 04. November 2015</p>
1313
<p>Copyright (c) JGraph Ltd 2006-2013</p>
1414
<br/>
1515
<p>All rights reserved. No part of this publication may be

docs/manual_javavis.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<h1>JGraphX (JGraph 6) User Manual</h1>
1010
<br/>
1111
<br/>
12-
<p>JGraphX Version 3.4.0.2 &ndash; 03. November 2015</p>
12+
<p>JGraphX Version 3.4.0.3 &ndash; 04. November 2015</p>
1313
<p>Copyright (c) JGraph Ltd 2006-2012</p>
1414
<br/>
1515
<p>All rights reserved. No part of this publication may be

docs/php-api/javascript/searchdata.js

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,5 @@
11
var indexSectionsWithContent = {
2-
"Variables": {
3-
"Symbols": false,
4-
"Numbers": false,
5-
"A": true,
6-
"B": true,
7-
"C": true,
8-
"D": true,
9-
"E": true,
10-
"F": true,
11-
"G": true,
12-
"H": true,
13-
"I": true,
14-
"J": false,
15-
"K": false,
16-
"L": true,
17-
"M": true,
18-
"N": true,
19-
"O": true,
20-
"P": true,
21-
"Q": false,
22-
"R": true,
23-
"S": true,
24-
"T": true,
25-
"U": true,
26-
"V": true,
27-
"W": true,
28-
"X": true,
29-
"Y": true,
30-
"Z": false
31-
},
32-
"Classes": {
2+
"Interfaces": {
333
"Symbols": false,
344
"Numbers": false,
355
"A": false,
@@ -59,10 +29,40 @@ var indexSectionsWithContent = {
5929
"Y": false,
6030
"Z": false
6131
},
62-
"Interfaces": {
32+
"Functions": {
6333
"Symbols": false,
6434
"Numbers": false,
65-
"A": false,
35+
"A": true,
36+
"B": true,
37+
"C": true,
38+
"D": true,
39+
"E": true,
40+
"F": true,
41+
"G": true,
42+
"H": false,
43+
"I": true,
44+
"J": false,
45+
"K": false,
46+
"L": true,
47+
"M": true,
48+
"N": false,
49+
"O": true,
50+
"P": true,
51+
"Q": false,
52+
"R": true,
53+
"S": true,
54+
"T": true,
55+
"U": true,
56+
"V": true,
57+
"W": true,
58+
"X": false,
59+
"Y": false,
60+
"Z": false
61+
},
62+
"Files": {
63+
"Symbols": false,
64+
"Numbers": false,
65+
"A": true,
6666
"B": false,
6767
"C": false,
6868
"D": false,
@@ -89,7 +89,7 @@ var indexSectionsWithContent = {
8989
"Y": false,
9090
"Z": false
9191
},
92-
"Functions": {
92+
"General": {
9393
"Symbols": false,
9494
"Numbers": false,
9595
"A": true,
@@ -99,13 +99,13 @@ var indexSectionsWithContent = {
9999
"E": true,
100100
"F": true,
101101
"G": true,
102-
"H": false,
102+
"H": true,
103103
"I": true,
104104
"J": false,
105105
"K": false,
106106
"L": true,
107107
"M": true,
108-
"N": false,
108+
"N": true,
109109
"O": true,
110110
"P": true,
111111
"Q": false,
@@ -115,14 +115,14 @@ var indexSectionsWithContent = {
115115
"U": true,
116116
"V": true,
117117
"W": true,
118-
"X": false,
119-
"Y": false,
118+
"X": true,
119+
"Y": true,
120120
"Z": false
121121
},
122-
"Files": {
122+
"Classes": {
123123
"Symbols": false,
124124
"Numbers": false,
125-
"A": true,
125+
"A": false,
126126
"B": false,
127127
"C": false,
128128
"D": false,
@@ -149,7 +149,7 @@ var indexSectionsWithContent = {
149149
"Y": false,
150150
"Z": false
151151
},
152-
"General": {
152+
"Variables": {
153153
"Symbols": false,
154154
"Numbers": false,
155155
"A": true,

dotnet/docs/html/annotated.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dotnet/docs/html/classcom_1_1mxgraph_1_1mxBasicCanvas-members.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dotnet/docs/html/classcom_1_1mxgraph_1_1mxBasicCanvas.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dotnet/docs/html/classcom_1_1mxgraph_1_1mxCell-members.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)