Re: Java 8 b99 still missing samples

2013-07-19 Thread Richard Bair
Nicolas, do you know what the issue is? On Jul 19, 2013, at 7:02 PM, "John C. Turnbull" wrote: > The JavaFX samples for Java 8 b99 still do not contain Ensemble8 or the 3D > Viewer. > > > > When do you expect to include them in a build? > > > > -jct >

Java 8 b99 still missing samples

2013-07-19 Thread John C. Turnbull
The JavaFX samples for Java 8 b99 still do not contain Ensemble8 or the 3D Viewer. When do you expect to include them in a build? -jct

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

2013-07-19 Thread hang . vo
Changeset: ecb50fd0b4de Author:Felipe Heidrich Date: 2013-07-19 16:34 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/ecb50fd0b4de RT-31710: font file returned by PrismFontFactory#getLinkedFonts are wrong on Windows ! modules/graphics/src/main/java/com/sun/javafx/

hg: openjfx/8/graphics/rt: RT-31035: correct glass-lens-dfb naming

2013-07-19 Thread hang . vo
Changeset: 452be0e433f4 Author:ddhill Date: 2013-07-19 13:01 -0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/452be0e433f4 RT-31035: correct glass-lens-dfb naming ! buildSrc/armv6hf.gradle ! buildSrc/armv6sf.gradle

hg: openjfx/8/graphics/rt: RT-31587: The text of Button and Label with Chinese character are not rendered

2013-07-19 Thread hang . vo
Changeset: 3102f31780ca Author:Felipe Heidrich Date: 2013-07-19 10:40 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/3102f31780ca RT-31587: The text of Button and Label with Chinese character are not rendered ! modules/graphics/src/main/java/com/sun/javafx/font/dir

hg: openjfx/8/graphics/rt: RT-31614: mirror character render incorrectly [mac]

2013-07-19 Thread hang . vo
Changeset: dbf35c5204c1 Author:Felipe Heidrich Date: 2013-07-19 10:28 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/dbf35c5204c1 RT-31614: mirror character render incorrectly [mac] ! modules/graphics/src/main/java/com/sun/javafx/text/GlyphLayout.java

hg: openjfx/8/graphics/rt: RT-31801: fixed NPE caused by fix for RT-31788

2013-07-19 Thread hang . vo
Changeset: eb1a5506ae3e Author:Pavel Safrata Date: 2013-07-19 17:08 +0100 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/eb1a5506ae3e RT-31801: fixed NPE caused by fix for RT-31788 ! modules/graphics/src/main/java/javafx/scene/Scene.java

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

2013-07-19 Thread hang . vo
Changeset: a9fdda496ca8 Author:ddhill Date: 2013-07-19 10:32 -0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/a9fdda496ca8 restoring armv6 build flag ! buildSrc/armv6hf.gradle ! buildSrc/armv6sf.gradle Changeset: a54115f4e819 Author:Pavel Safrata Date: 201

Re: Mixing 2D and 3D

2013-07-19 Thread Richard Bair
Hi August, I thought I had gotten to that in the summary of the email, but maybe you can help me learn what I don't yet understand about the space so that we can define what we're doing better. > Instead I propose that we keep the integrated scene graph as we have it, but > that we introduce

Run JavaFX application on IBM JVM

2013-07-19 Thread Peter Penzov
Hi, I would like to ask you is it possible to run JavaFX application on IBM J9 JVM or other JVM? I suppose that I will need to copy some libraries from Oracle JVM. Can you give me some more information? Best wishes, Peter

Re: JavaFX 8 Progress

2013-07-19 Thread David Ray
Just put jre/lib/jfxrt.jar in .../ext/lib and bundle the jvm - Instant JavaFX! Sent from my iPhone On Jul 18, 2013, at 7:43 PM, Jeff Martin wrote: > Wow - JWrapper really is remarkable. It took me less than 30 minutes to > figure out how to package our ReportMill app for Mac, Windows and Linux

hg: openjfx/8/graphics/rt: RT-29238 Webkit is built with -mmacosx-version-min=10.5

2013-07-19 Thread hang . vo
Changeset: 68d546fd7385 Author:peterz Date: 2013-07-19 13:18 +0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/68d546fd7385 RT-29238 Webkit is built with -mmacosx-version-min=10.5 - Now built with mmacosx-version-min=10.7 - javah output dir changed to "build/generated-

Re: Mixing 2D and 3D

2013-07-19 Thread August Lammersdorf, InteractiveMesh
Richard, with all due respect, this is well known for a long time: "Fundamentally, 2D and 3D rendering are completely different." So, it isn't really suprising that issues concerning anti-aliasing and transparency occur with the current approach providing 3D rendering capabilities in JavaFX.

Re: CFV: New OpenJFX Committer: Petr Pchelko

2013-07-19 Thread Anton V. Tarasov
Vote: yes On 09.07.2013 14:22, Artem Ananiev wrote: I hereby nominate Petr Pchelko to OpenJFX Committer. Petr is a member of AWT group and an active contributor to JDK8 and OpenJFX projects. His primary areas of responsibility are AWT, Glass, and Mac OS X. Here is a list of his recent commits

hg: openjfx/8/graphics/rt: Removing BorderStroke.solid, shouldn't be in the public API at all. Approved by Richard Bair.

2013-07-19 Thread hang . vo
Changeset: 1b4ce9204840 Author:Martin Sladecek Date: 2013-07-19 09:59 +0200 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/1b4ce9204840 Removing BorderStroke.solid, shouldn't be in the public API at all. Approved by Richard Bair. ! modules/graphics/src/main/java/javafx