Skip to content

Commit

Permalink
build 0.9.35
Browse files Browse the repository at this point in the history
  • Loading branch information
sverweij committed Oct 12, 2014
1 parent 61a0a63 commit d848274
Show file tree
Hide file tree
Showing 13 changed files with 36 additions and 31 deletions.
16 changes: 8 additions & 8 deletions embed.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
along with mscgen_js. If not, see <http://www.gnu.org/licenses/>.
mscgen_js
version: 0.9.34
build-date: 20141011 17:02
commit: f5518d6a7380bd86
version: 0.9.35
build-date: 20141012 18:57
commit: 61a0a638677e176e
-->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" >
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
Expand Down Expand Up @@ -54,8 +54,8 @@
<link rel="shortcut icon" href="./favicon.ico">

<title>mscgen_js - embedding</title>
<link rel="stylesheet" href="./style/doc.css?f5518d6a7380bd86" type="text/css" media="screen, print">
<script src="mscgen-inpage.js?f5518d6a7380bd86" defer></script>
<link rel="stylesheet" href="./style/doc.css?61a0a638677e176e" type="text/css" media="screen, print">
<script src="mscgen-inpage.js?61a0a638677e176e" defer></script>
<script>
(function(i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
Expand Down Expand Up @@ -92,9 +92,9 @@
title="Open the tutorial"><br><br>learn</a>
</nav>
<div class="debug fadable">
<div><em>version:</em> 0.9.34</div>
<div><em>build-date:</em> 20141011 17:02</div>
<div><em>commit:</em> f5518d6a7380bd86</div>
<div><em>version:</em> 0.9.35</div>
<div><em>build-date:</em> 20141012 18:57</div>
<div><em>commit:</em> 61a0a638677e176e</div>
</div>
<a href="./index.html">
<h1>mscgen_js <em>embedding</em></h1>
Expand Down
4 changes: 2 additions & 2 deletions gagatest.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
<link rel="shortcut icon" href="./favicon.ico">

<title>mscgen_js - tutorial</title>
<link rel="stylesheet" href="style/doc.css?f5518d6a7380bd86" type="text/css" media="screen, print">
<script src='mscgen-inpage.js?f5518d6a7380bd86' defer></script>
<link rel="stylesheet" href="style/doc.css?61a0a638677e176e" type="text/css" media="screen, print">
<script src='mscgen-inpage.js?61a0a638677e176e' defer></script>
<script>
(function(i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
Expand Down
18 changes: 9 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
<link rel="shortcut icon" href="./favicon.ico">

<title>mscgen_js - turns text into sequence charts</title>
<link rel="stylesheet" href="style/interp.css?f5518d6a7380bd86"
<link rel="stylesheet" href="style/interp.css?61a0a638677e176e"
type="text/css" media="screen">
<script data-main="script/mscgen-interpreter.js?f5518d6a7380bd86"
src="lib/require.js?f5518d6a7380bd86"></script>
<script data-main="script/mscgen-interpreter.js?61a0a638677e176e"
src="lib/require.js?61a0a638677e176e"></script>
</head>
<body>
<!--[if lt IE 10]>
Expand Down Expand Up @@ -75,18 +75,18 @@
</nav>

<div class="debug fadable">
<div><em>version:</em> 0.9.34</div>
<div><em>build-date:</em> 20141011 17:02</div>
<div><em>commit:</em> f5518d6a7380bd86</div>
<div><em>version:</em> 0.9.35</div>
<div><em>build-date:</em> 20141012 18:57</div>
<div><em>commit:</em> 61a0a638677e176e</div>
</div>

<h1 title="There's some good copy in tooltips.
Likely nobody will read them, though.
mscgen_js
version: 0.9.34
build-date: 20141011 17:02
commit: f5518d6a7380bd86" class="fadable">mscgen_js</h1>
version: 0.9.35
build-date: 20141012 18:57
commit: 61a0a638677e176e" class="fadable">mscgen_js</h1>
<span class="hideonmobile">turns text into sequence charts</span>
<span class="showonmobile">text =&gt; MSCs</span>
</header>
Expand Down
4 changes: 2 additions & 2 deletions lib/require.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion script/mscgen-interpreter.js

Large diffs are not rendered by default.

7 changes: 6 additions & 1 deletion style/interp.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@
border: 0;
background: #7e7;
}
.CodeMirror.cm-keymap-fat-cursor div.CodeMirror-cursors {
z-index: 1;
}
.cm-animate-fat-cursor {
width: auto;
border: 0;
Expand Down Expand Up @@ -176,6 +179,7 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #f22;}
}
.CodeMirror-lines {
cursor: text;
min-height: 1px;
}
.CodeMirror pre {

Expand Down Expand Up @@ -228,7 +232,7 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #f22;}
div.CodeMirror-cursors {
visibility: hidden;
position: relative;
z-index: 1;
z-index: 3;
}
.CodeMirror-focused div.CodeMirror-cursors {
visibility: visible;
Expand All @@ -248,6 +252,7 @@ div.CodeMirror-cursors {
visibility: hidden;
}
}
span.CodeMirror-selectedtext { background: none; }
.cm-s-midnight span.CodeMirror-matchhighlight { background: #494949; }
.cm-s-midnight.CodeMirror-focused span.CodeMirror-matchhighlight { background: #314D67 !important; }
.cm-s-midnight .CodeMirror-activeline-background {background: #253540 !important;}
Expand Down
2 changes: 1 addition & 1 deletion testcoverage-report/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</tr>
<tr>
<td class="headerItem">Date:</td>
<td class="headerValue">2014-10-11 17:02:43</td>
<td class="headerValue">2014-10-12 18:57:59</td>
<td></td>
<td class="headerItem">Functions:</td>
<td class="headerCovTableEntry">499</td>
Expand Down
2 changes: 1 addition & 1 deletion testcoverage-report/parse/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</tr>
<tr>
<td class="headerItem">Date:</td>
<td class="headerValue">2014-10-11 17:02:43</td>
<td class="headerValue">2014-10-12 18:57:59</td>
<td></td>
<td class="headerItem">Functions:</td>
<td class="headerCovTableEntry">285</td>
Expand Down
2 changes: 1 addition & 1 deletion testcoverage-report/render/graphics/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</tr>
<tr>
<td class="headerItem">Date:</td>
<td class="headerValue">2014-10-11 17:02:43</td>
<td class="headerValue">2014-10-12 18:57:59</td>
<td></td>
<td class="headerItem">Functions:</td>
<td class="headerCovTableEntry">87</td>
Expand Down
2 changes: 1 addition & 1 deletion testcoverage-report/render/text/attic/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</tr>
<tr>
<td class="headerItem">Date:</td>
<td class="headerValue">2014-10-11 17:02:43</td>
<td class="headerValue">2014-10-12 18:57:59</td>
<td></td>
<td class="headerItem">Functions:</td>
<td class="headerCovTableEntry">9</td>
Expand Down
2 changes: 1 addition & 1 deletion testcoverage-report/render/text/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</tr>
<tr>
<td class="headerItem">Date:</td>
<td class="headerValue">2014-10-11 17:02:43</td>
<td class="headerValue">2014-10-12 18:57:59</td>
<td></td>
<td class="headerItem">Functions:</td>
<td class="headerCovTableEntry">114</td>
Expand Down
2 changes: 1 addition & 1 deletion testcoverage-report/utl/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</tr>
<tr>
<td class="headerItem">Date:</td>
<td class="headerValue">2014-10-11 17:02:43</td>
<td class="headerValue">2014-10-12 18:57:59</td>
<td></td>
<td class="headerItem">Functions:</td>
<td class="headerCovTableEntry">4</td>
Expand Down
4 changes: 2 additions & 2 deletions tutorial.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
<link rel="shortcut icon" href="./favicon.ico">

<title>mscgen_js - tutorial</title>
<link rel="stylesheet" href="style/doc.css?f5518d6a7380bd86" type="text/css" media="screen, print">
<script src='mscgen-inpage.js?f5518d6a7380bd86' defer></script>
<link rel="stylesheet" href="style/doc.css?61a0a638677e176e" type="text/css" media="screen, print">
<script src='mscgen-inpage.js?61a0a638677e176e' defer></script>
<script>
(function(i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
Expand Down

0 comments on commit d848274

Please sign in to comment.