Font.font() says it is point size but it looks like it are pixels

2013-12-23 Thread Tom Schindl
Hi, The JavaDoc of Font.font says: -8- size - The point size of the font. This can be a fractional value, but must not be negative. If the size is 0 the default size will be used. -8- I highly doubt this is correct (see attached picture from Linux where you see native, qt and

hg: openjfx/8/graphics/rt: Sync up SceneBuilder changes

2013-12-23 Thread hang . vo
Changeset: ffae6092f803 Author:Yves Joan yves.j...@oracle.com Date: 2013-12-23 13:59 +0100 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/ffae6092f803 Sync up SceneBuilder changes !

Re: IndexOutOfBoundsException with an empty CSS block

2013-12-23 Thread Stephen F Northover
Sounds like a bug. Please enter a JIRA with your test code. https://wiki.openjdk.java.net/display/OpenJFX/Submitting+a+Bug+Report Thanks! Steve On 2013-12-22 1:11 PM, Tom Eugelink wrote: When I assign a style class to a GridPane (which is then added to a VBox and that to a BorderPane and

Re: Major regression in mouse event processing..

2013-12-23 Thread Stephen F Northover
Whew! Seems this was not a bug in FX. I thought I'd post back to let people know. Steve On 2013-12-21 2:33 PM, Pedro Duque Vieira wrote: Hi, I'm using Java8 build 120. Recently I've spotted a big difference in the way mouse events are being processed - this should have happened between

hg: openjfx/8u-dev/rt: ECLIPSE ONLY: work around Eclipse jdk8 compiler issue

2013-12-23 Thread hang . vo
Changeset: e79d7e912439 Author:snorthov Date: 2013-12-23 10:15 -0500 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/e79d7e912439 ECLIPSE ONLY: work around Eclipse jdk8 compiler issue ! modules/controls/src/test/java/javafx/scene/control/TableViewTest.java

hg: openjfx/8/graphics/rt: RT-25869: Update copyright year in header of modified source code files to 2013

2013-12-23 Thread hang . vo
Changeset: 94331ac42150 Author:kcr Date: 2013-12-23 13:46 -0800 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/94331ac42150 RT-25869: Update copyright year in header of modified source code files to 2013 Reviewed-by: Mong Hang Vo !

[8u] Code Review Request - RT-31749: Support Intel GPU on Linux platform

2013-12-23 Thread Chien Yang
Hi Kevin, Please review this simple one line fix to enable support for Intel GPU on the Linux platform: https://javafx-jira.kenai.com/browse/RT-31749 Thanks, - Chien

[8u] Code Review Request - RT-34385: Support Prism HW acceleration on Linux with open-source driver

2013-12-23 Thread Chien Yang
Hi Felipe and Kevin, Please review this simple one line fix to support X.Org open source drivers for ATI/AMD and Nvidia: http://cr.openjdk.java.net/~ckyang/RT-34385/webrev.00/ Thanks, - Chien

hg: openjfx/8u-dev/rt: Fix to RT-31749: Support Intel GPU on Linux platform

2013-12-23 Thread hang . vo
Changeset: f0073aabe344 Author:Chien Yang chien.y...@oracle.com Date: 2013-12-23 14:27 -0800 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/f0073aabe344 Fix to RT-31749: Support Intel GPU on Linux platform Reviewed-by: kcr !