Changeset: ff093aa890dd Author: mv157916 Date: 2013-10-11 15:52 -0700 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/ff093aa890dd
RT-33478: Update the JDK 8 build number to b111 in rt/build.properties file in the JavaFX 8 Master forest. ! build.properties Changeset: 23a4702aac22 Author: rbair Date: 2013-10-08 12:38 -0700 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/23a4702aac22 RT-29794: NPE from NGRegion in Ensemble8 Reviewed-by: lnerad ! modules/graphics/src/main/java/com/sun/javafx/scene/DirtyBits.java ! modules/graphics/src/main/java/com/sun/javafx/sg/prism/NGRegion.java ! modules/graphics/src/main/java/javafx/scene/image/Image.java ! modules/graphics/src/main/java/javafx/scene/layout/Region.java ! modules/graphics/src/test/java/com/sun/javafx/pgstub/StubImageLoader.java ! modules/graphics/src/test/java/com/sun/javafx/pgstub/StubToolkit.java + modules/graphics/src/test/java/com/sun/javafx/pgstub/StubWritablePlatformImage.java + modules/graphics/src/test/java/javafx/scene/image/ImageForTesting.java ! modules/graphics/src/test/java/javafx/scene/layout/RegionTest.java Changeset: c878df60c9d7 Author: rbair Date: 2013-10-08 14:16 -0700 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/c878df60c9d7 RT-19809: Border image and border stroke rendering order Reviewed-by: jasper ! modules/graphics/src/main/java/com/sun/javafx/sg/prism/NGRegion.java Changeset: 9491417fb3e0 Author: rbair Date: 2013-10-08 14:46 -0700 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/9491417fb3e0 [TEST-ONLY]: Added test exposed by question in RT-13820 ! modules/graphics/src/main/java/com/sun/javafx/sg/prism/NGRegion.java ! modules/graphics/src/test/java/com/sun/javafx/sg/prism/NGRegionTest.java Changeset: 08be4f8a1a1f Author: Thor Johannesson <[email protected]> Date: 2013-10-08 15:38 -0700 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/08be4f8a1a1f RT-31878: API: Change anti-aliasing support from a bool to SceneAntialiasing object. Reviewed Kevin, Richard ! apps/experiments/3DViewer/src/main/java/com/javafx/experiments/height2normal/Height2NormalApp.java ! apps/experiments/3DViewer/src/main/java/com/javafx/experiments/jfx3dviewer/ContentModel.java ! apps/experiments/3DViewer/src/main/java/com/javafx/experiments/jfx3dviewer/SimpleViewerApp.java ! apps/samples/Ensemble8/src/samples/java/ensemble/samples/graphics3d/xylophone/XylophoneApp.java ! modules/graphics/src/main/java/com/sun/javafx/tk/Toolkit.java ! modules/graphics/src/main/java/com/sun/javafx/tk/quantum/QuantumToolkit.java ! modules/graphics/src/main/java/javafx/scene/Scene.java + modules/graphics/src/main/java/javafx/scene/SceneAntialiasing.java ! modules/graphics/src/main/java/javafx/scene/SubScene.java ! modules/graphics/src/test/java/javafx/scene/Mouse3DTest.java ! modules/graphics/src/test/java/javafx/scene/MouseTest.java Changeset: 384af3fa2b97 Author: rbair Date: 2013-10-08 18:09 -0700 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/384af3fa2b97 RT-32285: Confidential code pushed to OpenJFX rt ! modules/fxpackager/src/main/native/javafxpackager/win/javafxpackager.rc ! modules/fxpackager/src/main/native/launcher/linux/DeployPlatform.h ! modules/fxpackager/src/main/native/launcher/linux/xmlparser.c ! modules/fxpackager/src/main/native/launcher/linux/xmlparser.h ! modules/fxpackager/src/main/resources/resources/web-files/dtjava.js ! modules/graphics/src/main/java/netscape/javascript/JSException.java ! modules/graphics/src/main/java/netscape/javascript/JSObject.java Changeset: bf0821d697e2 Author: Martin Soch <[email protected]> Date: 2013-10-09 11:49 +0200 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/bf0821d697e2 SW pipeline: caching paint texture + support for Texture.contentWidth/Height (RT-33314) ! modules/graphics/src/main/java/com/sun/pisces/PiscesRenderer.java ! modules/graphics/src/main/java/com/sun/prism/sw/SWArgbPreTexture.java ! modules/graphics/src/main/java/com/sun/prism/sw/SWContext.java ! modules/graphics/src/main/java/com/sun/prism/sw/SWGraphics.java ! modules/graphics/src/main/java/com/sun/prism/sw/SWMaskTexture.java ! modules/graphics/src/main/java/com/sun/prism/sw/SWPaint.java ! modules/graphics/src/main/java/com/sun/prism/sw/SWRTTexture.java ! modules/graphics/src/main/java/com/sun/prism/sw/SWTexture.java ! modules/graphics/src/main/native-prism-sw/JPiscesRenderer.c Changeset: b15183983958 Author: Assaf Yavani Date: 2013-10-09 12:52 +0300 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/b15183983958 [RT-32802] Lens: touch events are not handled corectly - step 1 Summary: Remove timer usage that was used to filter quick touch events sequence such as tap/release/tap and tap/move/release. Timer usage is not applicable for multi touch and causes timing issues Tested by: running helloworld.HelloSanity::controls and LinuxInputTests (which fails on 1 test, will be fixed in a different forest commit) on the Beagle Board Reviewed-by: David Hill ([email protected]), Lisa Selle ([email protected]), Rafi Tayar ([email protected]) and Daniel Blaukopf ([email protected]) Contributed-by: ! modules/graphics/src/main/java/com/sun/glass/ui/lens/LensTouchInputSupport.java ! modules/graphics/src/main/native-glass/lens/input/udev/udevInput.c Changeset: 92f833210f83 Author: Assaf Yavani Date: 2013-10-09 13:54 +0300 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/92f833210f83 Automated merge with file:///home/assaf/ws/udev-refactoring/rt Changeset: 19ca9150cb33 Author: Rafi Tayar <[email protected]> Date: 2013-10-09 15:08 +0200 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/19ca9150cb33 RT-33089 : Add support for imx6 Reviewed-by: ddhill dblaukop ! buildSrc/armv6hf.gradle ! buildSrc/armv6sf.gradle ! modules/graphics/src/main/native-glass/lens/cursor/fbCursor/fbCursor.c ! modules/graphics/src/main/native-glass/lens/platform-util/fbRobot.c + modules/graphics/src/main/native-glass/lens/platform-util/imx6Cursor.c ! modules/graphics/src/main/native-glass/lens/platform-util/initPlatform.c ! modules/graphics/src/main/native-glass/lens/platform-util/platformUtil.h ! modules/graphics/src/main/native-glass/lens/platform-util/utilInternal.h ! modules/graphics/src/main/native-prism-es2/eglfb/wrapped_egl.c Changeset: 626769790d33 Author: David Grieve<[email protected]> Date: 2013-10-09 09:25 -0400 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/626769790d33 RT-32876: if scene root is NODE_CSS dirty after layout, mark root NODE_CSS dirty again if dirty bits are cleared. Reviewed by: jgiles ! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/NestedTableColumnHeader.java ! modules/graphics/src/main/java/javafx/scene/Scene.java Changeset: fc10585918af Author: Assaf Yavani Date: 2013-10-09 17:27 +0300 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/fc10585918af [RT-32802] Lens: touch events are not handled corectly - step 1.1 Summary: [minor] - removal of unused code Reviewed by: dblaukop, Rafi Tayar ! modules/graphics/src/main/native-glass/lens/input/udev/udevInput.c Changeset: 6529a035133f Author: rbair Date: 2013-10-09 09:31 -0700 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/6529a035133f RT-13820: NGRegion doesn't mark itself dirty when its shape geometry changes Reviewed-by: felipe ! modules/graphics/src/main/java/com/sun/javafx/sg/prism/NGRegion.java ! modules/graphics/src/test/java/javafx/scene/layout/RegionTest.java Changeset: 5e4e3c814d63 Author: rbair Date: 2013-10-09 09:49 -0700 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/5e4e3c814d63 [TEST-ONLY] Disable some tests and comment out a couple asserts for RT-33446 until we have a better solution ! tests/system/src/test/java/javafx/scene/layout/RegionBackgroundFillUITest.java Changeset: ebf65cac9188 Author: "Joseph Andresen<[email protected]>" Date: 2013-10-09 09:56 -0700 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/ebf65cac9188 RT-25407 setTextAlign(null) NPE canvas from switch(enum). Reviewed by: Jim,Felipe,Kevin,Thor ! modules/graphics/src/main/java/javafx/scene/canvas/GraphicsContext.java Changeset: 77b37fa187c3 Author: rbair Date: 2013-10-09 10:56 -0700 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/77b37fa187c3 RT-23700: remove GIFImageLoader and PNGImageLoader classes Reviewed-by: kcr - modules/graphics/src/main/java/com/sun/javafx/iio/gif/GIFImageLoader.java ! modules/graphics/src/main/java/com/sun/javafx/iio/gif/GIFImageLoaderFactory.java - modules/graphics/src/main/java/com/sun/javafx/iio/gif/GIFImageMetadata.java - modules/graphics/src/main/java/com/sun/javafx/iio/gif/GIFStreamMetadata.java - modules/graphics/src/main/java/com/sun/javafx/iio/png/PNGImageLoader.java ! modules/graphics/src/main/java/com/sun/javafx/iio/png/PNGImageLoaderFactory.java - modules/graphics/src/main/java/com/sun/javafx/iio/png/PNGImageMetadata.java - modules/graphics/src/main/java/com/sun/javafx/iio/png/PNGRowFilter.java Changeset: b29e81699ea1 Author: dmasada Date: 2013-10-09 11:02 -0700 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/b29e81699ea1 RT-30864 Ensemble8: port BrickBreaker performance improvement to Ensemble8 ! apps/samples/Ensemble8/src/samples/java/ensemble/samples/graphics/brickbreaker/Config.java ! apps/samples/Ensemble8/src/samples/java/ensemble/samples/graphics/brickbreaker/Level.java ! apps/samples/Ensemble8/src/samples/java/ensemble/samples/graphics/brickbreaker/Splash.java Changeset: 831e7cb4702a Author: jgiles Date: 2013-10-09 14:15 +1300 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/831e7cb4702a RT-33324: TreeView.getSelectionModel().getSelectedItems() sends 2 events when changing selection Reviewed-by: psomashe ! modules/controls/src/main/java/javafx/scene/control/MultipleSelectionModelBase.java ! modules/controls/src/main/java/javafx/scene/control/TableView.java ! modules/controls/src/main/java/javafx/scene/control/TreeTableView.java ! modules/controls/src/test/java/javafx/scene/control/MultipleSelectionModelImplTest.java Changeset: 3f2d17da0430 Author: jgiles Date: 2013-10-10 10:56 +1300 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/3f2d17da0430 RT-32708: Empty column header, when hiding a column. Reviewed-by: psomashe ! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/NestedTableColumnHeader.java ! modules/controls/src/test/java/com/sun/javafx/scene/control/infrastructure/VirtualFlowTestUtils.java ! modules/controls/src/test/java/com/sun/javafx/scene/control/test/Person.java ! modules/controls/src/test/java/javafx/scene/control/TableViewTest.java Changeset: c9ccb2552c68 Author: jgiles Date: 2013-10-10 16:51 +1300 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/c9ccb2552c68 RT-31320: TextField stretches to cursor position on embedded when touch is enabled Reviewed-by: leifs, jgiles ! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/TextFieldSkin.java Changeset: f918ab42cc65 Author: David Pulkrabek <[email protected]> Date: 2013-10-10 09:32 +0200 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/f918ab42cc65 RT-33443: iOS: IllegalStateException due to re-enabled glass thread checks. Reviewed-by snorthov, Artem Ananiev ! modules/graphics/src/main/java/com/sun/glass/ui/ios/IosApplication.java ! modules/graphics/src/main/native-glass/ios/GlassApplication.m Changeset: 6c48a06e5740 Author: David Pulkrabek <[email protected]> Date: 2013-10-10 09:36 +0200 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/6c48a06e5740 RT-31453: very poor scrolling performance of ListView on iOS. Reviewed by rbair ! modules/graphics/src/main/java/com/sun/javafx/sg/prism/NGRegion.java Changeset: 27a33ce47044 Author: kcr Date: 2013-10-10 03:53 -0700 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/27a33ce47044 [TEST-ONLY] fixed unit tests following fix for RT-25407 Contributed-by: flar <[email protected]> ! modules/graphics/src/test/java/javafx/scene/canvas/CanvasTest.java Changeset: a129ffbdcb02 Author: Eva Krejcirova <[email protected]> Date: 2013-10-10 13:23 +0100 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/a129ffbdcb02 RT-32574: JavaFXImageBuilder does not remember backgroundLoading Reviewed-by: lnerad ! modules/fxml/src/main/java/com/sun/javafx/fxml/builder/JavaFXImageBuilder.java Changeset: 9e14ef767172 Author: Petr Pchelko <[email protected]> Date: 2013-10-10 17:22 +0400 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/9e14ef767172 RT-33224: [SwingNode] Win: Cannot scroll in a popup inside the SwingNode Reviewed-by: anthony, art ! modules/graphics/src/main/native-glass/win/ViewContainer.cpp Changeset: 98f62a443251 Author: art Date: 2013-10-10 17:32 +0400 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/98f62a443251 RT-15962: Remove click logic Reviewed-by: kcr, psafrata ! modules/graphics/src/main/java/com/sun/glass/ui/View.java ! modules/graphics/src/main/java/com/sun/glass/ui/swt/SWTView.java ! modules/graphics/src/main/java/com/sun/javafx/embed/EmbeddedSceneInterface.java ! modules/graphics/src/main/java/com/sun/javafx/tk/TKSceneListener.java ! modules/graphics/src/main/java/com/sun/javafx/tk/quantum/EmbeddedScene.java ! modules/graphics/src/main/java/com/sun/javafx/tk/quantum/GlassViewEventHandler.java ! modules/graphics/src/main/java/javafx/scene/Scene.java ! modules/swing/src/main/java/javafx/embed/swing/JFXPanel.java ! modules/swt/src/main/java/javafx/embed/swt/FXCanvas.java Changeset: 0fdc28a43d91 Author: kcr Date: 2013-10-10 06:53 -0700 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/0fdc28a43d91 [TEST-ONLY] RT-33447: Many region tests fail or timeout on Windows Summary: increased timeout from 5 seconds to 20 seconds ! tests/system/src/test/java/javafx/scene/layout/RegionBackgroundFillUITest.java ! tests/system/src/test/java/javafx/scene/layout/RegionBackgroundImageUITest.java ! tests/system/src/test/java/javafx/scene/layout/RegionBorderImageUITest.java Changeset: 114826cf23a7 Author: David Grieve<[email protected]> Date: 2013-10-10 11:22 -0400 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/114826cf23a7 [TEST ONLY] unit test for RT-32931 ! modules/graphics/src/test/java/javafx/scene/shape/ShapeTest.java Changeset: db8ea7bf0af4 Author: David Grieve<[email protected]> Date: 2013-10-10 11:22 -0400 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/db8ea7bf0af4 RT-32931: Shape holds reference to Region shapeProperty through runnable that is run when shape changes. Have Shape hold WeakRefernce to this Runnable. Reviewed by: kcr ! modules/graphics/src/main/java/javafx/scene/shape/Shape.java Changeset: dcfde4bf3a41 Author: David Grieve<[email protected]> Date: 2013-10-10 11:24 -0400 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/dcfde4bf3a41 [TEST ONLY] Unit test for RT-33080 ! modules/controls/src/test/java/javafx/scene/control/MiscellaneousTests.java Changeset: d0e3d2c5388a Author: David Grieve<[email protected]> Date: 2013-10-10 11:35 -0400 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/d0e3d2c5388a RT-33080: when reusing a style helper, clear the fontSizeCache if some font has been set by setFont Reviewed by: paru, jonathan, mick ! modules/controls/src/main/java/javafx/scene/control/Control.java ! modules/controls/src/main/java/javafx/scene/control/PopupControl.java ! modules/graphics/src/main/java/javafx/css/Styleable.java ! modules/graphics/src/main/java/javafx/scene/CssStyleHelper.java ! modules/graphics/src/main/java/javafx/scene/Node.java ! modules/graphics/src/main/java/javafx/scene/Parent.java ! modules/graphics/src/main/java/javafx/scene/Scene.java ! modules/graphics/src/main/java/javafx/scene/SubScene.java Changeset: a8596c9a724f Author: psomashe Date: 2013-10-10 10:20 -0700 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/a8596c9a724f RT-27546 MenuButton: PopupSide(Side.TOP, Side.LEFT) works incorrectly. reviewed by Jonathan. ! modules/controls/src/main/java/javafx/scene/control/ContextMenu.java Changeset: 1f4c3ee0d483 Author: Yao Wang <[email protected]> Date: 2013-10-10 10:38 -0700 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/1f4c3ee0d483 RT-33456: Refactor TriangleMesh update peer method Reviewed-by: cyang ! modules/graphics/src/main/java/javafx/scene/shape/TriangleMesh.java + tests/system/src/test/java/test3d/TriangleMeshValidationTest.java Changeset: 6eb8b652fca5 Author: Felipe Heidrich <[email protected]> Date: 2013-10-10 13:36 -0700 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/6eb8b652fca5 RT26137: Node Orienation - Canvas RTL orientation has not been implemented Reviewed-By: Jim, Thor ! modules/graphics/src/main/java/com/sun/javafx/sg/prism/NGCanvas.java ! modules/graphics/src/main/java/javafx/scene/canvas/GraphicsContext.java Changeset: f9cd25f454e3 Author: Felipe Heidrich <[email protected]> Date: 2013-10-10 15:19 -0700 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/f9cd25f454e3 RT-30147: Strikethrough on Text is rendered as gray instead of black Reviewed: Thor ! modules/graphics/src/main/java/com/sun/javafx/sg/prism/NGText.java Changeset: d6facd8f36a1 Author: Martin Soch <[email protected]> Date: 2013-10-11 14:06 +0200 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/d6facd8f36a1 SW pipeline: fix for regression in image rendering (RT-33459) reviewed by lnerad ! modules/graphics/src/main/native-prism-sw/JPiscesRenderer.c ! modules/graphics/src/main/native-prism-sw/PiscesPaint.c ! modules/graphics/src/main/native-prism-sw/PiscesRenderer.h Changeset: ee1ee95de5e4 Author: Pavel Safrata <[email protected]> Date: 2013-10-11 14:34 +0100 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/ee1ee95de5e4 RT-33440: fixed initial window size when scene is oriented right-to-left. ! modules/graphics/src/main/java/javafx/scene/Node.java ! modules/graphics/src/test/java/com/sun/javafx/pgstub/StubStage.java ! modules/graphics/src/test/java/javafx/scene/NodeTest.java Changeset: d4dc6599f0c8 Author: snorthov Date: 2013-10-11 10:05 -0400 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/d4dc6599f0c8 RT-33391: FX component incorrectly reports its bounds when in fxcanvas Summary: The fix was to listen for move events using a Display filter Reviewed-by: ant, art ! modules/swt/src/main/java/javafx/embed/swt/FXCanvas.java Changeset: 6aad9af3ed3c Author: David Grieve<[email protected]> Date: 2013-10-11 11:25 -0400 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/6aad9af3ed3c [DOCS ONLY] RT-32973 cssref ! modules/graphics/src/main/docs/javafx/scene/doc-files/cssref.html Changeset: 8bb6671d6057 Author: David Grieve<[email protected]> Date: 2013-10-11 11:25 -0400 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/8bb6671d6057 [DOCS ONLY] RT-32922 cssref ! modules/graphics/src/main/docs/javafx/scene/doc-files/cssref.html Changeset: 8c943319624d Author: David Grieve<[email protected]> Date: 2013-10-11 11:25 -0400 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/8c943319624d [DOCS ONLY] RT-32849 cssref ! modules/graphics/src/main/docs/javafx/scene/doc-files/cssref.html Changeset: 3759aa5b55dd Author: David Grieve<[email protected]> Date: 2013-10-11 11:25 -0400 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/3759aa5b55dd [DOCS ONLY] RT-29770 cssref ! modules/graphics/src/main/docs/javafx/scene/doc-files/cssref.html Changeset: a11ed2217411 Author: David Grieve<[email protected]> Date: 2013-10-11 11:25 -0400 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/a11ed2217411 [DOCS ONLY] RT-29768 cssref ! modules/graphics/src/main/docs/javafx/scene/doc-files/cssref.html Changeset: b289c84d519f Author: David Grieve<[email protected]> Date: 2013-10-11 11:25 -0400 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/b289c84d519f [DOCS ONLY] RT-29767 cssref ! modules/graphics/src/main/docs/javafx/scene/doc-files/cssref.html Changeset: 0bf5238f24bc Author: David Grieve<[email protected]> Date: 2013-10-11 11:25 -0400 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/0bf5238f24bc [DOCS ONLY] RT-29765 cssref ! modules/graphics/src/main/docs/javafx/scene/doc-files/cssref.html Changeset: 606eec1b94cd Author: David Grieve<[email protected]> Date: 2013-10-11 11:25 -0400 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/606eec1b94cd [DOCS ONLY] RT-29757 cssref ! modules/graphics/src/main/docs/javafx/scene/doc-files/cssref.html Changeset: 6ed32af3f7a9 Author: David Grieve<[email protected]> Date: 2013-10-11 11:25 -0400 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/6ed32af3f7a9 [DOCS ONLY] RT-29753 cssref ! modules/graphics/src/main/docs/javafx/scene/doc-files/cssref.html Changeset: 3e28ba6faaa4 Author: David Grieve<[email protected]> Date: 2013-10-11 11:25 -0400 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/3e28ba6faaa4 [DOCS ONLY] RT-28031 cssref ! modules/graphics/src/main/docs/javafx/scene/doc-files/cssref.html Changeset: 7ec084a35334 Author: David Grieve<[email protected]> Date: 2013-10-11 11:25 -0400 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/7ec084a35334 [DOCS ONLY] RT-27994 cssref ! modules/graphics/src/main/docs/javafx/scene/doc-files/cssref.html Changeset: c97dca550a7e Author: David Grieve<[email protected]> Date: 2013-10-11 11:25 -0400 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/c97dca550a7e [DOCS ONLY] RT-29760 cssref ! modules/graphics/src/main/docs/javafx/scene/doc-files/cssref.html Changeset: c5c9f86edb89 Author: Pavel Safrata <[email protected]> Date: 2013-10-11 16:34 +0100 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/c5c9f86edb89 [DOC-ONLY]: added SB-dependency flag (related to RT-21475) ! modules/fxml/src/main/java/javafx/fxml/FXMLLoader.java Changeset: a270c556990f Author: prr Date: 2013-10-11 11:30 -0700 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/a270c556990f Fixed RT-33142: TextArea not printed Reviewed-by: kcr, jgodinez ! modules/graphics/src/main/java/com/sun/javafx/sg/prism/NGNode.java ! modules/graphics/src/main/java/com/sun/prism/j2d/print/J2DPrinterJob.java Changeset: 853b9b601911 Author: kcr Date: 2013-10-11 11:31 -0700 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/853b9b601911 [NETBEANS-ONLY] Add resource directory to netbeans IDE ! netbeans/systemTests/nbproject/build-impl.xml ! netbeans/systemTests/nbproject/genfiles.properties ! netbeans/systemTests/nbproject/project.properties ! netbeans/systemTests/nbproject/project.xml Changeset: c0bb338b4285 Author: Chien Yang <[email protected]> Date: 2013-10-11 13:46 -0700 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/c0bb338b4285 Fix to RT-29991: Linux: Crash when scrolling a ScrollPane Reviewed-by: flar, kcr ! modules/graphics/src/main/java/com/sun/javafx/tk/quantum/PresentingPainter.java ! modules/graphics/src/main/java/com/sun/javafx/tk/quantum/QuantumToolkit.java ! modules/graphics/src/main/java/com/sun/javafx/tk/quantum/UploadingPainter.java ! modules/graphics/src/main/java/com/sun/prism/impl/BaseResourcePool.java ! modules/graphics/src/main/java/com/sun/prism/impl/ManagedResource.java ! modules/graphics/src/main/java/com/sun/prism/impl/ResourcePool.java Changeset: 356273aa4596 Author: psomashe Date: 2013-10-11 14:59 -0700 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/356273aa4596 RT-24813 BarChart does not show all data. reviewed by Jonathan. ! modules/controls/src/main/java/javafx/scene/chart/BarChart.java Changeset: 480236e38a68 Author: John Yoon <[email protected]> Date: 2013-10-11 15:32 -0700 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/480236e38a68 set triangleMesh.getFaceSmoothingGroups to have a max size of facesInd ! apps/experiments/3DViewer/src/main/java/com/javafx/experiments/shape3d/PolygonMeshView.java Changeset: 0aad999d0017 Author: leifs Date: 2013-10-11 15:47 -0700 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/0aad999d0017 RT-33340: Unable to select last word Reviewed-by: jgiles ! modules/controls/src/main/java/javafx/scene/control/TextInputControl.java Changeset: dee7bd7a7233 Author: John Yoon <[email protected]> Date: 2013-10-11 15:50 -0700 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/dee7bd7a7233 3DViewer : allocated smoothingGroupsArray size to be numOfFacesAfter ! apps/experiments/3DViewer/src/main/java/com/javafx/experiments/shape3d/PolygonMeshView.java Changeset: 31b9c81a434d Author: ddhill Date: 2013-10-12 16:34 -0400 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/31b9c81a434d [BUILD] updating arm SDK toolchain review: lisa.selle ! buildSrc/armv6hf.gradle ! buildSrc/armv6sf.gradle Changeset: 30f8458fc228 Author: Martin Sladecek <[email protected]> Date: 2013-10-14 13:17 +0200 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/30f8458fc228 RT-33476 Improve performance of SortedList over FilteredList when FilteredList predicate changes Reviewed-by: ekrejcir ! modules/base/src/main/java/javafx/collections/transformation/SortedList.java Changeset: 18866f1dbe7b Author: Eva Krejcirova <[email protected]> Date: 2013-10-14 12:31 +0100 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/18866f1dbe7b RT-32505: GridPane - changing column prefWidth does not relayout Reviewed-by: msladecek ! modules/graphics/src/main/java/javafx/scene/layout/ConstraintsBase.java ! modules/graphics/src/test/java/javafx/scene/layout/GridPaneTest.java Changeset: f027bd6fd54d Author: Martin Sladecek <[email protected]> Date: 2013-10-14 13:42 +0200 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/f027bd6fd54d RT-31362 FXML error reporting Reviewed-by: ekrejcir ! modules/fxml/src/main/java/javafx/fxml/FXMLLoader.java ! modules/fxml/src/test/java/javafx/fxml/RT_17646Test.java ! modules/fxml/src/test/java/javafx/fxml/RT_18933Test.java Changeset: 2ba9e3de19a0 Author: Anthony Petrov <[email protected]> Date: 2013-10-14 15:52 +0400 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/2ba9e3de19a0 RT-23861: Mac: Check: use NewGlobalRef when caching jclass Reviewed-by: art, kcr, pchelko ! modules/graphics/src/main/native-glass/mac/GlassCursor.m ! modules/graphics/src/main/native-glass/mac/GlassHelper.m ! modules/graphics/src/main/native-glass/mac/GlassMenu.m ! modules/graphics/src/main/native-glass/mac/GlassView.m ! modules/graphics/src/main/native-glass/mac/GlassWindow.m Changeset: 344b7903fd4c Author: Lubomir Nerad <[email protected]> Date: 2013-10-14 15:55 +0200 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/344b7903fd4c Fix for RT-33412: The mouse cursor needs to move in order for a setCursor(Cursor) to take effect Reviewed by: Pavel Safrata ! modules/graphics/src/main/java/javafx/scene/Node.java ! modules/graphics/src/main/java/javafx/scene/Scene.java ! modules/graphics/src/test/java/javafx/scene/SceneTest.java Changeset: 64359ff1b288 Author: Lubomir Nerad <[email protected]> Date: 2013-10-14 16:21 +0200 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/64359ff1b288 Fixed test method names ! modules/graphics/src/test/java/javafx/scene/SceneTest.java Changeset: ab44fa8be486 Author: ddhill Date: 2013-10-14 11:01 -0400 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/ab44fa8be486 RT-31426 Modaility/toFront issues reviewed: anthony, pchelko, kselle ! modules/graphics/src/main/java/com/sun/glass/ui/Window.java ! modules/graphics/src/main/java/com/sun/glass/ui/lens/LensWindow.java ! modules/graphics/src/main/native-glass/lens/LensApplication.c ! modules/graphics/src/main/native-glass/lens/LensWindow.c Changeset: 0273f76722e7 Author: Daniel Blaukopf <[email protected]> Date: 2013-10-14 22:05 +0300 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/0273f76722e7 RT-29151 EGLFB: showFileChooser throws IllegalStateException ! modules/graphics/src/main/java/com/sun/glass/ui/lens/LensApplication.java - modules/graphics/src/main/java/com/sun/glass/ui/lens/LensCommonDialogs.java Changeset: 13215a622f6a Author: Daniel Blaukopf <[email protected]> Date: 2013-10-14 22:12 +0300 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/13215a622f6a RT-30743 EGLFB: Cursor cannot be moved to right or bottom of screen on Beagleboard Reviewed-by: Rafi Tayar, kselle ! modules/graphics/src/main/native-glass/lens/input/udev/udevInput.c ! modules/graphics/src/main/native-glass/lens/platform-util/omapCursor.c Changeset: bdcdde212f13 Author: jgiles Date: 2013-10-14 15:45 +1300 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/bdcdde212f13 RT-32700: TreeTableView alignment is not correct Reviewed-by: psomashe ! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/TableRowSkinBase.java Changeset: c0624eaccdb0 Author: jgiles Date: 2013-10-15 09:58 +1300 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/c0624eaccdb0 Removing bad line from previous commit. ! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/TableRowSkinBase.java Changeset: 7aa32bd90b97 Author: leifs Date: 2013-10-14 17:22 -0700 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/7aa32bd90b97 RT-33527: Style -fx-wrap-text worked only when set minWidth to control Reviewed-by: jgiles ! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/CheckBoxSkin.java ! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/RadioButtonSkin.java Changeset: 829cb36bdc4e Author: Chien Yang <[email protected]> Date: 2013-10-14 17:42 -0700 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/829cb36bdc4e [TOYS ONLY] Fix an old SubScene constructor call to use the new API. ! apps/toys/FX8-3DFeatures/src/fx83dfeatures/SimpleMovingCameraSubScene.java Changeset: 554cf8a1c3aa Author: jgiles Date: 2013-10-15 10:42 +1300 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/554cf8a1c3aa RT-33229: [ListView] page up/down navigation doesn't work, when items are large Reviewed-by: psomashe ! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/ListViewSkin.java ! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/TableViewSkinBase.java ! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/TreeViewSkin.java Changeset: 2cbb5014e387 Author: jgiles Date: 2013-10-15 11:42 +1300 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/2cbb5014e387 RT-33558: [Virtualised Controls] Clicking a row twice should not send selection change events the second time Reviewed-by: psomashe ! modules/controls/src/main/java/javafx/scene/control/MultipleSelectionModelBase.java ! modules/controls/src/main/java/javafx/scene/control/TableView.java ! modules/controls/src/main/java/javafx/scene/control/TreeTableView.java ! modules/controls/src/test/java/javafx/scene/control/ListViewMouseInputTest.java ! modules/controls/src/test/java/javafx/scene/control/TableViewKeyInputTest.java ! modules/controls/src/test/java/javafx/scene/control/TableViewMouseInputTest.java ! modules/controls/src/test/java/javafx/scene/control/TreeTableViewKeyInputTest.java ! modules/controls/src/test/java/javafx/scene/control/TreeTableViewMouseInputTest.java ! modules/controls/src/test/java/javafx/scene/control/TreeViewKeyInputTest.java ! modules/controls/src/test/java/javafx/scene/control/TreeViewMouseInputTest.java Changeset: aa9149c6bf5d Author: jgiles Date: 2013-10-15 12:16 +1300 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/aa9149c6bf5d RT-33559: [TreeView, TreeTableView] Errant permutation events when selected row is expanded Reviewed-by: psomashe ! modules/controls/src/main/java/javafx/scene/control/MultipleSelectionModelBase.java ! modules/controls/src/test/java/javafx/scene/control/ListViewMouseInputTest.java ! modules/controls/src/test/java/javafx/scene/control/TableViewMouseInputTest.java ! modules/controls/src/test/java/javafx/scene/control/TreeTableViewKeyInputTest.java ! modules/controls/src/test/java/javafx/scene/control/TreeTableViewMouseInputTest.java ! modules/controls/src/test/java/javafx/scene/control/TreeViewKeyInputTest.java ! modules/controls/src/test/java/javafx/scene/control/TreeViewMouseInputTest.java ! modules/controls/src/test/java/javafx/scene/control/TreeViewTest.java Changeset: 9f888001d100 Author: jgiles Date: 2013-10-15 14:45 +1300 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/9f888001d100 RT-32310: Issue on fixed cell height implementation ! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/TableRowSkinBase.java Changeset: ace4d0178ecb Author: jgiles Date: 2013-10-15 15:13 +1300 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/ace4d0178ecb RT-20915: [ListView] CTRL-SHIFT-SPACE does not work in multi-selection mode Fixed for ListView, TreeView, TableView and TreeTableView. ! modules/controls/src/main/java/com/sun/javafx/scene/control/behavior/ListViewBehavior.java ! modules/controls/src/main/java/com/sun/javafx/scene/control/behavior/TableViewBehaviorBase.java ! modules/controls/src/main/java/com/sun/javafx/scene/control/behavior/TreeViewBehavior.java ! modules/controls/src/test/java/javafx/scene/control/ListViewKeyInputTest.java ! modules/controls/src/test/java/javafx/scene/control/TableViewKeyInputTest.java ! modules/controls/src/test/java/javafx/scene/control/TreeTableViewKeyInputTest.java ! modules/controls/src/test/java/javafx/scene/control/TreeViewKeyInputTest.java Changeset: de742211e084 Author: Assaf Yavani Date: 2013-10-15 12:27 +0300 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/de742211e084 [RT-32802] Lens: touch events are not handled corectly - step 2 Summary: in this patch: [major] 1) added touch screen protocol detection (not fully used yet) 2) downgrade protocol B device to protocol A, our code can handle it 3) converted ST devices events into same data structures used by MT 4) remove touch events handling from key event handling 5) due to item #4 added missing functionality for 'no new events, but some old events -> release points' As a result: a)all touch event are processed by the same code b) mouse handling and mouse synthesizing is done is standalone code c)exception throwing have decreased dramatically (still happening when pushing it.... see JIRA for details) This webrev include step1.1 changes as crusiable couldn't attached the diff into a repository, although step 1.1 was already committed (timing i guess) - so please ignore them [minor] 1) extended multi touch event toString() for debugging Tested by: running helloworld.HelloSanity::controls and LinuxInputTests Reviewed-by: David Hill (ddhill), Lisa Selle ([email protected]), Rafi Tayar ([email protected]) and Daniel Blaukopf (dblaukop) Contributed-by: ! modules/graphics/src/main/java/com/sun/glass/ui/lens/LensApplication.java ! modules/graphics/src/main/native-glass/lens/input/android/androidLens.c ! modules/graphics/src/main/native-glass/lens/input/udev/udevInput.c ! modules/graphics/src/main/native-glass/lens/input/x11Container/x11Input.c ! modules/graphics/src/main/native-glass/lens/lensRFB/rfb.c ! modules/graphics/src/main/native-glass/lens/wm/LensWindowManager.c ! modules/graphics/src/main/native-glass/lens/wm/LensWindowManager.h ! modules/graphics/src/main/native-glass/lens/wm/robot.c Changeset: 399ffe9e82f9 Author: art Date: 2013-10-15 13:54 +0400 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/399ffe9e82f9 RT-28490: Mac: FXML-LoginDemo hangs in the browser when returning from full screen Reviewed-by: anthony, pchelko ! modules/graphics/src/main/java/com/sun/javafx/tk/quantum/WindowStage.java Changeset: b0b86abdaddd Author: Alexander Zvegintsev <[email protected]> Date: 2013-10-15 14:28 +0400 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/b0b86abdaddd RT-33490 Gtk: Linux : Issues with Drag and Drop on Linux platform Reviewed-by: anthony ! modules/graphics/src/main/native-glass/gtk/glass_window.cpp Changeset: 195924590faf Author: Petr Pchelko <[email protected]> Date: 2013-10-15 15:03 +0400 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/195924590faf RT-33538: [macosx] Assertion failure when toggling fullscreen Reviewed-by: anthony, art ! modules/graphics/src/main/native-glass/mac/GlassViewDelegate.m Changeset: f726500421e6 Author: mickf Date: 2013-10-15 15:36 +0100 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/f726500421e6 RT-31970 : SplitPane doesn't clip its content, reviewed by David ! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/SplitPaneSkin.java Changeset: 0bb70100941c Author: psomashe Date: 2013-10-15 07:44 -0700 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/0bb70100941c RT-33526 NPE when Drag&Drop MenuBar reviewed by Jonathan ! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/MenuBarSkin.java Changeset: ff50caf00759 Author: Daniel Blaukopf <[email protected]> Date: 2013-10-15 17:56 +0300 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/ff50caf00759 RT-33578 Lens: Warnings when compiling omapCursor.c Reviewed-by: Assaf Yavnai ! modules/graphics/src/main/native-glass/lens/platform-util/omapCursor.c Changeset: 30e0e283ef1b Author: prr Date: 2013-10-15 09:16 -0700 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/30e0e283ef1b Fixed RT-28501: Button Printed improperly Reviewed-by: kcr, jgodinez ! modules/graphics/src/main/java/com/sun/prism/j2d/J2DPrismGraphics.java Changeset: 658b1ca57a8b Author: mickf Date: 2013-10-15 17:19 +0100 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/658b1ca57a8b RT-28070 : [Embedded][Touch] Move scrollbars 1px away from the border of the pane, from Jindra, reviewed by mickf ! modules/controls/src/main/resources/com/sun/javafx/scene/control/skin/caspian/embedded.css ! modules/controls/src/main/resources/com/sun/javafx/scene/control/skin/modena/touch.css Changeset: d20ce439f1f3 Author: jgodinez Date: 2013-10-15 09:37 -0700 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/d20ce439f1f3 Automated merge with ssh://jfxsrc.us.oracle.com//javafx/8.0/MASTER/jfx/rt - modules/graphics/src/main/java/com/sun/glass/ui/lens/LensCommonDialogs.java - modules/graphics/src/main/java/com/sun/javafx/iio/gif/GIFImageLoader.java - modules/graphics/src/main/java/com/sun/javafx/iio/gif/GIFImageMetadata.java - modules/graphics/src/main/java/com/sun/javafx/iio/gif/GIFStreamMetadata.java - modules/graphics/src/main/java/com/sun/javafx/iio/png/PNGImageLoader.java - modules/graphics/src/main/java/com/sun/javafx/iio/png/PNGImageMetadata.java - modules/graphics/src/main/java/com/sun/javafx/iio/png/PNGRowFilter.java Changeset: 8346ecdaeb96 Author: kcr Date: 2013-10-15 11:55 -0700 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/8346ecdaeb96 RT-33203: Regression: incorrect size for OPEN_HAND and CLOSED_HAND cursors on Windows Reviewed-by: jgodinez Contributed-by: Mo Chicharro <[email protected]> ! modules/graphics/src/main/native-glass/win/Hand-Closed.cur ! modules/graphics/src/main/native-glass/win/Hand-Open.cur Changeset: 548a2cec1c7f Author: mhowe Date: 2013-10-15 12:53 -0700 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/548a2cec1c7f RT-33393: Mac: standalone app built with packager doesn't start up [ddehaven] ! modules/fxpackager/src/main/native/launcher/mac/main.m Changeset: 30fceec780f7 Author: mhowe Date: 2013-10-15 14:55 -0700 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/30fceec780f7 Merge - modules/graphics/src/main/java/com/sun/glass/ui/lens/LensCommonDialogs.java - modules/graphics/src/main/java/com/sun/javafx/iio/gif/GIFImageLoader.java - modules/graphics/src/main/java/com/sun/javafx/iio/gif/GIFImageMetadata.java - modules/graphics/src/main/java/com/sun/javafx/iio/gif/GIFStreamMetadata.java - modules/graphics/src/main/java/com/sun/javafx/iio/png/PNGImageLoader.java - modules/graphics/src/main/java/com/sun/javafx/iio/png/PNGImageMetadata.java - modules/graphics/src/main/java/com/sun/javafx/iio/png/PNGRowFilter.java Changeset: f438aac6de7a Author: Lubomir Nerad <[email protected]> Date: 2013-08-09 15:36 +0200 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/f438aac6de7a Fix for RT-31739: Enhance clipboard clips + modules/graphics/src/main/java/com/sun/javafx/tk/LocalClipboard.java ! modules/graphics/src/main/java/com/sun/javafx/tk/Toolkit.java ! modules/graphics/src/main/java/javafx/scene/input/Clipboard.java Changeset: 2e2146750d09 Author: kcr Date: 2013-08-09 16:29 -0700 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/2e2146750d09 Automated merge with ssh://jfxsrc.us.oracle.com//javafx/8-cpu-1304/dev/jfx/rt ! modules/graphics/src/main/java/com/sun/javafx/tk/Toolkit.java Changeset: 65d6afd00f90 Author: kcr Date: 2013-08-14 14:43 -0700 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/65d6afd00f90 Automated merge with ssh://jfxsrc.us.oracle.com//javafx/8.0/MASTER/jfx/rt ! modules/graphics/src/main/java/com/sun/javafx/tk/Toolkit.java Changeset: 6635bf0e01e7 Author: Artem Ananiev <[email protected]> Date: 2013-08-19 19:07 +0400 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/6635bf0e01e7 RT-32270: Enhance displaying of windows Reviewed-by: Kevin Rushforth, Marc Schonefeld ! modules/graphics/src/main/java/com/sun/javafx/tk/quantum/GlassScene.java ! modules/graphics/src/main/java/com/sun/javafx/tk/quantum/GlassStage.java Changeset: e3ea46ae5101 Author: kcr Date: 2013-08-26 09:55 -0700 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/e3ea46ae5101 Automated merge with ssh://jfxsrc.us.oracle.com//javafx/8.0/MASTER/jfx/rt Changeset: 152b0fa2ee73 Author: kcr Date: 2013-08-31 14:44 -0700 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/152b0fa2ee73 Automated merge with ssh://jfxsrc.us.oracle.com//javafx/8.0/MASTER/jfx/rt Changeset: b3346e91e555 Author: kcr Date: 2013-09-06 15:30 -0700 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/b3346e91e555 Automated merge with ssh://jfxsrc.us.oracle.com//javafx/8.0/MASTER/jfx/rt Changeset: 7bae615fd3e2 Author: kcr Date: 2013-09-10 16:21 -0700 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/7bae615fd3e2 Automated merge with ssh://jfxsrc.us.oracle.com//javafx/8.0/MASTER/jfx/rt Changeset: e0c944c6d0a9 Author: kcr Date: 2013-09-18 07:23 -0700 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/e0c944c6d0a9 Automated merge with ssh://jfxsrc.us.oracle.com//javafx/8.0/MASTER/jfx/rt Changeset: 8540379c41b0 Author: kcr Date: 2013-09-27 08:11 -0700 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/8540379c41b0 Automated merge with ssh://jfxsrc.us.oracle.com//javafx/8.0/MASTER/jfx/rt ! modules/graphics/src/main/java/com/sun/javafx/tk/quantum/GlassStage.java Changeset: 856bacc1d3e9 Author: kcr Date: 2013-10-03 18:05 -0700 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/856bacc1d3e9 Automated merge with ssh://jfxsrc.us.oracle.com//javafx/8.0/MASTER/jfx/rt Changeset: a19b6f85332b Author: kcr Date: 2013-10-10 04:27 -0700 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/a19b6f85332b Automated merge with ssh://jfxsrc.us.oracle.com//javafx/8.0/MASTER/jfx/rt Changeset: 915737d79cc6 Author: kcr Date: 2013-10-15 16:22 -0700 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/915737d79cc6 Automated merge with ssh://jfxsrc.us.oracle.com//javafx/8.0/MASTER/jfx/rt ! modules/graphics/src/main/java/com/sun/javafx/tk/Toolkit.java Changeset: 18e21b07b801 Author: hudson Date: 2013-10-17 08:17 -0700 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/18e21b07b801 Added tag 8.0-b112 for changeset 915737d79cc6 ! .hgtags
