hg: openjfx/8u-dev/rt: RT-36169 javac performance regression due to addition of FXML annotation processor

2014-03-12 Thread hang . vo
Changeset: 36a6cb6dc429 Author:Martin Sladecek martin.slade...@oracle.com Date: 2014-03-12 07:54 +0100 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/36a6cb6dc429 RT-36169 javac performance regression due to addition of FXML annotation processor -

Re: No split-cursor inside JFXPanel

2014-03-12 Thread Werner Lehmann
Hi Anthony, I noticed the movement on the ticket ;-) Very good news, thx for looking into this! Werner On 11.03.2014 18:28, Anthony Petrov wrote: Hi Werner, I've re-targeted this bug to 8u20. -- best regards, Anthony On 3/7/2014 9:27 PM, Werner Lehmann wrote: Hi, inside a JFXPanel we

Re: Poor font rendering..

2014-03-12 Thread Felipe Heidrich
On Mar 11, 2014, at 1:57 AM, Robert Fisher rfis...@tesis.de wrote: Suppose I want to see what GDI, SWT-like text looks like in JavaFX. I should set -Djavafx.text=t2k. But looking at the picture (http://i.imgur.com/CGyckge.png) it still seems there is some additional blurring in JavaFX.

[8u20] review request: RT-36189: [JFXPanel] SecurityException in PlatformUtil when running SwingInterop with security manager

2014-03-12 Thread Kevin Rushforth
Steve, Thomas, Please review the following fix: https://javafx-jira.kenai.com/browse/RT-36189 -- Kevin

hg: openjfx/8u-dev/rt: RT-36189: [JFXPanel] SecurityException in PlatformUtil when running SwingInterop with security manager

2014-03-12 Thread hang . vo
Changeset: 5ccfbb1bbdad Author:kcr Date: 2014-03-12 10:43 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/5ccfbb1bbdad RT-36189: [JFXPanel] SecurityException in PlatformUtil when running SwingInterop with security manager Reviewed-by: snorthov, ngthomas !

RFR: RT-36178: Printing: Scene is not printed when blending is used.

2014-03-12 Thread Phil Race
Bug: https://javafx-jira.kenai.com/browse/RT-36178 Fix: http://cr.openjdk.java.net/~prr/rt-36178/

hg: openjfx/8u-dev/rt: RT-34852: [2D traversal, RTL] Some behavior classes are confusing the semantics of left right in RTL mode.

2014-03-12 Thread hang . vo
Changeset: 70b21195381b Author:leifs Date: 2014-03-12 13:52 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/70b21195381b RT-34852: [2D traversal, RTL] Some behavior classes are confusing the semantics of left right in RTL mode. !

8u20 review request: RT-36208: Exception using grayscale icon

2014-03-12 Thread Jim Graham
Simple cut/paste error fix: Jira: https://javafx-jira.kenai.com/browse/RT-36208 webrev: http://cr.openjdk.java.net/~flar/RT-36208/webrev.00/ ...jim

hg: openjfx/8u-dev/rt: Fix RT-36208: Exceptions with grayscale icon on Stage

2014-03-12 Thread hang . vo
Changeset: f1194ad7a283 Author:flar james.gra...@oracle.com Date: 2014-03-12 16:55 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/f1194ad7a283 Fix RT-36208: Exceptions with grayscale icon on Stage Reviewed by: kcr !