hg: openjfx/2.2/controls/rt: 19 new changesets

hang.vo at oracle.com hang.vo at oracle.com
Thu Jun 14 00:33:26 PDT 2012


Changeset: a9419005d78b
Author:    flar <James.Graham at oracle.com>
Date:      2012-06-05 00:21 -0700
URL:       http://hg.openjdk.java.net/openjfx/2.2/controls/rt/rev/a9419005d78b

Fix RT-21688: optimize PixelReader and PixelWriter implementations

+ javafx-ui-common/src/com/sun/javafx/image/AlphaType.java
+ javafx-ui-common/src/com/sun/javafx/image/BytePixelAccessor.java
+ javafx-ui-common/src/com/sun/javafx/image/BytePixelGetter.java
+ javafx-ui-common/src/com/sun/javafx/image/BytePixelSetter.java
+ javafx-ui-common/src/com/sun/javafx/image/ByteToBytePixelConverter.java
+ javafx-ui-common/src/com/sun/javafx/image/ByteToIntPixelConverter.java
+ javafx-ui-common/src/com/sun/javafx/image/IntPixelAccessor.java
+ javafx-ui-common/src/com/sun/javafx/image/IntPixelGetter.java
+ javafx-ui-common/src/com/sun/javafx/image/IntPixelSetter.java
+ javafx-ui-common/src/com/sun/javafx/image/IntToBytePixelConverter.java
+ javafx-ui-common/src/com/sun/javafx/image/IntToIntPixelConverter.java
+ javafx-ui-common/src/com/sun/javafx/image/PixelAccessor.java
+ javafx-ui-common/src/com/sun/javafx/image/PixelConverter.java
+ javafx-ui-common/src/com/sun/javafx/image/PixelGetter.java
+ javafx-ui-common/src/com/sun/javafx/image/PixelSetter.java
+ javafx-ui-common/src/com/sun/javafx/image/PixelUtils.java
+ javafx-ui-common/src/com/sun/javafx/image/impl/BaseByteToByteConverter.java
+ javafx-ui-common/src/com/sun/javafx/image/impl/BaseByteToIntConverter.java
+ javafx-ui-common/src/com/sun/javafx/image/impl/BaseIntToByteConverter.java
+ javafx-ui-common/src/com/sun/javafx/image/impl/BaseIntToIntConverter.java
+ javafx-ui-common/src/com/sun/javafx/image/impl/ByteArgb.java
+ javafx-ui-common/src/com/sun/javafx/image/impl/ByteBgra.java
+ javafx-ui-common/src/com/sun/javafx/image/impl/ByteBgraPre.java
+ javafx-ui-common/src/com/sun/javafx/image/impl/ByteGray.java
+ javafx-ui-common/src/com/sun/javafx/image/impl/ByteGrayAlpha.java
+ javafx-ui-common/src/com/sun/javafx/image/impl/ByteGrayAlphaPre.java
+ javafx-ui-common/src/com/sun/javafx/image/impl/ByteRgb.java
+ javafx-ui-common/src/com/sun/javafx/image/impl/ByteRgba.java
+ javafx-ui-common/src/com/sun/javafx/image/impl/General.java
+ javafx-ui-common/src/com/sun/javafx/image/impl/IntArgb.java
+ javafx-ui-common/src/com/sun/javafx/image/impl/IntArgbPre.java
! javafx-ui-common/src/com/sun/javafx/tk/PlatformImage.java
! javafx-ui-common/src/javafx/scene/canvas/GraphicsContext.java
! javafx-ui-common/src/javafx/scene/image/Image.java
! javafx-ui-common/src/javafx/scene/image/WritableImage.java
! test-stub-toolkit/src/com/sun/javafx/pgstub/StubPlatformImage.java

Changeset: 0498a5aa3193
Author:    kcr
Date:      2012-06-05 08:42 -0700
URL:       http://hg.openjdk.java.net/openjfx/2.2/controls/rt/rev/0498a5aa3193

RT-21777: Changes for snapshot completely break the NetBeans VisualDebugger feature

! javafx-ui-common/src/javafx/scene/Scene.java

Changeset: 7eb62ef86e4f
Author:    flar <James.Graham at oracle.com>
Date:      2012-06-05 18:58 -0700
URL:       http://hg.openjdk.java.net/openjfx/2.2/controls/rt/rev/7eb62ef86e4f

Fix RT-21831: Specify ranges for WritableImage constructor parameters.

! javafx-ui-common/src/javafx/scene/image/Image.java
! javafx-ui-common/src/javafx/scene/image/WritableImage.java

Changeset: 188ee39990fe
Author:    Lubomir Nerad <lubomir.nerad at oracle.com>
Date:      2012-06-06 12:14 +0200
URL:       http://hg.openjdk.java.net/openjfx/2.2/controls/rt/rev/188ee39990fe

Fix for RT-22015: workaround for incorrect fullscreen visual bounds

! javafx-ui-common/src/com/sun/javafx/Utils.java
! javafx-ui-common/src/javafx/stage/PopupWindow.java
! javafx-ui-common/test/unit/javafx/stage/PopupTest.java

Changeset: a4bd88439e22
Author:    Pavel Safrata
Date:      2012-06-06 18:00 +0200
URL:       http://hg.openjdk.java.net/openjfx/2.2/controls/rt/rev/a4bd88439e22

RT-22096: Fixed coordinates of touch points delivered to a transformed node.

! javafx-ui-common/src/javafx/scene/Scene.java
! javafx-ui-common/src/javafx/scene/input/TouchPoint.java
! javafx-ui-common/test/unit/javafx/scene/input/TouchEventTest.java

Changeset: 6593c5847d5b
Author:    Yao Wang <yao.w.wang at oracle.com>
Date:      2012-06-06 09:51 -0700
URL:       http://hg.openjdk.java.net/openjfx/2.2/controls/rt/rev/6593c5847d5b

Automated merge with ssh://jfxsrc.us.oracle.com//javafx/2.2/MASTER/jfx//rt

! javafx-ui-common/src/com/sun/javafx/Utils.java

Changeset: 2bbfe01c80b3
Author:    Morris Meyer <morris.meyer at oracle.com>
Date:      2012-06-06 19:59 -0400
URL:       http://hg.openjdk.java.net/openjfx/2.2/controls/rt/rev/2bbfe01c80b3

RT-22083 - fix GlobalMenuAdapter so menu action doesn't fire during validation

! javafx-ui-controls/src/com/sun/javafx/scene/control/GlobalMenuAdapter.java

Changeset: 2b45c041ff58
Author:    Pavel Safrata
Date:      2012-06-07 14:03 +0200
URL:       http://hg.openjdk.java.net/openjfx/2.2/controls/rt/rev/2b45c041ff58

RT-21888: fixed intial state of FocusedProperty.

! javafx-ui-common/src/javafx/scene/Node.java

Changeset: dd0048db6e86
Author:    Lubomir Nerad <lubomir.nerad at oracle.com>
Date:      2012-06-07 16:59 +0200
URL:       http://hg.openjdk.java.net/openjfx/2.2/controls/rt/rev/dd0048db6e86

Fix for RT-22142: Intermittent unit test failures in javafx.stage.PopupTest with JDK7

! javafx-ui-common/test/unit/javafx/stage/PopupTest.java

Changeset: 4427dc34e097
Author:    "Joseph Andresen<joseph.andresen at oracle.com>"
Date:      2012-06-07 11:26 -0700
URL:       http://hg.openjdk.java.net/openjfx/2.2/controls/rt/rev/4427dc34e097

RT-21006: unit test canvas update

! javafx-ui-common/test/unit/javafx/scene/canvas/CanvasTest.java

Changeset: c9f8ab00f5be
Author:    Pavel Safrata
Date:      2012-06-08 09:39 +0200
URL:       http://hg.openjdk.java.net/openjfx/2.2/controls/rt/rev/c9f8ab00f5be

TouchPoint constructor removed from public API.

! javafx-ui-common/src/javafx/scene/Scene.java
! javafx-ui-common/src/javafx/scene/input/TouchPoint.java
- javafx-ui-common/test/unit/javafx/scene/input/TouchPoint_builder_Test.java

Changeset: d5146a3b928f
Author:    Pavel Safrata
Date:      2012-06-08 13:16 +0200
URL:       http://hg.openjdk.java.net/openjfx/2.2/controls/rt/rev/d5146a3b928f

RT-22150: fixed event delivery to nodes with non-invertible transformation.

! javafx-ui-common/src/com/sun/javafx/scene/input/InputEventUtils.java
! javafx-ui-common/src/javafx/scene/input/ContextMenuEvent.java
! javafx-ui-common/src/javafx/scene/input/DragEvent.java
! javafx-ui-common/src/javafx/scene/input/GestureEvent.java
! javafx-ui-common/src/javafx/scene/input/MouseEvent.java
! javafx-ui-common/src/javafx/scene/input/TouchPoint.java
! javafx-ui-common/test/unit/javafx/scene/MouseTest.java

Changeset: 796a3a759c37
Author:    Felipe Heidrich <felipe.heidrich at oracle.com>
Date:      2012-06-08 12:23 -0700
URL:       http://hg.openjdk.java.net/openjfx/2.2/controls/rt/rev/796a3a759c37

[DOC-ONLY] fixing tag in the javadoc for Font#loadFont()

! javafx-ui-common/src/javafx/scene/text/Font.java

Changeset: 261c8cd885ec
Author:    kcr
Date:      2012-06-08 16:25 -0700
URL:       http://hg.openjdk.java.net/openjfx/2.2/controls/rt/rev/261c8cd885ec

Automated merge with ssh://jfxsrc.us.oracle.com//javafx/2.2/MASTER/jfx/rt

- javafx-ui-common/test/unit/javafx/scene/input/TouchPoint_builder_Test.java

Changeset: 62938da54121
Author:    Pavel Safrata
Date:      2012-06-11 09:56 +0200
URL:       http://hg.openjdk.java.net/openjfx/2.2/controls/rt/rev/62938da54121

Fixed mouse event copying problem introduced by fix for RT-22150.

! javafx-ui-common/src/javafx/scene/input/MouseEvent.java

Changeset: 97b7b1b4a358
Author:    Thor johannesson <thor.johannesson at oracle.com>
Date:      2012-06-11 13:49 -0700
URL:       http://hg.openjdk.java.net/openjfx/2.2/controls/rt/rev/97b7b1b4a358

RT-21925: Canvas consistent handling of text alignment. When multiple lines of text. Doc only change.

! javafx-ui-common/src/javafx/scene/canvas/GraphicsContext.java

Changeset: 9def6759a1f2
Author:    "Joseph Andresen<joseph.andresen at oracle.com>"
Date:      2012-06-12 09:33 -0700
URL:       http://hg.openjdk.java.net/openjfx/2.2/controls/rt/rev/9def6759a1f2

RT-21735: Canvas Scale and Size do not sync

! javafx-ui-common/src/javafx/scene/canvas/Canvas.java

Changeset: 00a63ce77e97
Author:    Yao Wang <yao.w.wang at oracle.com>
Date:      2012-06-12 10:07 -0700
URL:       http://hg.openjdk.java.net/openjfx/2.2/controls/rt/rev/00a63ce77e97

Automated merge with ssh://jfxsrc.us.oracle.com//javafx/2.2/MASTER/jfx//rt

- javafx-ui-common/test/unit/javafx/scene/input/TouchPoint_builder_Test.java

Changeset: adcda42efa37
Author:    leifs
Date:      2012-06-14 00:20 -0700
URL:       http://hg.openjdk.java.net/openjfx/2.2/controls/rt/rev/adcda42efa37

Automated merge with ssh://jfxsrc.us.oracle.com//javafx/2.2/MASTER/rt




More information about the openjfx-dev mailing list