hg: openjfx/2.2/controls/rt: 25 new changesets
hang.vo at oracle.com
hang.vo at oracle.com
Wed May 16 17:18:02 PDT 2012
Changeset: 3df48424b375
Author: kcr
Date: 2012-05-08 14:15 -0700
URL: http://hg.openjdk.java.net/openjfx/2.2/controls/rt/rev/3df48424b375
[DOC-ONLY]: Added SB-dependency comment to renderToImage and Image conversion methods
! javafx-ui-common/src/javafx/scene/Scene.java
! javafx-ui-common/src/javafx/scene/image/Image.java
Changeset: eaf4f5402b56
Author: Michael Heinrichs
Date: 2012-05-09 13:04 +0200
URL: http://hg.openjdk.java.net/openjfx/2.2/controls/rt/rev/eaf4f5402b56
[DOC-ONLY] Fixed broken links in documentation [RT-21256].
! javafx-ui-common/src/javafx/animation/ParallelTransition.java
! javafx-ui-common/src/javafx/animation/SequentialTransition.java
Changeset: 61d51979b89c
Author: Martin Sladecek <martin.sladecek at oracle.com>
Date: 2012-05-09 14:45 +0200
URL: http://hg.openjdk.java.net/openjfx/2.2/controls/rt/rev/61d51979b89c
RT-21430 Minor Parent update: change iterators to index iterations
! javafx-ui-common/src/javafx/scene/Parent.java
Changeset: 2e90c7ae0dda
Author: Martin Sladecek <martin.sladecek at oracle.com>
Date: 2012-05-09 14:46 +0200
URL: http://hg.openjdk.java.net/openjfx/2.2/controls/rt/rev/2e90c7ae0dda
Automated merge with ssh://jfxsrc.us.oracle.com//javafx/2.2/scrum/graphics/jfx/rt
Changeset: ef31e7187b44
Author: Martin Sladecek <martin.sladecek at oracle.com>
Date: 2012-05-09 14:52 +0200
URL: http://hg.openjdk.java.net/openjfx/2.2/controls/rt/rev/ef31e7187b44
RT-21346, RT-21345 Evaluate findbugs issues in scenegraph & app model code.
! javafx-ui-common/src/com/sun/javafx/application/ParametersImpl.java
! javafx-ui-common/src/com/sun/javafx/css/StyleHelper.java
! javafx-ui-common/src/com/sun/javafx/css/StyleManager.java
! javafx-ui-common/src/com/sun/javafx/css/converters/EnumConverter.java
! javafx-ui-common/src/com/sun/javafx/css/parser/Css2Bin.java
! javafx-ui-common/src/com/sun/javafx/scene/KeyboardShortcutsHandler.java
! javafx-ui-common/src/com/sun/javafx/stage/StageHelper.java
! javafx-ui-common/src/com/sun/javafx/tk/Toolkit.java
! javafx-ui-common/src/javafx/scene/ImageCursor.java
! javafx-ui-common/src/javafx/scene/Node.java
! javafx-ui-common/src/javafx/scene/Parent.java
! javafx-ui-common/src/javafx/scene/Scene.java
! javafx-ui-common/src/javafx/scene/effect/Effect.java
! javafx-ui-common/src/javafx/scene/input/DataFormat.java
! javafx-ui-common/src/javafx/scene/input/DragEvent.java
! javafx-ui-common/src/javafx/scene/input/InputMethodEvent.java
! javafx-ui-common/src/javafx/scene/input/InputMethodTextRun.java
! javafx-ui-common/src/javafx/scene/input/KeyCharacterCombination.java
! javafx-ui-common/src/javafx/scene/input/Mnemonic.java
! javafx-ui-common/src/javafx/scene/input/MouseEvent.java
Changeset: 2c5e6c032334
Author: Martin Sladecek <martin.sladecek at oracle.com>
Date: 2012-05-09 14:52 +0200
URL: http://hg.openjdk.java.net/openjfx/2.2/controls/rt/rev/2c5e6c032334
Automated merge with file:///home/martin/work/javafx/jfx-22-sync/rt
Changeset: 58756e3b5d23
Author: Martin Sladecek <martin.sladecek at oracle.com>
Date: 2012-05-10 09:47 +0200
URL: http://hg.openjdk.java.net/openjfx/2.2/controls/rt/rev/58756e3b5d23
RT-18533 Path constructor that accepts collections
! javafx-ui-common/src/javafx/scene/shape/Path.java
! javafx-ui-common/test/unit/javafx/scene/shape/PathTest.java
Changeset: 0de331c66b7e
Author: Martin Sladecek <martin.sladecek at oracle.com>
Date: 2012-05-10 09:47 +0200
URL: http://hg.openjdk.java.net/openjfx/2.2/controls/rt/rev/0de331c66b7e
Automated merge with file:///home/martin/work/javafx/jfx-22-sync/rt
! javafx-ui-common/src/javafx/scene/shape/Path.java
Changeset: 6eab966a809c
Author: Pavel Safrata
Date: 2012-05-10 15:21 +0200
URL: http://hg.openjdk.java.net/openjfx/2.2/controls/rt/rev/6eab966a809c
[DOC-ONLY] Minor improvements of the documentation of gestures.
! javafx-ui-common/src/javafx/scene/input/RotateEvent.java
! javafx-ui-common/src/javafx/scene/input/ScrollEvent.java
! javafx-ui-common/src/javafx/scene/input/ZoomEvent.java
Changeset: 5ca940a2fd8c
Author: Martin Sladecek <martin.sladecek at oracle.com>
Date: 2012-05-10 15:38 +0200
URL: http://hg.openjdk.java.net/openjfx/2.2/controls/rt/rev/5ca940a2fd8c
RT-20529 Need a way to know currently focused component
! javafx-ui-common/src/com/sun/javafx/stage/PopupEventRedirector.java
! javafx-ui-common/src/javafx/scene/Node.java
! javafx-ui-common/src/javafx/scene/Scene.java
! javafx-ui-common/test/unit/javafx/scene/FocusTest.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/TextInputControlSkin.java
! javafx-ui-controls/test/com/sun/javafx/scene/control/skin/ScrollPaneSkinTest.java
Changeset: 5eba0c61b67a
Author: "Joseph Andresen<joseph.andresen at oracle.com>"
Date: 2012-05-10 13:22 -0700
URL: http://hg.openjdk.java.net/openjfx/2.2/controls/rt/rev/5eba0c61b67a
RT-6917 Make ImagePattern Public API
- javafx-ui-common/src/com/sun/javafx/scene/paint/ImagePattern.java
! javafx-ui-common/src/com/sun/javafx/tk/DummyToolkit.java
! javafx-ui-common/src/com/sun/javafx/tk/Toolkit.java
+ javafx-ui-common/src/javafx/scene/paint/ImagePattern.java
! javafx-ui-common/src/javafx/scene/paint/doc-files/ImagePattern.png
! javafx-ui-common/test/unit/com/sun/javafx/pgstub/StubToolkit.java
- javafx-ui-common/test/unit/com/sun/javafx/scene/paint/ImagePatternTest.java
+ javafx-ui-common/test/unit/javafx/scene/paint/ImagePatternTest.java
! test-stub-toolkit/src/com/sun/javafx/pgstub/StubToolkit.java
Changeset: b173e1fe8356
Author: flar <James.Graham at oracle.com>
Date: 2012-05-12 04:00 -0700
URL: http://hg.openjdk.java.net/openjfx/2.2/controls/rt/rev/b173e1fe8356
Fix 19711: Color.web() should accept rgb[a] and hsb[a] formats.
Reviewed by Kevin and API approved by Richard last month (notifications got lost in the shuffle).
! javafx-ui-common/src/javafx/scene/paint/Color.java
! javafx-ui-common/test/unit/javafx/scene/paint/ColorTest.java
Changeset: f1de549254e8
Author: kcr
Date: 2012-05-12 22:34 -0700
URL: http://hg.openjdk.java.net/openjfx/2.2/controls/rt/rev/f1de549254e8
[TEST-ONLY] RT-21516: remove obsolete copy of StubToolkit from javafx-ui-common/test/unit/com/sun/javafx/pgstub/
- javafx-ui-common/test/unit/com/sun/javafx/pgstub/StubToolkit.java
! test-stub-toolkit/src/com/sun/javafx/pgstub/StubToolkit.java
Changeset: c6643233a1c9
Author: Martin Sladecek <martin.sladecek at oracle.com>
Date: 2012-05-14 16:14 +0200
URL: http://hg.openjdk.java.net/openjfx/2.2/controls/rt/rev/c6643233a1c9
RT-16011 Need mechanism for PG nodes to know when they are no longer part of a scene graph
! javafx-ui-common/src/com/sun/javafx/scene/DirtyBits.java
! javafx-ui-common/src/javafx/scene/Node.java
! javafx-ui-common/test/unit/javafx/scene/NodeTest.java
! test-stub-toolkit/src/com/sun/javafx/pgstub/StubNode.java
Changeset: 98a88e259289
Author: Martin Sladecek <martin.sladecek at oracle.com>
Date: 2012-05-14 16:14 +0200
URL: http://hg.openjdk.java.net/openjfx/2.2/controls/rt/rev/98a88e259289
Automated merge with file:///home/martin/work/javafx/jfx-22-sync/rt
Changeset: 863a591a3ccb
Author: "Joseph Andresen<joseph.andresen at oracle.com>"
Date: 2012-05-14 14:00 -0700
URL: http://hg.openjdk.java.net/openjfx/2.2/controls/rt/rev/863a591a3ccb
RT-17407 Canvas Node
! javafx-ui-common/src/com/sun/javafx/tk/DummyToolkit.java
! javafx-ui-common/src/com/sun/javafx/tk/Toolkit.java
+ javafx-ui-common/src/javafx/scene/canvas/Canvas.java
+ javafx-ui-common/src/javafx/scene/canvas/GraphicsContext.java
+ javafx-ui-common/src/javafx/scene/canvas/package.html
! javafx-ui-common/src/javafx/scene/effect/Blend.java
! javafx-ui-common/src/javafx/scene/effect/Bloom.java
! javafx-ui-common/src/javafx/scene/effect/BoxBlur.java
! javafx-ui-common/src/javafx/scene/effect/ColorAdjust.java
! javafx-ui-common/src/javafx/scene/effect/ColorInput.java
! javafx-ui-common/src/javafx/scene/effect/DisplacementMap.java
! javafx-ui-common/src/javafx/scene/effect/DropShadow.java
! javafx-ui-common/src/javafx/scene/effect/Effect.java
! javafx-ui-common/src/javafx/scene/effect/FloatMap.java
! javafx-ui-common/src/javafx/scene/effect/GaussianBlur.java
! javafx-ui-common/src/javafx/scene/effect/Glow.java
! javafx-ui-common/src/javafx/scene/effect/ImageInput.java
! javafx-ui-common/src/javafx/scene/effect/InnerShadow.java
! javafx-ui-common/src/javafx/scene/effect/Lighting.java
! javafx-ui-common/src/javafx/scene/effect/MotionBlur.java
! javafx-ui-common/src/javafx/scene/effect/PerspectiveTransform.java
! javafx-ui-common/src/javafx/scene/effect/Reflection.java
! javafx-ui-common/src/javafx/scene/effect/SepiaTone.java
! javafx-ui-common/src/javafx/scene/effect/Shadow.java
+ javafx-ui-common/test/unit/javafx/scene/canvas/CanvasTest.java
+ test-stub-toolkit/src/com/sun/javafx/pgstub/StubCanvas.java
! test-stub-toolkit/src/com/sun/javafx/pgstub/StubToolkit.java
Changeset: 09bd9515fccd
Author: "Joseph Andresen<joseph.andresen at oracle.com>"
Date: 2012-05-14 15:27 -0700
URL: http://hg.openjdk.java.net/openjfx/2.2/controls/rt/rev/09bd9515fccd
changes missed from last changeset 964 RT-7407
! javafx-ui-common/src/javafx/scene/canvas/GraphicsContext.java
! javafx-ui-common/src/javafx/scene/effect/DisplacementMap.java
! javafx-ui-common/test/unit/javafx/scene/canvas/CanvasTest.java
Changeset: 16e24d8e2b18
Author: peterz
Date: 2012-05-15 11:26 +0400
URL: http://hg.openjdk.java.net/openjfx/2.2/controls/rt/rev/16e24d8e2b18
RT-19042 Add fontSmoothingType API to WebView
! javafx-ui-common/src/javafx/scene/doc-files/cssref.html
Changeset: 94a346653a76
Author: Martin Sladecek <martin.sladecek at oracle.com>
Date: 2012-05-15 12:46 +0200
URL: http://hg.openjdk.java.net/openjfx/2.2/controls/rt/rev/94a346653a76
RT-17438 Add key classification to KeyEvent
! javafx-ui-common/src/javafx/scene/input/KeyCode.java
Changeset: 325e41f5abce
Author: kcr
Date: 2012-05-15 05:15 -0700
URL: http://hg.openjdk.java.net/openjfx/2.2/controls/rt/rev/325e41f5abce
RT-17398: Render to image (snapshot) support
! javafx-ui-common/src/com/sun/javafx/TempState.java
! javafx-ui-common/src/com/sun/javafx/tk/Toolkit.java
! javafx-ui-common/src/javafx/scene/Camera.java
! javafx-ui-common/src/javafx/scene/Node.java
! javafx-ui-common/src/javafx/scene/PerspectiveCamera.java
! javafx-ui-common/src/javafx/scene/Scene.java
+ javafx-ui-common/src/javafx/scene/SnapshotParameters.java
+ javafx-ui-common/src/javafx/scene/SnapshotResult.java
! javafx-ui-common/src/javafx/scene/transform/Affine.java
! javafx-ui-common/src/javafx/scene/transform/Rotate.java
! javafx-ui-common/src/javafx/scene/transform/Scale.java
! javafx-ui-common/src/javafx/scene/transform/Shear.java
! javafx-ui-common/src/javafx/scene/transform/Transform.java
! javafx-ui-common/src/javafx/scene/transform/Translate.java
Changeset: e629f12f7bf5
Author: kcr
Date: 2012-05-15 05:52 -0700
URL: http://hg.openjdk.java.net/openjfx/2.2/controls/rt/rev/e629f12f7bf5
Automated merge with ssh://jfxsrc.us.oracle.com//javafx/2.2/MASTER/jfx/rt
! javafx-ui-common/src/com/sun/javafx/css/StyleHelper.java
! javafx-ui-common/src/com/sun/javafx/css/StyleManager.java
! javafx-ui-common/src/com/sun/javafx/scene/KeyboardShortcutsHandler.java
- javafx-ui-common/src/com/sun/javafx/scene/paint/ImagePattern.java
! javafx-ui-common/src/javafx/scene/Node.java
- javafx-ui-common/test/unit/com/sun/javafx/pgstub/StubToolkit.java
- javafx-ui-common/test/unit/com/sun/javafx/scene/paint/ImagePatternTest.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/TextInputControlSkin.java
Changeset: c9ad5e531998
Author: Pavel Safrata
Date: 2012-05-15 16:37 +0200
URL: http://hg.openjdk.java.net/openjfx/2.2/controls/rt/rev/c9ad5e531998
RT-520: added localToParentTransform and localToSceneTransform properties.
+ javafx-ui-common/src/com/sun/javafx/scene/transform/TransformUtils.java
! javafx-ui-common/src/javafx/scene/Node.java
! javafx-ui-common/src/javafx/scene/transform/Affine.java
! javafx-ui-common/src/javafx/scene/transform/Rotate.java
! javafx-ui-common/src/javafx/scene/transform/Scale.java
! javafx-ui-common/src/javafx/scene/transform/Shear.java
! javafx-ui-common/src/javafx/scene/transform/Transform.java
! javafx-ui-common/src/javafx/scene/transform/Translate.java
Changeset: 67b97eb893e2
Author: kcr
Date: 2012-05-15 13:02 -0700
URL: http://hg.openjdk.java.net/openjfx/2.2/controls/rt/rev/67b97eb893e2
Backed out changeset c6643233a1c9
RT-21567: Revert fix for RT-16011 (PGNode.dispose) since it broke all scrollable controls
! javafx-ui-common/src/com/sun/javafx/scene/DirtyBits.java
! javafx-ui-common/src/javafx/scene/Node.java
! javafx-ui-common/test/unit/javafx/scene/NodeTest.java
! test-stub-toolkit/src/com/sun/javafx/pgstub/StubNode.java
Changeset: aeec67bbcaa2
Author: David Grieve<david.grieve at oracle.com>
Date: 2012-05-16 13:13 -0400
URL: http://hg.openjdk.java.net/openjfx/2.2/controls/rt/rev/aeec67bbcaa2
RT-21563: if default ua stylesheet is set, then the default container must be destroyed so it will be rebuilt
! javafx-ui-common/src/com/sun/javafx/css/StyleManager.java
Changeset: df882c23a791
Author: leifs
Date: 2012-05-16 17:08 -0700
URL: http://hg.openjdk.java.net/openjfx/2.2/controls/rt/rev/df882c23a791
Automated merge with ssh://jfxsrc.us.oracle.com//javafx/2.2/MASTER/rt
! javafx-ui-common/src/com/sun/javafx/css/StyleManager.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/TextInputControlSkin.java
More information about the openjfx-dev
mailing list