[prev in list] [next in list] [prev in thread] [next in thread] 

List:       openjdk-openjfx-dev
Subject:    hg: openjfx/2.1/master/rt: 48 new changesets
From:       hang.vo () oracle ! com (hang ! vo at oracle ! com)
Date:       2012-02-15 20:56:37
Message-ID: 20120215205714.5186247500 () hg ! openjdk ! java ! net
[Download RAW message or body]

Changeset: a5ca94ced4cd
Author:    tb115823 <Tomas.Brandalik at oracle.com>
Date:      2012-02-08 11:21 +0100
URL:       http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/a5ca94ced4cd

open-sourcing: add javafx-ui-common to rt

! .classpath
! build.xml
! javafx-beans-dt/build-closed.xml
! javafx-beans-dt/build-common.xml
! javafx-beans-dt/build.xml
! javafx-beans-dt/project.properties
! javafx-concurrent/build-closed.xml
! javafx-concurrent/project.properties
! javafx-designtime/build-closed.xml
! javafx-designtime/build-common.xml
! javafx-designtime/project.properties
+ javafx-ui-common/.classpath
+ javafx-ui-common/.externalToolBuilders/CSS_Builder.launch
+ javafx-ui-common/.project
+ javafx-ui-common/.settings/org.eclipse.jdt.core.prefs
+ javafx-ui-common/build-closed.xml
+ javafx-ui-common/build-common.xml
+ javafx-ui-common/build.xml
+ javafx-ui-common/javafx-ui-common.iml
+ javafx-ui-common/nbproject/project.xml
+ javafx-ui-common/project.properties
+ javafx-ui-common/src/com/sun/javafx/Logging.java
+ javafx-ui-common/src/com/sun/javafx/TempState.java
+ javafx-ui-common/src/com/sun/javafx/Utils.java
+ javafx-ui-common/src/com/sun/javafx/WeakReferenceMap.java
+ javafx-ui-common/src/com/sun/javafx/WeakReferenceQueue.java
+ javafx-ui-common/src/com/sun/javafx/animation/transition/AnimationPathHelper.java
+ javafx-ui-common/src/com/sun/javafx/animation/transition/Position2D.java
+ javafx-ui-common/src/com/sun/javafx/application/HostServicesDelegate.java
+ javafx-ui-common/src/com/sun/javafx/application/LauncherImpl.java
+ javafx-ui-common/src/com/sun/javafx/application/ParametersImpl.java
+ javafx-ui-common/src/com/sun/javafx/application/PlatformImpl.java
+ javafx-ui-common/src/com/sun/javafx/beans/event/AbstractNotifyListener.java
+ javafx-ui-common/src/com/sun/javafx/css/BorderPaint.java
+ javafx-ui-common/src/com/sun/javafx/css/CascadingStyle.java
+ javafx-ui-common/src/com/sun/javafx/css/Combinator.java
+ javafx-ui-common/src/com/sun/javafx/css/CompoundSelector.java
+ javafx-ui-common/src/com/sun/javafx/css/Declaration.java
+ javafx-ui-common/src/com/sun/javafx/css/FontUnits.java
+ javafx-ui-common/src/com/sun/javafx/css/Match.java
+ javafx-ui-common/src/com/sun/javafx/css/ParsedValue.java
+ javafx-ui-common/src/com/sun/javafx/css/Property.java
+ javafx-ui-common/src/com/sun/javafx/css/Rule.java
+ javafx-ui-common/src/com/sun/javafx/css/Selector.java
+ javafx-ui-common/src/com/sun/javafx/css/SimpleSelector.java
+ javafx-ui-common/src/com/sun/javafx/css/Size.java
+ javafx-ui-common/src/com/sun/javafx/css/SizeUnits.java
+ javafx-ui-common/src/com/sun/javafx/css/StringStore.java
+ javafx-ui-common/src/com/sun/javafx/css/Style.java
+ javafx-ui-common/src/com/sun/javafx/css/StyleConverter.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/Styleable.java
+ javafx-ui-common/src/com/sun/javafx/css/StyleableBooleanProperty.java
+ javafx-ui-common/src/com/sun/javafx/css/StyleableDoubleProperty.java
+ javafx-ui-common/src/com/sun/javafx/css/StyleableFloatProperty.java
+ javafx-ui-common/src/com/sun/javafx/css/StyleableIntegerProperty.java
+ javafx-ui-common/src/com/sun/javafx/css/StyleableLongProperty.java
+ javafx-ui-common/src/com/sun/javafx/css/StyleableObjectProperty.java
+ javafx-ui-common/src/com/sun/javafx/css/StyleableProperty.java
+ javafx-ui-common/src/com/sun/javafx/css/StyleableStringProperty.java
+ javafx-ui-common/src/com/sun/javafx/css/Stylesheet.java
+ javafx-ui-common/src/com/sun/javafx/css/converters/BooleanConverter.java
+ javafx-ui-common/src/com/sun/javafx/css/converters/ColorConverter.java
+ javafx-ui-common/src/com/sun/javafx/css/converters/CursorConverter.java
+ javafx-ui-common/src/com/sun/javafx/css/converters/EffectConverter.java
+ javafx-ui-common/src/com/sun/javafx/css/converters/EnumConverter.java
+ javafx-ui-common/src/com/sun/javafx/css/converters/FontConverter.java
+ javafx-ui-common/src/com/sun/javafx/css/converters/InsetsConverter.java
+ javafx-ui-common/src/com/sun/javafx/css/converters/PaintConverter.java
+ javafx-ui-common/src/com/sun/javafx/css/converters/SizeConverter.java
+ javafx-ui-common/src/com/sun/javafx/css/converters/StringConverter.java
+ javafx-ui-common/src/com/sun/javafx/css/converters/URLConverter.java
+ javafx-ui-common/src/com/sun/javafx/css/parser/CSSLexer.java
+ javafx-ui-common/src/com/sun/javafx/css/parser/CSSParser.java
+ javafx-ui-common/src/com/sun/javafx/css/parser/Css2Bin.java
+ javafx-ui-common/src/com/sun/javafx/css/parser/DeriveColorConverter.java
+ javafx-ui-common/src/com/sun/javafx/css/parser/DeriveSizeConverter.java
+ javafx-ui-common/src/com/sun/javafx/css/parser/LadderConverter.java
+ javafx-ui-common/src/com/sun/javafx/css/parser/LexerState.java
+ javafx-ui-common/src/com/sun/javafx/css/parser/Recognizer.java
+ javafx-ui-common/src/com/sun/javafx/css/parser/SimpleRecognizer.java
+ javafx-ui-common/src/com/sun/javafx/css/parser/StopConverter.java
+ javafx-ui-common/src/com/sun/javafx/css/parser/TestRig.java.DISABLED
+ javafx-ui-common/src/com/sun/javafx/css/parser/Token.java
+ javafx-ui-common/src/com/sun/javafx/css/parser/jfxCssLexer.g
+ javafx-ui-common/src/com/sun/javafx/css/parser/jfxCssParser.g
+ javafx-ui-common/src/com/sun/javafx/cursor/CursorFrame.java
+ javafx-ui-common/src/com/sun/javafx/cursor/CursorType.java
+ javafx-ui-common/src/com/sun/javafx/cursor/ImageCursorFrame.java
+ javafx-ui-common/src/com/sun/javafx/cursor/StandardCursorFrame.java
+ javafx-ui-common/src/com/sun/javafx/effect/EffectDirtyBits.java
+ javafx-ui-common/src/com/sun/javafx/effect/EffectUtils.java
+ javafx-ui-common/src/com/sun/javafx/embed/AbstractEvents.java
+ javafx-ui-common/src/com/sun/javafx/embed/EmbeddedSceneInterface.java
+ javafx-ui-common/src/com/sun/javafx/embed/EmbeddedStageInterface.java
+ javafx-ui-common/src/com/sun/javafx/embed/HostInterface.java
+ javafx-ui-common/src/com/sun/javafx/jmx/HighlightRegion.java
+ javafx-ui-common/src/com/sun/javafx/jmx/MXNodeAlgorithm.java
+ javafx-ui-common/src/com/sun/javafx/jmx/MXNodeAlgorithmContext.java
+ javafx-ui-common/src/com/sun/javafx/jmx/SGMXBeanAccessor.java
+ javafx-ui-common/src/com/sun/javafx/menu/CheckMenuItemBase.java
+ javafx-ui-common/src/com/sun/javafx/menu/CustomMenuItemBase.java
+ javafx-ui-common/src/com/sun/javafx/menu/MenuBase.java
+ javafx-ui-common/src/com/sun/javafx/menu/MenuItemBase.java
+ javafx-ui-common/src/com/sun/javafx/menu/RadioMenuItemBase.java
+ javafx-ui-common/src/com/sun/javafx/menu/SeparatorMenuItemBase.java
+ javafx-ui-common/src/com/sun/javafx/perf/PerformanceTracker.java
+ javafx-ui-common/src/com/sun/javafx/robot/FXRobot.java
+ javafx-ui-common/src/com/sun/javafx/robot/FXRobotFactory.java
+ javafx-ui-common/src/com/sun/javafx/robot/FXRobotImage.java
+ javafx-ui-common/src/com/sun/javafx/robot/impl/BaseFXRobot.java
+ javafx-ui-common/src/com/sun/javafx/robot/impl/FXRobotHelper.java
+ javafx-ui-common/src/com/sun/javafx/runtime/async/AbstractAsyncOperation.java
+ javafx-ui-common/src/com/sun/javafx/runtime/async/AbstractRemoteResource.java
+ javafx-ui-common/src/com/sun/javafx/runtime/async/AsyncOperation.java
+ javafx-ui-common/src/com/sun/javafx/runtime/async/AsyncOperationListener.java
+ javafx-ui-common/src/com/sun/javafx/runtime/async/BackgroundExecutor.java
+ javafx-ui-common/src/com/sun/javafx/runtime/eula/Eula.java
+ javafx-ui-common/src/com/sun/javafx/scene/BoundsAccessor.java
+ javafx-ui-common/src/com/sun/javafx/scene/CSSFlags.java
+ javafx-ui-common/src/com/sun/javafx/scene/DirtyBits.java
+ javafx-ui-common/src/com/sun/javafx/scene/EnteredExitedHandler.java
+ javafx-ui-common/src/com/sun/javafx/scene/EventHandlerProperties.java
+ javafx-ui-common/src/com/sun/javafx/scene/KeyboardShortcutsHandler.java
+ javafx-ui-common/src/com/sun/javafx/scene/NodeEventDispatcher.java
+ javafx-ui-common/src/com/sun/javafx/scene/SceneEventDispatcher.java
+ javafx-ui-common/src/com/sun/javafx/scene/input/InputEventUtils.java
+ javafx-ui-common/src/com/sun/javafx/scene/layout/region/BackgroundFill.java
+ javafx-ui-common/src/com/sun/javafx/scene/layout/region/BackgroundFillConverter.java
 + javafx-ui-common/src/com/sun/javafx/scene/layout/region/BackgroundImage.java
+ javafx-ui-common/src/com/sun/javafx/scene/layout/region/BackgroundImageConverter.java
 + javafx-ui-common/src/com/sun/javafx/scene/layout/region/Border.java
+ javafx-ui-common/src/com/sun/javafx/scene/layout/region/BorderImage.java
+ javafx-ui-common/src/com/sun/javafx/scene/layout/region/BorderImageConverter.java
+ javafx-ui-common/src/com/sun/javafx/scene/layout/region/BorderStyle.java
+ javafx-ui-common/src/com/sun/javafx/scene/layout/region/Margins.java
+ javafx-ui-common/src/com/sun/javafx/scene/layout/region/Repeat.java
+ javafx-ui-common/src/com/sun/javafx/scene/layout/region/ShapeChangeListener.java
+ javafx-ui-common/src/com/sun/javafx/scene/layout/region/StrokeBorder.java
+ javafx-ui-common/src/com/sun/javafx/scene/layout/region/StrokeBorderConverter.java
+ javafx-ui-common/src/com/sun/javafx/scene/paint/GradientUtils.java
+ javafx-ui-common/src/com/sun/javafx/scene/paint/ImagePattern.java
+ javafx-ui-common/src/com/sun/javafx/scene/shape/PathUtils.java
+ javafx-ui-common/src/com/sun/javafx/scene/text/FontManager.java
+ javafx-ui-common/src/com/sun/javafx/scene/text/HitInfo.java
+ javafx-ui-common/src/com/sun/javafx/scene/traversal/Algorithm.java
+ javafx-ui-common/src/com/sun/javafx/scene/traversal/ContainerTabOrder.java
+ javafx-ui-common/src/com/sun/javafx/scene/traversal/Direction.java
+ javafx-ui-common/src/com/sun/javafx/scene/traversal/TraversalEngine.java
+ javafx-ui-common/src/com/sun/javafx/scene/traversal/TraverseListener.java
+ javafx-ui-common/src/com/sun/javafx/scene/traversal/WeightedClosestCorner.java
+ javafx-ui-common/src/com/sun/javafx/stage/EmbeddedWindow.java
+ javafx-ui-common/src/com/sun/javafx/stage/FocusUngrabEvent.java
+ javafx-ui-common/src/com/sun/javafx/stage/PopupEventRedirector.java
+ javafx-ui-common/src/com/sun/javafx/stage/PopupWindowPeerListener.java
+ javafx-ui-common/src/com/sun/javafx/stage/StageHelper.java
+ javafx-ui-common/src/com/sun/javafx/stage/StagePeerListener.java
+ javafx-ui-common/src/com/sun/javafx/stage/WindowCloseRequestHandler.java
+ javafx-ui-common/src/com/sun/javafx/stage/WindowEventDispatcher.java
+ javafx-ui-common/src/com/sun/javafx/stage/WindowPeerListener.java
+ javafx-ui-common/src/com/sun/javafx/tk/DummyToolkit.java
+ javafx-ui-common/src/com/sun/javafx/tk/FileChooserType.java
+ javafx-ui-common/src/com/sun/javafx/tk/FocusCause.java
+ javafx-ui-common/src/com/sun/javafx/tk/FontLoader.java
+ javafx-ui-common/src/com/sun/javafx/tk/FontMetrics.java
+ javafx-ui-common/src/com/sun/javafx/tk/ImageLoader.java
+ javafx-ui-common/src/com/sun/javafx/tk/ScreenConfigurationAccessor.java
+ javafx-ui-common/src/com/sun/javafx/tk/TKClipboard.java
+ javafx-ui-common/src/com/sun/javafx/tk/TKDragGestureListener.java
+ javafx-ui-common/src/com/sun/javafx/tk/TKDragSourceListener.java
+ javafx-ui-common/src/com/sun/javafx/tk/TKDropEvent.java
+ javafx-ui-common/src/com/sun/javafx/tk/TKDropTargetListener.java
+ javafx-ui-common/src/com/sun/javafx/tk/TKListener.java
+ javafx-ui-common/src/com/sun/javafx/tk/TKPulseListener.java
+ javafx-ui-common/src/com/sun/javafx/tk/TKScene.java
+ javafx-ui-common/src/com/sun/javafx/tk/TKSceneListener.java
+ javafx-ui-common/src/com/sun/javafx/tk/TKScenePaintListener.java
+ javafx-ui-common/src/com/sun/javafx/tk/TKScreenConfigurationListener.java
+ javafx-ui-common/src/com/sun/javafx/tk/TKStage.java
+ javafx-ui-common/src/com/sun/javafx/tk/TKStageListener.java
+ javafx-ui-common/src/com/sun/javafx/tk/TKSystemMenu.java
+ javafx-ui-common/src/com/sun/javafx/tk/TextHelper.java
+ javafx-ui-common/src/com/sun/javafx/tk/Toolkit.java
+ javafx-ui-common/src/javafx/animation/FadeTransition.java
+ javafx-ui-common/src/javafx/animation/FillTransition.java
+ javafx-ui-common/src/javafx/animation/ParallelTransition.java
+ javafx-ui-common/src/javafx/animation/PathTransition.java
+ javafx-ui-common/src/javafx/animation/PauseTransition.java
+ javafx-ui-common/src/javafx/animation/RotateTransition.java
+ javafx-ui-common/src/javafx/animation/ScaleTransition.java
+ javafx-ui-common/src/javafx/animation/SequentialTransition.java
+ javafx-ui-common/src/javafx/animation/StrokeTransition.java
+ javafx-ui-common/src/javafx/animation/Transition.java
+ javafx-ui-common/src/javafx/animation/TranslateTransition.java
+ javafx-ui-common/src/javafx/animation/package.html
+ javafx-ui-common/src/javafx/application/Application.java
+ javafx-ui-common/src/javafx/application/ConditionalFeature.java
+ javafx-ui-common/src/javafx/application/HostServices.java
+ javafx-ui-common/src/javafx/application/Platform.java
+ javafx-ui-common/src/javafx/application/Preloader.java
+ javafx-ui-common/src/javafx/application/package.html
+ javafx-ui-common/src/javafx/geometry/BoundingBox.java
+ javafx-ui-common/src/javafx/geometry/Bounds.java
+ javafx-ui-common/src/javafx/geometry/Dimension2D.java
+ javafx-ui-common/src/javafx/geometry/HPos.java
+ javafx-ui-common/src/javafx/geometry/HorizontalDirection.java
+ javafx-ui-common/src/javafx/geometry/Insets.java
+ javafx-ui-common/src/javafx/geometry/Orientation.java
+ javafx-ui-common/src/javafx/geometry/Point2D.java
+ javafx-ui-common/src/javafx/geometry/Point3D.java
+ javafx-ui-common/src/javafx/geometry/Pos.java
+ javafx-ui-common/src/javafx/geometry/Rectangle2D.java
+ javafx-ui-common/src/javafx/geometry/Side.java
+ javafx-ui-common/src/javafx/geometry/VPos.java
+ javafx-ui-common/src/javafx/geometry/VerticalDirection.java
+ javafx-ui-common/src/javafx/geometry/package.html
+ javafx-ui-common/src/javafx/scene/CacheHint.java
+ javafx-ui-common/src/javafx/scene/Camera.java
+ javafx-ui-common/src/javafx/scene/Cursor.java
+ javafx-ui-common/src/javafx/scene/DepthTest.java
+ javafx-ui-common/src/javafx/scene/Group.java
+ javafx-ui-common/src/javafx/scene/ImageCursor.java
+ javafx-ui-common/src/javafx/scene/Node.java
+ javafx-ui-common/src/javafx/scene/ParallelCamera.java
+ javafx-ui-common/src/javafx/scene/Parent.java
+ javafx-ui-common/src/javafx/scene/PerspectiveCamera.java
+ javafx-ui-common/src/javafx/scene/PropertyHelper.java
+ javafx-ui-common/src/javafx/scene/Scene.java
+ javafx-ui-common/src/javafx/scene/doc-files/cssref.html
+ javafx-ui-common/src/javafx/scene/effect/Blend.java
+ javafx-ui-common/src/javafx/scene/effect/BlendMode.java
+ javafx-ui-common/src/javafx/scene/effect/Bloom.java
+ javafx-ui-common/src/javafx/scene/effect/BlurType.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/EffectChangeListener.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/Light.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/src/javafx/scene/effect/package.html
+ javafx-ui-common/src/javafx/scene/image/Image.java
+ javafx-ui-common/src/javafx/scene/image/ImageView.java
+ javafx-ui-common/src/javafx/scene/image/package.html
+ javafx-ui-common/src/javafx/scene/input/Clipboard.java
+ javafx-ui-common/src/javafx/scene/input/ClipboardContent.java
+ javafx-ui-common/src/javafx/scene/input/ContextMenuEvent.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/Dragboard.java
+ javafx-ui-common/src/javafx/scene/input/InputEvent.java
+ javafx-ui-common/src/javafx/scene/input/InputMethodEvent.java
+ javafx-ui-common/src/javafx/scene/input/InputMethodHighlight.java
+ javafx-ui-common/src/javafx/scene/input/InputMethodRequests.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/KeyCode.java
+ javafx-ui-common/src/javafx/scene/input/KeyCodeCombination.java
+ javafx-ui-common/src/javafx/scene/input/KeyCombination.java
+ javafx-ui-common/src/javafx/scene/input/KeyEvent.java
+ javafx-ui-common/src/javafx/scene/input/Mnemonic.java
+ javafx-ui-common/src/javafx/scene/input/MouseButton.java
+ javafx-ui-common/src/javafx/scene/input/MouseDragEvent.java
+ javafx-ui-common/src/javafx/scene/input/MouseEvent.java
+ javafx-ui-common/src/javafx/scene/input/ScrollEvent.java
+ javafx-ui-common/src/javafx/scene/input/TransferMode.java
+ javafx-ui-common/src/javafx/scene/input/package.html
+ javafx-ui-common/src/javafx/scene/layout/AnchorPane.java
+ javafx-ui-common/src/javafx/scene/layout/BorderPane.java
+ javafx-ui-common/src/javafx/scene/layout/ColumnConstraints.java
+ javafx-ui-common/src/javafx/scene/layout/ConstraintsBase.java
+ javafx-ui-common/src/javafx/scene/layout/FlowPane.java
+ javafx-ui-common/src/javafx/scene/layout/GridPane.java
+ javafx-ui-common/src/javafx/scene/layout/HBox.java
+ javafx-ui-common/src/javafx/scene/layout/Pane.java
+ javafx-ui-common/src/javafx/scene/layout/Priority.java
+ javafx-ui-common/src/javafx/scene/layout/Region.java
+ javafx-ui-common/src/javafx/scene/layout/RowConstraints.java
+ javafx-ui-common/src/javafx/scene/layout/StackPane.java
+ javafx-ui-common/src/javafx/scene/layout/TilePane.java
+ javafx-ui-common/src/javafx/scene/layout/VBox.java
+ javafx-ui-common/src/javafx/scene/layout/package.html
+ javafx-ui-common/src/javafx/scene/package.html
+ javafx-ui-common/src/javafx/scene/paint/Color.java
+ javafx-ui-common/src/javafx/scene/paint/CycleMethod.java
+ javafx-ui-common/src/javafx/scene/paint/LinearGradient.java
+ javafx-ui-common/src/javafx/scene/paint/Paint.java
+ javafx-ui-common/src/javafx/scene/paint/RadialGradient.java
+ javafx-ui-common/src/javafx/scene/paint/Stop.java
+ javafx-ui-common/src/javafx/scene/paint/package.html
+ javafx-ui-common/src/javafx/scene/shape/Arc.java
+ javafx-ui-common/src/javafx/scene/shape/ArcTo.java
+ javafx-ui-common/src/javafx/scene/shape/ArcType.java
+ javafx-ui-common/src/javafx/scene/shape/Circle.java
+ javafx-ui-common/src/javafx/scene/shape/ClosePath.java
+ javafx-ui-common/src/javafx/scene/shape/CubicCurve.java
+ javafx-ui-common/src/javafx/scene/shape/CubicCurveTo.java
+ javafx-ui-common/src/javafx/scene/shape/Ellipse.java
+ javafx-ui-common/src/javafx/scene/shape/FillRule.java
+ javafx-ui-common/src/javafx/scene/shape/HLineTo.java
+ javafx-ui-common/src/javafx/scene/shape/Line.java
+ javafx-ui-common/src/javafx/scene/shape/LineTo.java
+ javafx-ui-common/src/javafx/scene/shape/MoveTo.java
+ javafx-ui-common/src/javafx/scene/shape/Path.java
+ javafx-ui-common/src/javafx/scene/shape/PathElement.java
+ javafx-ui-common/src/javafx/scene/shape/Polygon.java
+ javafx-ui-common/src/javafx/scene/shape/Polyline.java
+ javafx-ui-common/src/javafx/scene/shape/QuadCurve.java
+ javafx-ui-common/src/javafx/scene/shape/QuadCurveTo.java
+ javafx-ui-common/src/javafx/scene/shape/Rectangle.java
+ javafx-ui-common/src/javafx/scene/shape/SVGPath.java
+ javafx-ui-common/src/javafx/scene/shape/Shape.java
+ javafx-ui-common/src/javafx/scene/shape/StrokeLineCap.java
+ javafx-ui-common/src/javafx/scene/shape/StrokeLineJoin.java
+ javafx-ui-common/src/javafx/scene/shape/StrokeType.java
+ javafx-ui-common/src/javafx/scene/shape/VLineTo.java
+ javafx-ui-common/src/javafx/scene/shape/package.html
+ javafx-ui-common/src/javafx/scene/text/Font.java
+ javafx-ui-common/src/javafx/scene/text/FontPosture.java
+ javafx-ui-common/src/javafx/scene/text/FontSmoothingType.java
+ javafx-ui-common/src/javafx/scene/text/FontWeight.java
+ javafx-ui-common/src/javafx/scene/text/Text.java
+ javafx-ui-common/src/javafx/scene/text/TextAlignment.java
+ javafx-ui-common/src/javafx/scene/text/TextBoundsType.java
+ javafx-ui-common/src/javafx/scene/text/package.html
+ 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
+ javafx-ui-common/src/javafx/scene/transform/package.html
+ javafx-ui-common/src/javafx/stage/DirectoryChooser.java
+ javafx-ui-common/src/javafx/stage/FileChooser.java
+ javafx-ui-common/src/javafx/stage/Modality.java
+ javafx-ui-common/src/javafx/stage/Popup.java
+ javafx-ui-common/src/javafx/stage/PopupWindow.java
+ javafx-ui-common/src/javafx/stage/Screen.java
+ javafx-ui-common/src/javafx/stage/Stage.java
+ javafx-ui-common/src/javafx/stage/StageStyle.java
+ javafx-ui-common/src/javafx/stage/Window.java
+ javafx-ui-common/src/javafx/stage/WindowEvent.java
+ javafx-ui-common/src/javafx/stage/package.html
+ javafx-ui-common/test/unit/com/sun/javafx/UtilsTest.java
+ javafx-ui-common/test/unit/com/sun/javafx/Utils_getScreenForPoint_Test.java
+ javafx-ui-common/test/unit/com/sun/javafx/Utils_getScreenForRectangle_Test.java
+ javafx-ui-common/test/unit/com/sun/javafx/WeakReferenceMapTest.java
+ javafx-ui-common/test/unit/com/sun/javafx/WeakReferenceQueueTest.java
+ javafx-ui-common/test/unit/com/sun/javafx/css/BooleanTypeTest.java
+ javafx-ui-common/test/unit/com/sun/javafx/css/CursorTypeTest.java
+ javafx-ui-common/test/unit/com/sun/javafx/css/EffectTypeTest.java
+ javafx-ui-common/test/unit/com/sun/javafx/css/EnumTypeTest.java
+ javafx-ui-common/test/unit/com/sun/javafx/css/FontSizeTypeTest.java
+ javafx-ui-common/test/unit/com/sun/javafx/css/FontStyleTypeTest.java
+ javafx-ui-common/test/unit/com/sun/javafx/css/FontTypeTest.java
+ javafx-ui-common/test/unit/com/sun/javafx/css/FontWeightTypeTest.java
+ javafx-ui-common/test/unit/com/sun/javafx/css/HonorDeveloperSettingsTest.css
+ javafx-ui-common/test/unit/com/sun/javafx/css/HonorDeveloperSettingsTest.java
+ javafx-ui-common/test/unit/com/sun/javafx/css/InsetsTypeTest.java
+ javafx-ui-common/test/unit/com/sun/javafx/css/Node_cssStyleMap_Test.java
+ javafx-ui-common/test/unit/com/sun/javafx/css/PaintTypeTest.java
+ javafx-ui-common/test/unit/com/sun/javafx/css/ParsedValueTest.java
+ javafx-ui-common/test/unit/com/sun/javafx/css/RuleTest.java
+ javafx-ui-common/test/unit/com/sun/javafx/css/SizeTest.java
+ javafx-ui-common/test/unit/com/sun/javafx/css/SizeTypeTest.java
+ javafx-ui-common/test/unit/com/sun/javafx/css/StringTypeTest.java
+ javafx-ui-common/test/unit/com/sun/javafx/css/StyleConverterTest.java
+ javafx-ui-common/test/unit/com/sun/javafx/css/StyleablePropertyTest.java
+ javafx-ui-common/test/unit/com/sun/javafx/css/StylesheetTest.java
+ javafx-ui-common/test/unit/com/sun/javafx/css/TestNode.java
+ javafx-ui-common/test/unit/com/sun/javafx/css/TestNodeBase.java
+ javafx-ui-common/test/unit/com/sun/javafx/css/TypeTest.java
+ javafx-ui-common/test/unit/com/sun/javafx/css/URLTypeTest.java
+ javafx-ui-common/test/unit/com/sun/javafx/css/converters/URLConverterTest.java
+ javafx-ui-common/test/unit/com/sun/javafx/css/parser/CSSLexerTest.java
+ javafx-ui-common/test/unit/com/sun/javafx/css/parser/CSSParserTest.java
+ javafx-ui-common/test/unit/com/sun/javafx/pgstub/StubToolkit.java
+ javafx-ui-common/test/unit/com/sun/javafx/scene/layout/RegionTest.java
+ javafx-ui-common/test/unit/com/sun/javafx/scene/paint/ImagePatternTest.java
+ javafx-ui-common/test/unit/com/sun/javafx/scene/text/FontManagerTest.java
+ javafx-ui-common/test/unit/com/sun/javafx/scene/text/fonts.mf
+ javafx-ui-common/test/unit/com/sun/javafx/scene/traversal/TraversalTest.java
+ javafx-ui-common/test/unit/com/sun/javafx/scene/traversal/TraverseInvisibleTest.java
 + javafx-ui-common/test/unit/com/sun/javafx/test/BBoxComparator.java
+ javafx-ui-common/test/unit/com/sun/javafx/test/BindingHelper.java
+ javafx-ui-common/test/unit/com/sun/javafx/test/BuilderProxy.java
+ javafx-ui-common/test/unit/com/sun/javafx/test/CssMethodsTestBase.java
+ javafx-ui-common/test/unit/com/sun/javafx/test/MouseEventGenerator.java
+ javafx-ui-common/test/unit/com/sun/javafx/test/ObjectMethodsTestBase.java
+ javafx-ui-common/test/unit/com/sun/javafx/test/OnInvalidateMethodsTestBase.java
+ javafx-ui-common/test/unit/com/sun/javafx/test/PropertiesTestBase.java
+ javafx-ui-common/test/unit/com/sun/javafx/test/PropertyInvalidationCounter.java
+ javafx-ui-common/test/unit/com/sun/javafx/test/PropertyReference.java
+ javafx-ui-common/test/unit/com/sun/javafx/test/TestHelper.java
+ javafx-ui-common/test/unit/com/sun/javafx/test/ValueComparator.java
+ javafx-ui-common/test/unit/com/sun/javafx/test/binding/BindingProxy.java
+ javafx-ui-common/test/unit/com/sun/javafx/test/binding/BindingProxyRefImpl.java
+ javafx-ui-common/test/unit/com/sun/javafx/test/binding/ObservableValueProxy.java
+ javafx-ui-common/test/unit/com/sun/javafx/test/binding/ObservableValueProxyRefImpl.java
 + javafx-ui-common/test/unit/com/sun/javafx/test/binding/PropertyModelProxy.java
+ javafx-ui-common/test/unit/com/sun/javafx/test/binding/PropertyModelProxyRefImpl.java
 + javafx-ui-common/test/unit/com/sun/javafx/test/binding/ReflectionHelper.java
+ javafx-ui-common/test/unit/com/sun/javafx/test/binding/VariableFactory.java
+ javafx-ui-common/test/unit/com/sun/javafx/test/binding/VariableFactoryRefImpl.java
+ javafx-ui-common/test/unit/com/sun/javafx/test/binding/WritableValueProxy.java
+ javafx-ui-common/test/unit/com/sun/javafx/test/binding/WritableValueProxyRefImpl.java
 + javafx-ui-common/test/unit/com/sun/javafx/test/objects/TestGroup.java
+ javafx-ui-common/test/unit/com/sun/javafx/test/objects/TestNode.java
+ javafx-ui-common/test/unit/com/sun/javafx/test/objects/TestScene.java
+ javafx-ui-common/test/unit/com/sun/javafx/test/objects/TestStage.java
+ javafx-ui-common/test/unit/javafx/animation/AnimationMock.java
+ javafx-ui-common/test/unit/javafx/animation/FadeTransitionTest.java
+ javafx-ui-common/test/unit/javafx/animation/FillTransitionTest.java
+ javafx-ui-common/test/unit/javafx/animation/ParallelTransitionTest.java
+ javafx-ui-common/test/unit/javafx/animation/PathTransitionTest.java
+ javafx-ui-common/test/unit/javafx/animation/PauseTransitionTest.java
+ javafx-ui-common/test/unit/javafx/animation/RotateTransitionTest.java
+ javafx-ui-common/test/unit/javafx/animation/ScaleTransitionTest.java
+ javafx-ui-common/test/unit/javafx/animation/SequentialTransitionTest.java
+ javafx-ui-common/test/unit/javafx/animation/StrokeTransitionTest.java
+ javafx-ui-common/test/unit/javafx/animation/TransitionTest.java
+ javafx-ui-common/test/unit/javafx/animation/TranslateTransitionTest.java
+ javafx-ui-common/test/unit/javafx/geometry/BoundingBoxTest.java
+ javafx-ui-common/test/unit/javafx/geometry/Dimension2DTest.java
+ javafx-ui-common/test/unit/javafx/geometry/InsetsTest.java
+ javafx-ui-common/test/unit/javafx/geometry/Point2DTest.java
+ javafx-ui-common/test/unit/javafx/geometry/Point3DTest.java
+ javafx-ui-common/test/unit/javafx/geometry/PosTest.java
+ javafx-ui-common/test/unit/javafx/geometry/Rectangle2DTest.java
+ javafx-ui-common/test/unit/javafx/scene/CSSNode.java
+ javafx-ui-common/test/unit/javafx/scene/CursorTest.java
+ javafx-ui-common/test/unit/javafx/scene/DepthTestTest.java
+ javafx-ui-common/test/unit/javafx/scene/FocusTest.java
+ javafx-ui-common/test/unit/javafx/scene/GroupTest.java
+ javafx-ui-common/test/unit/javafx/scene/HashCodeTest.java
+ javafx-ui-common/test/unit/javafx/scene/ImageCursorTest.java
+ javafx-ui-common/test/unit/javafx/scene/ImageCursor_findBestImage_Test.java
+ javafx-ui-common/test/unit/javafx/scene/ImageCursor_getCurrentFrame_Test.java
+ javafx-ui-common/test/unit/javafx/scene/MouseTest.java
+ javafx-ui-common/test/unit/javafx/scene/NodeTest.java
+ javafx-ui-common/test/unit/javafx/scene/Node_bind_Test.java
+ javafx-ui-common/test/unit/javafx/scene/Node_cssMethods_Test.java
+ javafx-ui-common/test/unit/javafx/scene/Node_lookup_Test.java
+ javafx-ui-common/test/unit/javafx/scene/Node_onInvalidate_Test.java
+ javafx-ui-common/test/unit/javafx/scene/Node_properties_Test.java
+ javafx-ui-common/test/unit/javafx/scene/ParentTest.java
+ javafx-ui-common/test/unit/javafx/scene/Parent_cssMethods_Test.java
+ javafx-ui-common/test/unit/javafx/scene/Parent_recomputeBounds_Test.java
+ javafx-ui-common/test/unit/javafx/scene/Parent_structure_sync_Test.java
+ javafx-ui-common/test/unit/javafx/scene/PickAndContainsTest.java
+ javafx-ui-common/test/unit/javafx/scene/RegistrationTest.java
+ javafx-ui-common/test/unit/javafx/scene/SceneTest.java
+ javafx-ui-common/test/unit/javafx/scene/Scene_properties_Test.java
+ javafx-ui-common/test/unit/javafx/scene/Scenegraph_eventHandlers_Test.java
+ javafx-ui-common/test/unit/javafx/scene/StructureTest.java
+ javafx-ui-common/test/unit/javafx/scene/bounds/BoundsPerformanceTest.java
+ javafx-ui-common/test/unit/javafx/scene/bounds/ClipBoundsTest.java
+ javafx-ui-common/test/unit/javafx/scene/bounds/EffetctBoundsTest.java
+ javafx-ui-common/test/unit/javafx/scene/bounds/GroupBoundsTest.java
+ javafx-ui-common/test/unit/javafx/scene/bounds/LayoutBoundsTest.java
+ javafx-ui-common/test/unit/javafx/scene/bounds/NodeBoundsTest.java
+ javafx-ui-common/test/unit/javafx/scene/bounds/PerfNode.java
+ javafx-ui-common/test/unit/javafx/scene/bounds/ResizablePerfNode.java
+ javafx-ui-common/test/unit/javafx/scene/bounds/Transformed3DBoundsTest.java
+ javafx-ui-common/test/unit/javafx/scene/bounds/TransformedBoundsTest.java
+ javafx-ui-common/test/unit/javafx/scene/effect/BlendTest.java
+ javafx-ui-common/test/unit/javafx/scene/effect/Blend_properties_Test.java
+ javafx-ui-common/test/unit/javafx/scene/effect/BloomTest.java
+ javafx-ui-common/test/unit/javafx/scene/effect/Bloom_properties_Test.java
+ javafx-ui-common/test/unit/javafx/scene/effect/BoxBlurTest.java
+ javafx-ui-common/test/unit/javafx/scene/effect/BoxBlur_properties_Test.java
+ javafx-ui-common/test/unit/javafx/scene/effect/ColorAdjustTest.java
+ javafx-ui-common/test/unit/javafx/scene/effect/ColorAdjust_properties_Test.java
+ javafx-ui-common/test/unit/javafx/scene/effect/ColorInputTest.java
+ javafx-ui-common/test/unit/javafx/scene/effect/ColorInput_properties_Test.java
+ javafx-ui-common/test/unit/javafx/scene/effect/DisplacementMapTest.java
+ javafx-ui-common/test/unit/javafx/scene/effect/DisplacementMap_properties_Test.java
+ javafx-ui-common/test/unit/javafx/scene/effect/DistantLightTest.java
+ javafx-ui-common/test/unit/javafx/scene/effect/DistantLight_properties_Test.java
+ javafx-ui-common/test/unit/javafx/scene/effect/DropShadowTest.java
+ javafx-ui-common/test/unit/javafx/scene/effect/DropShadow_properties_Test.java
+ javafx-ui-common/test/unit/javafx/scene/effect/EffectInputTest.java
+ javafx-ui-common/test/unit/javafx/scene/effect/EffectTest.java
+ javafx-ui-common/test/unit/javafx/scene/effect/EffectsTestBase.java
+ javafx-ui-common/test/unit/javafx/scene/effect/FloatMapTest.java
+ javafx-ui-common/test/unit/javafx/scene/effect/FloatMap_properties_Test.java
+ javafx-ui-common/test/unit/javafx/scene/effect/GaussianBlurTest.java
+ javafx-ui-common/test/unit/javafx/scene/effect/GaussianBlur_properties_Test.java
+ javafx-ui-common/test/unit/javafx/scene/effect/GlowTest.java
+ javafx-ui-common/test/unit/javafx/scene/effect/Glow_properties_Test.java
+ javafx-ui-common/test/unit/javafx/scene/effect/ImageInputTest.java
+ javafx-ui-common/test/unit/javafx/scene/effect/ImageInput_properties_Test.java
+ javafx-ui-common/test/unit/javafx/scene/effect/InnerShadowTest.java
+ javafx-ui-common/test/unit/javafx/scene/effect/InnerShadow_properties_Test.java
+ javafx-ui-common/test/unit/javafx/scene/effect/LightTestBase.java
+ javafx-ui-common/test/unit/javafx/scene/effect/LightingTest.java
+ javafx-ui-common/test/unit/javafx/scene/effect/Lighting_properties_Test.java
+ javafx-ui-common/test/unit/javafx/scene/effect/MotionBlurTest.java
+ javafx-ui-common/test/unit/javafx/scene/effect/MotionBlur_properties_Test.java
+ javafx-ui-common/test/unit/javafx/scene/effect/PerspectiveTransformTest.java
+ javafx-ui-common/test/unit/javafx/scene/effect/PerspectiveTransform_properties_Test.java
 + javafx-ui-common/test/unit/javafx/scene/effect/PointLightTest.java
+ javafx-ui-common/test/unit/javafx/scene/effect/PointLight_properties_Test.java
+ javafx-ui-common/test/unit/javafx/scene/effect/ReflectionTest.java
+ javafx-ui-common/test/unit/javafx/scene/effect/Reflection_properties_Test.java
+ javafx-ui-common/test/unit/javafx/scene/effect/SepiaToneTest.java
+ javafx-ui-common/test/unit/javafx/scene/effect/SepiaTone_properties_Test.java
+ javafx-ui-common/test/unit/javafx/scene/effect/ShadowTest.java
+ javafx-ui-common/test/unit/javafx/scene/effect/Shadow_properties_Test.java
+ javafx-ui-common/test/unit/javafx/scene/effect/SpotLightTest.java
+ javafx-ui-common/test/unit/javafx/scene/effect/SpotLight_properties_Test.java
+ javafx-ui-common/test/unit/javafx/scene/image/ImageTest.java
+ javafx-ui-common/test/unit/javafx/scene/image/ImageViewConfig.java
+ javafx-ui-common/test/unit/javafx/scene/image/ImageViewTest.java
+ javafx-ui-common/test/unit/javafx/scene/image/ImageView_cssMethods_Test.java
+ javafx-ui-common/test/unit/javafx/scene/image/ImageView_verifyBounds_Test.java
+ javafx-ui-common/test/unit/javafx/scene/image/ImageView_verifyContains_Test.java
+ javafx-ui-common/test/unit/javafx/scene/image/TestImages.java
+ javafx-ui-common/test/unit/javafx/scene/input/ClipboardContentTest.java
+ javafx-ui-common/test/unit/javafx/scene/input/DataFormatTest.java
+ javafx-ui-common/test/unit/javafx/scene/input/DragAndDropTest.java
+ javafx-ui-common/test/unit/javafx/scene/input/InputMethodEventTest.java
+ javafx-ui-common/test/unit/javafx/scene/input/InputMethodTextRunTest.java
+ javafx-ui-common/test/unit/javafx/scene/input/KeyCodeTest.java
+ javafx-ui-common/test/unit/javafx/scene/input/KeyCombinationTest.java
+ javafx-ui-common/test/unit/javafx/scene/input/KeyCombination_objectMethods_Test.java
 + javafx-ui-common/test/unit/javafx/scene/input/KeyEventTest.java
+ javafx-ui-common/test/unit/javafx/scene/input/MouseDragEventTest.java
+ javafx-ui-common/test/unit/javafx/scene/input/MouseEventTest.java
+ javafx-ui-common/test/unit/javafx/scene/input/PasteboardTest.java
+ javafx-ui-common/test/unit/javafx/scene/input/ScrollEventTest.java
+ javafx-ui-common/test/unit/javafx/scene/input/TestNode.java
+ javafx-ui-common/test/unit/javafx/scene/input/UTITest.java
+ javafx-ui-common/test/unit/javafx/scene/layout/AnchorPaneTest.java
+ javafx-ui-common/test/unit/javafx/scene/layout/BaselineTest.java
+ javafx-ui-common/test/unit/javafx/scene/layout/BorderPaneTest.java
+ javafx-ui-common/test/unit/javafx/scene/layout/FlowPaneTest.java
+ javafx-ui-common/test/unit/javafx/scene/layout/GridPaneTest.java
+ javafx-ui-common/test/unit/javafx/scene/layout/HBoxTest.java
+ javafx-ui-common/test/unit/javafx/scene/layout/MockBiased.java
+ javafx-ui-common/test/unit/javafx/scene/layout/MockNode.java
+ javafx-ui-common/test/unit/javafx/scene/layout/MockParent.java
+ javafx-ui-common/test/unit/javafx/scene/layout/MockRegion.java
+ javafx-ui-common/test/unit/javafx/scene/layout/MockResizable.java
+ javafx-ui-common/test/unit/javafx/scene/layout/RegionTest.java
+ javafx-ui-common/test/unit/javafx/scene/layout/ResizabilityTest.java
+ javafx-ui-common/test/unit/javafx/scene/layout/StackPaneTest.java
+ javafx-ui-common/test/unit/javafx/scene/layout/TilePaneTest.java
+ javafx-ui-common/test/unit/javafx/scene/layout/VBoxTest.java
+ javafx-ui-common/test/unit/javafx/scene/paint/ColorTest.java
+ javafx-ui-common/test/unit/javafx/scene/paint/LinearGradientTest.java
+ javafx-ui-common/test/unit/javafx/scene/paint/RadialGradientTest.java
+ javafx-ui-common/test/unit/javafx/scene/paint/StopListTest.java
+ javafx-ui-common/test/unit/javafx/scene/paint/StopTest.java
+ javafx-ui-common/test/unit/javafx/scene/shape/ArcTest.java
+ javafx-ui-common/test/unit/javafx/scene/shape/ArcToTest.java
+ javafx-ui-common/test/unit/javafx/scene/shape/ArcTo_onInvalidate_Test.java
+ javafx-ui-common/test/unit/javafx/scene/shape/ArcTo_properties_Test.java
+ javafx-ui-common/test/unit/javafx/scene/shape/Arc_onInvalidate_Test.java
+ javafx-ui-common/test/unit/javafx/scene/shape/Arc_properties_Test.java
+ javafx-ui-common/test/unit/javafx/scene/shape/BoundsTest.java
+ javafx-ui-common/test/unit/javafx/scene/shape/CircleTest.java
+ javafx-ui-common/test/unit/javafx/scene/shape/Circle_onInvalidate_Test.java
+ javafx-ui-common/test/unit/javafx/scene/shape/Circle_properties_Test.java
+ javafx-ui-common/test/unit/javafx/scene/shape/ClosePathTest.java
+ javafx-ui-common/test/unit/javafx/scene/shape/CubicCurveTest.java
+ javafx-ui-common/test/unit/javafx/scene/shape/CubicCurveToTest.java
+ javafx-ui-common/test/unit/javafx/scene/shape/CubicCurveTo_onInvalidate_Test.java
+ javafx-ui-common/test/unit/javafx/scene/shape/CubicCurveTo_properties_Test.java
+ javafx-ui-common/test/unit/javafx/scene/shape/CubicCurve_onInvalidate_Test.java
+ javafx-ui-common/test/unit/javafx/scene/shape/CubicCurve_properties_Test.java
+ javafx-ui-common/test/unit/javafx/scene/shape/EllipseTest.java
+ javafx-ui-common/test/unit/javafx/scene/shape/Ellipse_onInvalidate_Test.java
+ javafx-ui-common/test/unit/javafx/scene/shape/Ellipse_properties_Test.java
+ javafx-ui-common/test/unit/javafx/scene/shape/HLineToTest.java
+ javafx-ui-common/test/unit/javafx/scene/shape/HLineTo_onInvalidate_Test.java
+ javafx-ui-common/test/unit/javafx/scene/shape/HLineTo_properties_Test.java
+ javafx-ui-common/test/unit/javafx/scene/shape/LineTest.java
+ javafx-ui-common/test/unit/javafx/scene/shape/LineToTest.java
+ javafx-ui-common/test/unit/javafx/scene/shape/LineTo_onInvalidate_Test.java
+ javafx-ui-common/test/unit/javafx/scene/shape/LineTo_properties_Test.java
+ javafx-ui-common/test/unit/javafx/scene/shape/Line_onInvalidate_Test.java
+ javafx-ui-common/test/unit/javafx/scene/shape/Line_properties_Test.java
+ javafx-ui-common/test/unit/javafx/scene/shape/MoveToTest.java
+ javafx-ui-common/test/unit/javafx/scene/shape/MoveTo_onInvalidate_Test.java
+ javafx-ui-common/test/unit/javafx/scene/shape/MoveTo_properties_Test.java
+ javafx-ui-common/test/unit/javafx/scene/shape/PathTest.java
+ javafx-ui-common/test/unit/javafx/scene/shape/Path_onInvalidate_Test.java
+ javafx-ui-common/test/unit/javafx/scene/shape/Path_properties_Test.java
+ javafx-ui-common/test/unit/javafx/scene/shape/PolygonTest.java
+ javafx-ui-common/test/unit/javafx/scene/shape/PolylineTest.java
+ javafx-ui-common/test/unit/javafx/scene/shape/QuadCurveTest.java
+ javafx-ui-common/test/unit/javafx/scene/shape/QuadCurveToTest.java
+ javafx-ui-common/test/unit/javafx/scene/shape/QuadCurveTo_properties_Test.java
+ javafx-ui-common/test/unit/javafx/scene/shape/QuadCurve_onInvalidate_Test.java
+ javafx-ui-common/test/unit/javafx/scene/shape/QuadCurve_properties_Test.java
+ javafx-ui-common/test/unit/javafx/scene/shape/RectangleTest.java
+ javafx-ui-common/test/unit/javafx/scene/shape/Rectangle_cssMethods_Test.java
+ javafx-ui-common/test/unit/javafx/scene/shape/Rectangle_onInvalidate_Test.java
+ javafx-ui-common/test/unit/javafx/scene/shape/Rectangle_properties_Test.java
+ javafx-ui-common/test/unit/javafx/scene/shape/SVGPathTest.java
+ javafx-ui-common/test/unit/javafx/scene/shape/SVGPath_onInvalidate_Test.java
+ javafx-ui-common/test/unit/javafx/scene/shape/SVGPath_properties_Test.java
+ javafx-ui-common/test/unit/javafx/scene/shape/ShapeTest.java
+ javafx-ui-common/test/unit/javafx/scene/shape/Shape_cssMethods_Test.java
+ javafx-ui-common/test/unit/javafx/scene/shape/Shape_onInvalidate_Test.java
+ javafx-ui-common/test/unit/javafx/scene/shape/Shape_properties_Test.java
+ javafx-ui-common/test/unit/javafx/scene/shape/TestUtils.java
+ javafx-ui-common/test/unit/javafx/scene/shape/VLineToTest.java
+ javafx-ui-common/test/unit/javafx/scene/shape/VLineTo_onInvalidate_Test.java
+ javafx-ui-common/test/unit/javafx/scene/shape/VLineTo_properties_Test.java
+ javafx-ui-common/test/unit/javafx/scene/text/FontPostureTest.java
+ javafx-ui-common/test/unit/javafx/scene/text/FontTest.java
+ javafx-ui-common/test/unit/javafx/scene/text/FontWeightTest.java
+ javafx-ui-common/test/unit/javafx/scene/text/TextTest.java
+ javafx-ui-common/test/unit/javafx/scene/text/Text_cssMethods_Test.java
+ javafx-ui-common/test/unit/javafx/scene/text/Text_onInvalidate_Test.java
+ javafx-ui-common/test/unit/javafx/scene/transform/AffineTest.java
+ javafx-ui-common/test/unit/javafx/scene/transform/Affine_onInvalidate_Test.java
+ javafx-ui-common/test/unit/javafx/scene/transform/RotateTest.java
+ javafx-ui-common/test/unit/javafx/scene/transform/Rotate_onInvalidate_Test.java
+ javafx-ui-common/test/unit/javafx/scene/transform/ScaleTest.java
+ javafx-ui-common/test/unit/javafx/scene/transform/Scale_onInvalidate_Test.java
+ javafx-ui-common/test/unit/javafx/scene/transform/ShearTest.java
+ javafx-ui-common/test/unit/javafx/scene/transform/Shear_onInvalidate_Test.java
+ javafx-ui-common/test/unit/javafx/scene/transform/TransformTest.java
+ javafx-ui-common/test/unit/javafx/scene/transform/TranslateTest.java
+ javafx-ui-common/test/unit/javafx/scene/transform/Translate_onInvalidate_Test.java
+ javafx-ui-common/test/unit/javafx/stage/PopupTest.java
+ javafx-ui-common/test/unit/javafx/stage/Popup_parentWindow_Test.java
+ javafx-ui-common/test/unit/javafx/stage/StageMutabilityTest.java
+ javafx-ui-common/test/unit/javafx/stage/StageTest.java
+ javafx-ui-common/test/unit/javafx/stage/WindowTest.java
! javafx-ui-controls/build-closed.xml
! javafx-ui-controls/build-common.xml
! javafx-ui-controls/project.properties
! test-stub-toolkit/build-closed.xml
! test-stub-toolkit/project.properties

Changeset: 35b50a11923a
Author:    tb115823 <Tomas.Brandalik at oracle.com>
Date:      2012-02-08 14:53 +0100
URL:       http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/35b50a11923a

open-sourcing: add doc-files missing in javafx-ui-common

+ javafx-ui-common/src/javafx/application/doc-files/Application.png
+ javafx-ui-common/src/javafx/scene/doc-files/CustomNode01.png
+ javafx-ui-common/src/javafx/scene/doc-files/Group01.png
+ javafx-ui-common/src/javafx/scene/doc-files/Scene1.png
+ javafx-ui-common/src/javafx/scene/doc-files/bounds-complex.png
+ javafx-ui-common/src/javafx/scene/doc-files/bounds.png
+ javafx-ui-common/src/javafx/scene/doc-files/cssexample1.png
+ javafx-ui-common/src/javafx/scene/doc-files/cssexample2.png
+ javafx-ui-common/src/javafx/scene/doc-files/fx_code_header.jpg
+ javafx-ui-common/src/javafx/scene/image/doc-files/imageview.png
+ javafx-ui-common/src/javafx/scene/paint/doc-files/ImagePattern.png
+ javafx-ui-common/src/javafx/scene/shape/doc-files/fillrule-evenodd.png
+ javafx-ui-common/src/javafx/scene/shape/doc-files/fillrule-nonzero.png
+ javafx-ui-common/src/javafx/scene/shape/doc-files/strokedasharray.png
+ javafx-ui-common/src/javafx/scene/shape/doc-files/strokedashoffset.png
+ javafx-ui-common/src/javafx/scene/shape/doc-files/strokelinecap-butt.png
+ javafx-ui-common/src/javafx/scene/shape/doc-files/strokelinecap-round.png
+ javafx-ui-common/src/javafx/scene/shape/doc-files/strokelinecap-square.png
+ javafx-ui-common/src/javafx/scene/shape/doc-files/strokelinecap.png
+ javafx-ui-common/src/javafx/scene/shape/doc-files/strokelinejoin-bevel.png
+ javafx-ui-common/src/javafx/scene/shape/doc-files/strokelinejoin-miter.png
+ javafx-ui-common/src/javafx/scene/shape/doc-files/strokelinejoin-round.png
+ javafx-ui-common/src/javafx/scene/shape/doc-files/strokelinejoin.png
+ javafx-ui-common/src/javafx/scene/shape/doc-files/strokemiterlimit.png
+ javafx-ui-common/src/javafx/scene/shape/doc-files/stroketype-centered.png
+ javafx-ui-common/src/javafx/scene/shape/doc-files/stroketype-inside.png
+ javafx-ui-common/src/javafx/scene/shape/doc-files/stroketype-outside.png
+ javafx-ui-common/src/javafx/scene/shape/doc-files/stroketype.png
+ javafx-ui-common/src/javafx/stage/doc-files/Stage0-mac.png
+ javafx-ui-common/src/javafx/stage/doc-files/Stage0-vista.png
+ javafx-ui-common/src/javafx/stage/doc-files/Stage0-xp.png

Changeset: 83f09a015be5
Author:    tb115823 <Tomas.Brandalik at oracle.com>
Date:      2012-02-08 15:11 +0100
URL:       http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/83f09a015be5

open-sourcing: fix font handling for javafx-ui-common unit tests

! javafx-ui-common/build-closed.xml

Changeset: c4432712a894
Author:    kcr
Date:      2012-02-08 15:48 -0800
URL:       http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/c4432712a894

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


Changeset: 6bf258b22b29
Author:    jgiles
Date:      2012-02-03 12:54 +1300
URL:       http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/6bf258b22b29

RT-19067: Background color of ChoiceBox popup changes to a lighter color on hovering \
over a item.

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

Changeset: 8af37cb55346
Author:    jgiles
Date:      2012-02-04 11:27 +1300
URL:       http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/8af37cb55346

RT-19438: [ListView] listView cell doesn't affect on size of content in group.

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

Changeset: f89b6a6e1f21
Author:    jgiles
Date:      2012-02-08 12:40 +1300
URL:       http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/f89b6a6e1f21

RT-19472: ComboBox drop down does not dismiss if clicking outside of JFXPanel

! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/ComboBoxBaseSkin.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/ComboBoxListViewSkin.java

Changeset: 62e40d3dfe20
Author:    jgiles
Date:      2012-02-09 13:02 +1300
URL:       http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/62e40d3dfe20

Automated merge with ssh://jfxsrc.us.oracle.com//javafx/2.1/scrum/controls/jfx/rt


Changeset: 521e25b14fe4
Author:    jgiles
Date:      2012-02-10 07:48 +1300
URL:       http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/521e25b14fe4

Partial RT-19530: Text in cells doesn't change color when the cell is focussed, if \
the text is set in a node via setGraphic.

! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/caspian/caspian.css

Changeset: fbacd4a9e9b5
Author:    jgiles
Date:      2012-02-10 07:50 +1300
URL:       http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/fbacd4a9e9b5

Automated merge with ssh://jfxsrc.us.oracle.com//javafx/2.1/scrum/controls/jfx/rt


Changeset: 5c13b1388595
Author:    Kinsley Wong
Date:      2012-02-09 12:05 -0800
URL:       http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/5c13b1388595

RT-19400 Toolbar => excess Buttons have different style when they reappear in the \
Toolbar

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

Changeset: 1f0b30fc7bca
Author:    Kinsley Wong
Date:      2012-02-09 13:49 -0800
URL:       http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/1f0b30fc7bca

RT-17899: [Toolbar] Ctrl-F5 should move focus to the window toolbar (Mac)

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

Changeset: a196b73de22d
Author:    Paru Somashekar <paru.somashekar at oracle.com>
Date:      2012-02-09 17:05 -0800
URL:       http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/a196b73de22d

fix RT-18943: WebView context menu appears irregularly.

! javafx-ui-controls/src/javafx/scene/control/PopupControl.java

Changeset: 5a3062b456a5
Author:    Kinsley Wong
Date:      2012-02-09 17:41 -0800
URL:       http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/5a3062b456a5

RT-19532: TitledPane arrow is shrinking when styling.

! javafx-ui-common/src/com/sun/javafx/css/StyleHelper.java

Changeset: ca0857af04b5
Author:    jgiles
Date:      2012-02-10 12:36 +1300
URL:       http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/ca0857af04b5

[DOC ONLY] RT-19570: ComboBox with Text items - incorrect rendering. Added JavaDoc to \
ComboBox explaining why this is a bad idea.

! javafx-ui-controls/src/javafx/scene/control/ComboBox.java

Changeset: 274de4d76825
Author:    jgiles
Date:      2012-02-10 14:07 +1300
URL:       http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/274de4d76825

RT-19431: [ComboBox] value is saved selected, but value property is null, when \
editable property set true

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

Changeset: e6afbe95c625
Author:    jgiles
Date:      2012-02-10 14:21 +1300
URL:       http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/e6afbe95c625

RT-19367: ComboBox selection model should be a SingleSelectionModel, not \
SelectionModel

! javafx-ui-controls/src/javafx/scene/control/ComboBox.java
! javafx-ui-controls/test/javafx/scene/control/ComboBoxTest.java
! javafx-ui-controls/test/javafx/scene/control/SelectionModelImplTest.java

Changeset: 182e19b97758
Author:    jgiles
Date:      2012-02-10 16:54 +1300
URL:       http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/182e19b97758

Automated merge with ssh://jfxsrc.us.oracle.com//javafx/2.1/scrum/controls/jfx/rt


Changeset: 53a31e12b637
Author:    mickf
Date:      2012-02-10 14:33 +0000
URL:       http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/53a31e12b637

RT-19484 - NPE on com.sun.javafx.scene.control.skin.ProgressIndicatorSkin.layoutChildren \
under some circumstances, from Jonathan

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

Changeset: 4e2cda0b9943
Author:    mickf
Date:      2012-02-10 16:30 +0000
URL:       http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/4e2cda0b9943

RT-19511 - NLS: message drop 10 integration for UI Controls resource files, Controls

! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/resources/controls_de.properties
                
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/resources/controls_es.properties
                
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/resources/controls_fr.properties
                
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/resources/controls_it.properties
                
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/resources/controls_ja.properties
                
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/resources/controls_ko.properties
                
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/resources/controls_pt_BR.properties
                
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/resources/controls_sv.properties
                
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/resources/controls_zh_CN.properties
                
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/resources/controls_zh_TW.properties


Changeset: a1b7f53e83d0
Author:    Kinsley Wong
Date:      2012-02-10 11:43 -0800
URL:       http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/a1b7f53e83d0

RT-19594: Tab's id property is ignored when styling.

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

Changeset: 843fd1c53348
Author:    leifs
Date:      2012-02-10 11:44 -0800
URL:       http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/843fd1c53348

Fixed RT-18554: Issues with TextArea rendering: Text is wrapped around when it should \
not - text and scrollbars can be displayed outside of the text area.

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

Changeset: afb7c6aaf9d7
Author:    Paru Somashekar <paru.somashekar at oracle.com>
Date:      2012-02-10 12:20 -0800
URL:       http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/afb7c6aaf9d7

fix RT-19587 : NPE using ComboBox.

! javafx-ui-controls/src/javafx/scene/control/PopupControl.java

Changeset: 4b1e5e1fc675
Author:    Kinsley Wong
Date:      2012-02-10 13:13 -0800
URL:       http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/4b1e5e1fc675

RT-19590: ComboBox in GridPane not Fill Column

! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/ComboBoxBaseSkin.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/ComboBoxListViewSkin.java

Changeset: 46b964ac2d01
Author:    jgiles
Date:      2012-02-11 09:57 +1300
URL:       http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/46b964ac2d01

[TEST ONLY] Adding further unit tests for the ComboBox Skin, specifically for \
RT-19431.

+ javafx-ui-controls/test/com/sun/javafx/scene/control/skin/ComboBoxListViewSkinTest.java


Changeset: b672452e0eb7
Author:    jgiles
Date:      2012-02-11 10:10 +1300
URL:       http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/b672452e0eb7

RT-19598: Accelerator set using KeyCode.DIGIT<i> reads DIGIT<i> within the menu

! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/KeyCodeUtils.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/KeystrokeUtils.java

Changeset: 73df6506bce6
Author:    jgiles
Date:      2012-02-11 10:53 +1300
URL:       http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/73df6506bce6

Automated merge with ssh://jfxsrc.us.oracle.com//javafx/2.1/scrum/controls/jfx/rt


Changeset: cfe8868f8e4a
Author:    Kinsley Wong
Date:      2012-02-10 14:48 -0800
URL:       http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/cfe8868f8e4a

Rollback changes for RT-19590

! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/ComboBoxBaseSkin.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/ComboBoxListViewSkin.java

Changeset: 01877d346782
Author:    Paru Somashekar <paru.somashekar at oracle.com>
Date:      2012-02-10 16:52 -0800
URL:       http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/01877d346782

fix RT-19322 MenuBar: setVisible(false) for Menus does not affect rendering.

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

Changeset: 73637f49cf1f
Author:    leifs
Date:      2012-02-13 10:31 -0800
URL:       http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/73637f49cf1f

Undo redundant fix for RT-16617: It is not possible to move focus from TextArea to \
another control using keyboard (Mac). Depend on fix for RT-19475 instead.

! javafx-ui-controls/src/com/sun/javafx/scene/control/behavior/BehaviorBase.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/behavior/TextAreaBehavior.java

Changeset: 6bc582fc2c34
Author:    leifs
Date:      2012-02-13 11:40 -0800
URL:       http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/6bc582fc2c34

RT-11289: Clicking on a Menu or MenuButton when it is showing causes the popup to \
reappear

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


Changeset: 3fcaa5fafc06
Author:    David Grieve<david.grieve at oracle.com>
Date:      2012-02-13 20:44 -0500
URL:       http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/3fcaa5fafc06

RT-17348: add impl_getAllParentStylesheets to Parent. Called from StyleManager. \
Override the method to return null (or a list of stylesheets) to stop recursion which \
gives a way of making this parent's stylesheets disjoint from its parent's \
stylesheets. This prevents the parent's styles from affecting the child parent.

! javafx-ui-common/src/com/sun/javafx/css/StyleManager.java
! javafx-ui-common/src/javafx/scene/Parent.java

Changeset: 8c22fe65cc85
Author:    Kinsley Wong
Date:      2012-02-13 19:06 -0800
URL:       http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/8c22fe65cc85

RT-18858: TitledPane.setTextFill does not work.

! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/LabeledSkinBase.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/TitledPaneSkin.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/caspian/caspian.css
! javafx-ui-controls/src/javafx/scene/control/TitledPane.java

Changeset: 26f94d198dbc
Author:    leifs
Date:      2012-02-13 23:34 -0800
URL:       http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/26f94d198dbc

Fixed RT-17834: [TextArea] Doesn't receive focus, when is clicked for applet

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

Changeset: 8b2493c87dbc
Author:    Lubomir Nerad <lubomir.nerad at oracle.com>
Date:      2012-02-09 17:10 +0100
URL:       http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/8b2493c87dbc

TODO cleanup

! javafx-ui-common/src/javafx/scene/Node.java
! javafx-ui-common/src/javafx/scene/image/ImageView.java
! javafx-ui-common/src/javafx/scene/layout/Region.java

Changeset: d2c07af26792
Author:    Lubomir Nerad <lubomir.nerad at oracle.com>
Date:      2012-02-10 10:20 +0100
URL:       http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/d2c07af26792

Fix for RT-19058: Adding null child leads to exception

! javafx-ui-common/src/javafx/scene/Parent.java
! javafx-ui-common/test/unit/javafx/scene/ParentTest.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/CheckBoxSkin.java

Changeset: c27d9c512e61
Author:    Lubomir Nerad <lubomir.nerad at oracle.com>
Date:      2012-02-10 11:23 +0100
URL:       http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/c27d9c512e61

removed unnecessary TODO

! javafx-ui-common/src/javafx/stage/PopupWindow.java

Changeset: b7d85c8adfac
Author:    Lubomir Nerad <lubomir.nerad at oracle.com>
Date:      2012-02-10 13:03 +0100
URL:       http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/b7d85c8adfac

don't add null child

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

Changeset: 1a9c95e2ae24
Author:    kcr
Date:      2012-02-10 11:02 -0800
URL:       http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/1a9c95e2ae24

RT-19162: Cleanup TODO comments in application pacakge
Reviewed by Igor

! javafx-ui-common/src/com/sun/javafx/application/LauncherImpl.java
! javafx-ui-common/src/com/sun/javafx/application/PlatformImpl.java
! javafx-ui-common/src/javafx/application/Platform.java
! javafx-ui-common/src/javafx/application/Preloader.java

Changeset: d7d844af90c5
Author:    kcr
Date:      2012-02-10 11:03 -0800
URL:       http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/d7d844af90c5

RT-19600: Restore workaround to call System.exit on Mac when running the J2D pipeline
Reviewed by Chien, Anthony

! javafx-ui-common/src/com/sun/javafx/application/LauncherImpl.java

Changeset: b3bb950dc47f
Author:    kcr
Date:      2012-02-10 11:24 -0800
URL:       http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/b3bb950dc47f

RT-19600: Fix typo in comment (true --> false)

! javafx-ui-common/src/com/sun/javafx/application/LauncherImpl.java

Changeset: b5bafe2e6c6e
Author:    Lubomir Nerad <lubomir.nerad at oracle.com>
Date:      2012-02-13 14:07 +0100
URL:       http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/b5bafe2e6c6e

Fix for RT-19437: Popup control does not position itself as expected

! javafx-ui-common/src/javafx/stage/PopupWindow.java
! javafx-ui-common/test/unit/com/sun/javafx/Utils_getScreenForPoint_Test.java
! javafx-ui-common/test/unit/com/sun/javafx/Utils_getScreenForRectangle_Test.java
! javafx-ui-common/test/unit/com/sun/javafx/pgstub/StubToolkit.java
! javafx-ui-common/test/unit/javafx/stage/PopupTest.java
! test-stub-toolkit/src/com/sun/javafx/pgstub/StubToolkit.java

Changeset: dbfe19c3d025
Author:    Morris Meyer <morris.meyer at sun.com>
Date:      2012-02-13 17:33 -0500
URL:       http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/dbfe19c3d025

RT-19257 - GlobalMenuAdapter showing support from Leif S.

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

Changeset: 684be9c77f57
Author:    janv
Date:      2012-02-14 14:14 +0100
URL:       http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/684be9c77f57

@treatasprivate and @defaultvalue camelcased (JDK doclet consolidation)

! javafx-designtime/test/javafx/scene/layout/MockResizable.java
! javafx-ui-common/src/com/sun/javafx/css/Stylesheet.java
! javafx-ui-common/src/com/sun/javafx/perf/PerformanceTracker.java
! javafx-ui-common/src/com/sun/javafx/robot/impl/FXRobotHelper.java
! javafx-ui-common/src/com/sun/javafx/scene/layout/region/BackgroundFill.java
! javafx-ui-common/src/com/sun/javafx/scene/layout/region/BackgroundImage.java
! javafx-ui-common/src/com/sun/javafx/scene/layout/region/BorderImage.java
! javafx-ui-common/src/com/sun/javafx/scene/layout/region/BorderStyle.java
! javafx-ui-common/src/com/sun/javafx/scene/layout/region/StrokeBorder.java
! javafx-ui-common/src/com/sun/javafx/scene/paint/ImagePattern.java
! javafx-ui-common/src/com/sun/javafx/tk/FontMetrics.java
! javafx-ui-common/src/javafx/animation/FadeTransition.java
! javafx-ui-common/src/javafx/animation/FillTransition.java
! javafx-ui-common/src/javafx/animation/ParallelTransition.java
! javafx-ui-common/src/javafx/animation/PathTransition.java
! javafx-ui-common/src/javafx/animation/PauseTransition.java
! javafx-ui-common/src/javafx/animation/RotateTransition.java
! javafx-ui-common/src/javafx/animation/ScaleTransition.java
! javafx-ui-common/src/javafx/animation/SequentialTransition.java
! javafx-ui-common/src/javafx/animation/StrokeTransition.java
! javafx-ui-common/src/javafx/animation/Transition.java
! javafx-ui-common/src/javafx/animation/TranslateTransition.java
! javafx-ui-common/src/javafx/geometry/Bounds.java
! javafx-ui-common/src/javafx/geometry/Dimension2D.java
! javafx-ui-common/src/javafx/geometry/Point2D.java
! javafx-ui-common/src/javafx/geometry/Point3D.java
! javafx-ui-common/src/javafx/geometry/Rectangle2D.java
! javafx-ui-common/src/javafx/scene/Camera.java
! javafx-ui-common/src/javafx/scene/Cursor.java
! javafx-ui-common/src/javafx/scene/Group.java
! javafx-ui-common/src/javafx/scene/ImageCursor.java
! javafx-ui-common/src/javafx/scene/Node.java
! javafx-ui-common/src/javafx/scene/ParallelCamera.java
! javafx-ui-common/src/javafx/scene/Parent.java
! javafx-ui-common/src/javafx/scene/PerspectiveCamera.java
! javafx-ui-common/src/javafx/scene/Scene.java
! 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/Light.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/src/javafx/scene/image/Image.java
! javafx-ui-common/src/javafx/scene/image/ImageView.java
! javafx-ui-common/src/javafx/scene/input/Clipboard.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/Dragboard.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/KeyCode.java
! javafx-ui-common/src/javafx/scene/input/KeyEvent.java
! javafx-ui-common/src/javafx/scene/input/MouseDragEvent.java
! javafx-ui-common/src/javafx/scene/input/MouseEvent.java
! javafx-ui-common/src/javafx/scene/input/ScrollEvent.java
! javafx-ui-common/src/javafx/scene/layout/ConstraintsBase.java
! javafx-ui-common/src/javafx/scene/layout/FlowPane.java
! javafx-ui-common/src/javafx/scene/layout/GridPane.java
! javafx-ui-common/src/javafx/scene/layout/HBox.java
! javafx-ui-common/src/javafx/scene/layout/Region.java
! javafx-ui-common/src/javafx/scene/layout/StackPane.java
! javafx-ui-common/src/javafx/scene/layout/TilePane.java
! javafx-ui-common/src/javafx/scene/layout/VBox.java
! javafx-ui-common/src/javafx/scene/paint/Color.java
! javafx-ui-common/src/javafx/scene/paint/LinearGradient.java
! javafx-ui-common/src/javafx/scene/paint/Paint.java
! javafx-ui-common/src/javafx/scene/paint/RadialGradient.java
! javafx-ui-common/src/javafx/scene/paint/Stop.java
! javafx-ui-common/src/javafx/scene/shape/Arc.java
! javafx-ui-common/src/javafx/scene/shape/ArcTo.java
! javafx-ui-common/src/javafx/scene/shape/Circle.java
! javafx-ui-common/src/javafx/scene/shape/ClosePath.java
! javafx-ui-common/src/javafx/scene/shape/CubicCurve.java
! javafx-ui-common/src/javafx/scene/shape/CubicCurveTo.java
! javafx-ui-common/src/javafx/scene/shape/Ellipse.java
! javafx-ui-common/src/javafx/scene/shape/HLineTo.java
! javafx-ui-common/src/javafx/scene/shape/Line.java
! javafx-ui-common/src/javafx/scene/shape/LineTo.java
! javafx-ui-common/src/javafx/scene/shape/MoveTo.java
! javafx-ui-common/src/javafx/scene/shape/Path.java
! javafx-ui-common/src/javafx/scene/shape/PathElement.java
! javafx-ui-common/src/javafx/scene/shape/Polygon.java
! javafx-ui-common/src/javafx/scene/shape/Polyline.java
! javafx-ui-common/src/javafx/scene/shape/QuadCurve.java
! javafx-ui-common/src/javafx/scene/shape/QuadCurveTo.java
! javafx-ui-common/src/javafx/scene/shape/Rectangle.java
! javafx-ui-common/src/javafx/scene/shape/SVGPath.java
! javafx-ui-common/src/javafx/scene/shape/Shape.java
! javafx-ui-common/src/javafx/scene/shape/VLineTo.java
! javafx-ui-common/src/javafx/scene/text/Font.java
! javafx-ui-common/src/javafx/scene/text/Text.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
! javafx-ui-common/src/javafx/stage/PopupWindow.java
! javafx-ui-common/src/javafx/stage/Stage.java
! javafx-ui-common/src/javafx/stage/Window.java
! javafx-ui-common/test/unit/com/sun/javafx/css/TestNode.java
! javafx-ui-common/test/unit/javafx/scene/CSSNode.java
! javafx-ui-common/test/unit/javafx/scene/layout/MockResizable.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/CellSkinBase.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/ContextMenuContent.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/ProgressBarSkin.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/ProgressIndicatorSkin.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/SkinBase.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/TableColumnHeader.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/TextInputControlSkin.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/ToolBarSkin.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/TreeCellSkin.java
! javafx-ui-controls/src/javafx/scene/chart/Axis.java
! javafx-ui-controls/src/javafx/scene/chart/CategoryAxis.java
! javafx-ui-controls/src/javafx/scene/chart/NumberAxis.java
! javafx-ui-controls/src/javafx/scene/chart/ValueAxis.java
! javafx-ui-controls/src/javafx/scene/control/Button.java
! javafx-ui-controls/src/javafx/scene/control/ButtonBase.java
! javafx-ui-controls/src/javafx/scene/control/Cell.java
! javafx-ui-controls/src/javafx/scene/control/CheckBox.java
! javafx-ui-controls/src/javafx/scene/control/CheckMenuItem.java
! javafx-ui-controls/src/javafx/scene/control/ChoiceBox.java
! javafx-ui-controls/src/javafx/scene/control/ComboBoxBase.java
! javafx-ui-controls/src/javafx/scene/control/ContextMenu.java
! javafx-ui-controls/src/javafx/scene/control/Control.java
! javafx-ui-controls/src/javafx/scene/control/CustomMenuItem.java
! javafx-ui-controls/src/javafx/scene/control/Hyperlink.java
! javafx-ui-controls/src/javafx/scene/control/IndexedCell.java
! javafx-ui-controls/src/javafx/scene/control/Labeled.java
! javafx-ui-controls/src/javafx/scene/control/ListView.java
! javafx-ui-controls/src/javafx/scene/control/Menu.java
! javafx-ui-controls/src/javafx/scene/control/MenuBar.java
! javafx-ui-controls/src/javafx/scene/control/MenuButton.java
! javafx-ui-controls/src/javafx/scene/control/PopupControl.java
! javafx-ui-controls/src/javafx/scene/control/ProgressIndicator.java
! javafx-ui-controls/src/javafx/scene/control/ScrollBar.java
! javafx-ui-controls/src/javafx/scene/control/ScrollPane.java
! javafx-ui-controls/src/javafx/scene/control/Separator.java
! javafx-ui-controls/src/javafx/scene/control/Slider.java
! javafx-ui-controls/src/javafx/scene/control/SplitPane.java
! javafx-ui-controls/src/javafx/scene/control/Tab.java
! javafx-ui-controls/src/javafx/scene/control/TabPane.java
! javafx-ui-controls/src/javafx/scene/control/TableColumn.java
! javafx-ui-controls/src/javafx/scene/control/TableView.java
! javafx-ui-controls/src/javafx/scene/control/TextArea.java
! javafx-ui-controls/src/javafx/scene/control/TextField.java
! javafx-ui-controls/src/javafx/scene/control/TextInputControl.java
! javafx-ui-controls/src/javafx/scene/control/TitledPane.java
! javafx-ui-controls/src/javafx/scene/control/ToggleButton.java
! javafx-ui-controls/src/javafx/scene/control/ToolBar.java
! javafx-ui-controls/src/javafx/scene/control/Tooltip.java
! javafx-ui-controls/src/javafx/scene/control/TreeCell.java
! javafx-ui-controls/src/javafx/scene/control/TreeView.java

Changeset: a7a945f77a4c
Author:    jpgodine at JPGODINE-LAP.st-users.us.oracle.com
Date:      2012-02-14 10:06 -0800
URL:       http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/a7a945f77a4c

Automated merge with ssh://jpgodine at jfxsrc.us.oracle.com//javafx/2.1/MASTER/jfx/rt

! javafx-ui-common/src/javafx/scene/Parent.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/CellSkinBase.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/ProgressIndicatorSkin.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/ToolBarSkin.java
! javafx-ui-controls/src/javafx/scene/control/PopupControl.java
! javafx-ui-controls/src/javafx/scene/control/TitledPane.java

Changeset: b47bedf55b66
Author:    Thor Johannesson <thor.johannesson at oracle.com>
Date:      2012-02-14 10:18 -0800
URL:       http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/b47bedf55b66

Fix RT-19164 Remove TODOs in Text. Approved Kevin

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

Changeset: 28302e487e7c
Author:    leifs
Date:      2012-02-14 15:17 -0800
URL:       http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/28302e487e7c

Fixed RT-19649: Backing out fix for RT-17834.

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

Changeset: 12666fcb6d64
Author:    hudson
Date:      2012-02-15 12:51 -0800
URL:       http://hg.openjdk.java.net/openjfx/2.1/master/rt/rev/12666fcb6d64

Added tag 2.1-b13 for changeset 28302e487e7c

! .hgtags


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic