Skip to content

Commit

Permalink
prep 3.3.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Koen Deforche committed Jul 13, 2016
1 parent 7e942c0 commit 4276333
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
dd p { margin-top: 0px; }
dd div { margin: 10px 0px; }
</style>
<title>JWt 3.3.5</title>
<title>JWt 3.3.6</title>
</head>
<body>

Expand All @@ -25,7 +25,7 @@ <h1>Release notes</h1>
the way you build Wt, the way you configure Wt or the Wt API and
behaviour. It also indicates the main changes from version to verison.

<h2>Release 3.3.6 (?, 2016)</h2>
<h2>Release 3.3.6 (July 13, 2016)</h2>
<p>
This release has a focus on bug fixes and some new features:
</p>
Expand Down
10 changes: 5 additions & 5 deletions src/eu/webtoolkit/jwt/chart/WCartesianChart.java
Original file line number Diff line number Diff line change
Expand Up @@ -994,7 +994,7 @@ public final WPointF mapFromDevice(final WPointF point) {
* zoom range.
* <p>
* Maps a position in the chart back to model coordinates, as if the chart
* was zoomed in on, or panned.
* was not zoomed in (nor panned).
* <p>
* This uses the axis dimensions that are based on the latest chart
* rendering. If you have not yet rendered the chart, or wish that the
Expand All @@ -1003,8 +1003,8 @@ public final WPointF mapFromDevice(final WPointF point) {
* {@link WCartesianChart#initLayout(WRectF rectangle, WPaintDevice device)
* initLayout()} first.
* <p>
* mapFromDeviceWithoutTransform will not take the current zoom range into
* account. The mapping will be performed as if
* This function will not take the current zoom range into account. The
* mapping will be performed as if
* {@link WCartesianChart#getZoomRangeTransform() getZoomRangeTransform()}
* is the identity transform.
* <p>
Expand Down Expand Up @@ -1128,8 +1128,8 @@ public final WPointF mapToDevice(final Object xValue, final Object yValue,
* Then, its possible values may be 0 (below the break) or 1 (above the
* break).
* <p>
* mapToDeviceWithoutTransform will not take the current zoom range into
* account. The mapping will be performed as if
* This function will not take the current zoom range into account.The
* mapping will be performed as if
* {@link WCartesianChart#getZoomRangeTransform() getZoomRangeTransform()}
* is the identity transform.
* <p>
Expand Down
2 changes: 1 addition & 1 deletion src/eu/webtoolkit/jwt/render/Css21Lexer.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// $ANTLR 3.5.2 src/eu/webtoolkit/jwt/render/Css21.g 2016-07-13 12:43:02
// $ANTLR 3.5.2 src/eu/webtoolkit/jwt/render/Css21.g 2016-07-13 13:01:54
package eu.webtoolkit.jwt.render;

import org.antlr.runtime.*;
Expand Down
2 changes: 1 addition & 1 deletion src/eu/webtoolkit/jwt/render/Css21Parser.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// $ANTLR 3.5.2 src/eu/webtoolkit/jwt/render/Css21.g 2016-07-13 12:43:02
// $ANTLR 3.5.2 src/eu/webtoolkit/jwt/render/Css21.g 2016-07-13 13:01:54
package eu.webtoolkit.jwt.render;

import org.antlr.runtime.*;
Expand Down

0 comments on commit 4276333

Please sign in to comment.