From 42763336e368ba219911a0b529d266e9f5e487ad Mon Sep 17 00:00:00 2001 From: Koen Deforche Date: Wed, 13 Jul 2016 13:05:31 +0200 Subject: [PATCH] prep 3.3.6 release --- overview.html | 4 ++-- src/eu/webtoolkit/jwt/chart/WCartesianChart.java | 10 +++++----- src/eu/webtoolkit/jwt/render/Css21Lexer.java | 2 +- src/eu/webtoolkit/jwt/render/Css21Parser.java | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/overview.html b/overview.html index 3700c6ec7..4b53c28dd 100755 --- a/overview.html +++ b/overview.html @@ -11,7 +11,7 @@ dd p { margin-top: 0px; } dd div { margin: 10px 0px; } -JWt 3.3.5 +JWt 3.3.6 @@ -25,7 +25,7 @@

Release notes

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. -

Release 3.3.6 (?, 2016)

+

Release 3.3.6 (July 13, 2016)

This release has a focus on bug fixes and some new features:

diff --git a/src/eu/webtoolkit/jwt/chart/WCartesianChart.java b/src/eu/webtoolkit/jwt/chart/WCartesianChart.java index 694a40d94..ee0c2127d 100644 --- a/src/eu/webtoolkit/jwt/chart/WCartesianChart.java +++ b/src/eu/webtoolkit/jwt/chart/WCartesianChart.java @@ -994,7 +994,7 @@ public final WPointF mapFromDevice(final WPointF point) { * zoom range. *

* 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). *

* 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 @@ -1003,8 +1003,8 @@ public final WPointF mapFromDevice(final WPointF point) { * {@link WCartesianChart#initLayout(WRectF rectangle, WPaintDevice device) * initLayout()} first. *

- * 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. *

@@ -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). *

- * 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. *

diff --git a/src/eu/webtoolkit/jwt/render/Css21Lexer.java b/src/eu/webtoolkit/jwt/render/Css21Lexer.java index 9b8dec6f2..5c96f3421 100644 --- a/src/eu/webtoolkit/jwt/render/Css21Lexer.java +++ b/src/eu/webtoolkit/jwt/render/Css21Lexer.java @@ -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.*; diff --git a/src/eu/webtoolkit/jwt/render/Css21Parser.java b/src/eu/webtoolkit/jwt/render/Css21Parser.java index 0912a82a4..35b14e4f6 100644 --- a/src/eu/webtoolkit/jwt/render/Css21Parser.java +++ b/src/eu/webtoolkit/jwt/render/Css21Parser.java @@ -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.*;