hg: openjfx/8u-dev/rt: RT-35025: Scene turns black sometimes

2014-04-01 Thread hang . vo
Changeset: f7a7a5de1a4c Author:vadim Date: 2014-04-02 09:46 +0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/f7a7a5de1a4c RT-35025: Scene turns black sometimes Reviewed-by: kcr ! modules/graphics/src/main/java/com/sun/prism/d3d/D3DContext.java

hg: openjfx/8u-dev/rt: RT-36400: [Accessibility] Improve TreeTableView support for Screen Readers

2014-04-01 Thread hang . vo
Changeset: ef83a3fddb97 Author:jgiles Date: 2014-04-02 14:53 +1300 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/ef83a3fddb97 RT-36400: [Accessibility] Improve TreeTableView support for Screen Readers Fire notifications when selection change in TreeTableView. ! modules/cont

hg: openjfx/8u-dev/rt: RT-36400: Improve TreeTableView support for screen readers.

2014-04-01 Thread hang . vo
Changeset: a80fe897c467 Author:jgiles Date: 2014-04-02 13:57 +1300 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/a80fe897c467 RT-36400: Improve TreeTableView support for screen readers. This changeset somewhat improves the mac support for TreeTableView, but there is still mo

hg: openjfx/8u-dev/rt: [Accessibility] RT-36268: ContextMenu - Mac improvements

2014-04-01 Thread hang . vo
Changeset: 36938a0db8a6 Author:Felipe Heidrich Date: 2014-04-01 16:35 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/36938a0db8a6 [Accessibility] RT-36268: ContextMenu - Mac improvements ! modules/graphics/src/main/java/com/sun/glass/ui/mac/MacAccessible.java

RE: Expected frame rates for a full-screen blur

2014-04-01 Thread John Smith
Sounds like your issue isn't in fact the blur, but, if it were, some things suggestions are: 1. BoxBlurs are more efficient than GaussianBlurs: http://en.wikipedia.org/wiki/Box_blur 2. Apply some of the suggestions from the openjfx Performance Tips and Tricks page: https://wiki.openjdk.java

hg: openjfx/8u-dev/rt: RT-36400: [Accessibility] Improve TreeTableView support for Screen Readers.

2014-04-01 Thread hang . vo
Changeset: f83a5fb3244a Author:jgiles Date: 2014-04-02 09:40 +1300 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/f83a5fb3244a RT-36400: [Accessibility] Improve TreeTableView support for Screen Readers. This changeset is for Windows-only, a follow-up changeset will be for Mac

hg: openjfx/8u-dev/rt: RT-35910: fixing screen capture at 565

2014-04-01 Thread hang . vo
Changeset: 0e3825fffe37 Author:ddhill Date: 2014-04-01 15:03 -0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/0e3825fffe37 RT-35910: fixing screen capture at 565 Reviewed-by: kselle ! apps/toys/Hello/src/main/java/hello/TestBuilder.java ! modules/graphics/src/main/native

Re: Expected frame rates for a full-screen blur

2014-04-01 Thread Jeff Martin
I assume retina optimization was added for JFX 8 (or is on the short list). I think there is a Jira for it. You can choose a non-retina resolution by going to display preferences and clicking the "Scaled" radio button and selecting something to the right of "Best Resolution (Retina)". It used t

Re: Expected frame rates for a full-screen blur

2014-04-01 Thread Mike Hearn
How do I do that? And won't that make everything blurry? Retina support is one reason why I chose JFX. Swing on Retina Macs is pretty much unusable, it's like looking through thick plastic. On Tue, Apr 1, 2014 at 7:26 PM, Jeff Martin wrote: > If it's a MacBook Pro Retina, you might try it with

Re: Expected frame rates for a full-screen blur

2014-04-01 Thread Jeff Martin
If it's a MacBook Pro Retina, you might try it with and without retina level resolution. I haven't tested JavaFX 8 with retina, but JFX 7 had serious problems that would go away when I changed the display to non-retina. jeff On Apr 1, 2014, at 11:41 AM, Mike Hearn wrote: > Actually, playing

Re: Expected frame rates for a full-screen blur

2014-04-01 Thread Mike Hearn
Actually, playing some more, it seems like the poor frame rates I'm seeing are not blur related, but rather affect any animation (i.e. all rendering) when my main window is maximized. Shrinking the window so it's smaller results in smooth animations of any kind. This seems to be true no matter how

hg: openjfx/8u-dev/rt: RT-35478: Gradle complains about deprecated api

2014-04-01 Thread hang . vo
Changeset: c1c6f4066627 Author:Danno Ferrin (shemnon) Date: 2014-04-01 10:11 -0600 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/c1c6f4066627 RT-35478: Gradle complains about deprecated api Summary: Switch from configurations.add to configurations.create Reviewed-By: kcr !

Expected frame rates for a full-screen blur

2014-04-01 Thread Mike Hearn
Hi there, On a MacBook Pro with OS X 10.9.2, does anyone have any estimates for anticipated frame rates of a full-screen animated blur? I noticed that when my window is not maximized, the blur is smooth and high frame-rate. When maximized the blur is somewhat choppy. Unfortunately I have no clue h

Managed Property Loss Of Visibility

2014-04-01 Thread TA Hubbard
With jdk-8u20-ea-bin-b05-windows-i586-12_mar_2014, the /managed /property appears to be doing double duty. It is causing the loss of visibility when managed is set to false. I downloaded jdk-8-windows-i586 and the issue remains. This works okay: xmlns:fx="http://javafx.com/fxml/1";>

[8u20] Review request for RT-33475: NPE in PPSRenderer (when display disconnected?)

2014-04-01 Thread Vadim Pakhnushev
Jim, Kevin, Please review a fix for this: https://javafx-jira.kenai.com/browse/RT-33475 Thanks, Vadim

Re: JavaFX8: Multittouch support under Linux

2014-04-01 Thread Anthony Petrov
Hi Stefan, No, currently it's not. Here's a JIRA that you may want to watch: https://javafx-jira.kenai.com/browse/RT-25079 -- best regards, Anthony On 4/1/2014 3:52 PM, Stefan Schwandter wrote: Hello all! Is multitouch-input supposed to be supported on Java 8 SE running on Linux? I use a c

JavaFX8: Multittouch support under Linux

2014-04-01 Thread Stefan Schwandter
Hello all! Is multitouch-input supposed to be supported on Java 8 SE running on Linux? I use a capacitive touch screen, with a DMC controller, connected to a Ubuntu 13.10 PC via USB, and none of the sample code that I've tried seems to recognize any touch events. Under Windows 7, touch events

hg: openjfx/8u-dev/rt: Fix for the sample, that make possible object to get the gestures events

2014-04-01 Thread hang . vo
Changeset: a1509d3a22bf Author:Elina Kleyman Date: 2014-04-01 14:02 +0300 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/a1509d3a22bf Fix for the sample, that make possible object to get the gestures events ! apps/toys/Hello/src/main/java/hello/HelloGestures.java

hg: openjfx/8u-dev/rt: Linux Input Tests: Adding test that check multitouch press-release-press sequence

2014-04-01 Thread hang . vo
Changeset: e652a3b9ed7c Author:Elina Kleyman Date: 2014-04-01 13:46 +0300 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/e652a3b9ed7c Linux Input Tests: Adding test that check multitouch press-release-press sequence ! tests/system/src/test/java/com/sun/glass/ui/monocle/inp

hg: openjfx/8u-dev/rt: [JAVADOC] Updated Window.centerOnScreen() javadoc as discussed in RT-36446

2014-04-01 Thread hang . vo
Changeset: 95017b565e2a Author:Martin Sladecek Date: 2014-04-01 12:38 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/95017b565e2a [JAVADOC] Updated Window.centerOnScreen() javadoc as discussed in RT-36446 ! modules/graphics/src/main/java/javafx/stage/Window.java

hg: openjfx/8u-dev/rt: RT-20434: Image loading in j2d incorrectly handles gray scale

2014-04-01 Thread hang . vo
Changeset: 6db120ca4216 Author:vadim Date: 2014-04-01 12:58 +0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/6db120ca4216 RT-20434: Image loading in j2d incorrectly handles gray scale Reviewed-by: flar ! modules/graphics/src/main/java/com/sun/javafx/image/PixelUtils.java