hg: openjfx/8/graphics/rt: RT-32872: com.sun.javafx.css.BitSet retainAll yielding in an empty intersection should result in bits being set to EMPTY_SET. In other words, if bitSet.isEmpty(), then bits

2013-10-29 Thread hang . vo
Changeset: ca4ad7f14aeb Author:David Grievedavid.gri...@oracle.com Date: 2013-10-29 08:15 -0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/ca4ad7f14aeb RT-32872: com.sun.javafx.css.BitSet retainAll yielding in an empty intersection should result in bits being set to

hg: openjfx/8/graphics/rt: RT-33886 : IMX6 - FX doesn't run on imx6 post recent platform layer changes

2013-10-29 Thread hang . vo
Changeset: 52c8add4d3ba Author:Rafi Tayar rafi.ta...@oracle.com Date: 2013-10-29 15:09 +0200 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/52c8add4d3ba RT-33886 : IMX6 - FX doesn't run on imx6 post recent platform layer changes Reviewed-by: Daniel Blaukopf !

hg: openjfx/8/graphics/rt: RT-33591 : Add support for imx6 - change platform detection logic to work on freescale hard-float OS

2013-10-29 Thread hang . vo
Changeset: 59edf97df704 Author:Rafi Tayar rafi.ta...@oracle.com Date: 2013-10-29 15:30 +0200 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/59edf97df704 RT-33591 : Add support for imx6 - change platform detection logic to work on freescale hard-float OS Reviewed-by :

hg: openjfx/8/graphics/rt: RT-31033: LabeledText needs to report the StyleOrigin of the mirrored property

2013-10-29 Thread hang . vo
Changeset: 9685fddbf8be Author:David Grievedavid.gri...@oracle.com Date: 2013-10-29 09:43 -0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/9685fddbf8be RT-31033: LabeledText needs to report the StyleOrigin of the mirrored property Reviewed by: Mick !

Re: iOS Default font is wrong

2013-10-29 Thread Stephen F Northover
If the OS is reporting the wrong value for the default a classic trick is to create a dummy control that normally has the font we want and query that. Steve On 2013-10-29 11:21 AM, Richard Bair wrote: Hi guys, The default font for iOS is supposed to be System Bold 15 (according to

hg: openjfx/8/graphics/rt: 3 new changesets

2013-10-29 Thread hang . vo
Changeset: 3f7db573094b Author:hudson Date: 2013-10-24 08:10 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/3f7db573094b Added tag 8.0-b113 for changeset 50cde3719e4d ! .hgtags Changeset: fb445ad29796 Author:mv157916 Date: 2013-10-28 11:53 -0700 URL:

Re: iOS Default font is wrong

2013-10-29 Thread Felipe Heidrich
The code Richard sent is creating a dummy font and asking for its size. The problem is that there are about 3 thousand different fonts on the Mac ;-) Here we are creating a CTFont. For Mac OS X most native apps probably would be using a NSFont (cause that is what cocoa controls take). Likewise

JavaFX Visual Coding for Education

2013-10-29 Thread Jeff Martin
At JavaOne this year there were several great sessions on Java for education. Since JavaFX seems particularly suited for the task, but didn't appear in the sessions, I decided to take a stab at it. Here are the first results (4 weeks): http://www.reportmill.com/javi/gallery/JaviStudio/

hg: openjfx/8/graphics/rt: [TEST-ONLY] Ignore failing unit test until RT-33919 is fixed

2013-10-29 Thread hang . vo
Changeset: bb60b5a3afdc Author:kcr Date: 2013-10-29 12:49 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/bb60b5a3afdc [TEST-ONLY] Ignore failing unit test until RT-33919 is fixed ! modules/graphics/src/test/java/com/sun/javafx/css/Node_cssStyleMap_Test.java

hg: openjfx/8/graphics/rt: 5 new changesets

2013-10-29 Thread hang . vo
Changeset: b2401b5285d1 Author:leifs Date: 2013-10-29 15:48 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/b2401b5285d1 RT-33895: Input method composing text is not highlighted Reviewed-by: naoto !

hg: openjfx/8/graphics/rt: Ensemble8: Removed builders from SourceTab.

2013-10-29 Thread hang . vo
Changeset: ce3df4fcc903 Author:Alexander Kouznetsov Date: 2013-10-29 17:58 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/ce3df4fcc903 Ensemble8: Removed builders from SourceTab. ! apps/samples/Ensemble8/src/app/java/ensemble/samplepage/SourceTab.java

hg: openjfx/8/graphics/rt: Ensemble8: Partial fix for RT-33928 Ensemble8 has dependencies on WebView (Sample page only)

2013-10-29 Thread hang . vo
Changeset: 5113f2c3f1ae Author:Alexander Kouznetsov Date: 2013-10-29 18:52 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/5113f2c3f1ae Ensemble8: Partial fix for RT-33928 Ensemble8 has dependencies on WebView (Sample page only) !