GraniteDS 3.0.0.M3 released with mature support for JavaFX

2013-08-27 Thread Franck Wolff
Granite Data Services 3.0.0.M3 is out and available for download here: http://www.graniteds.org/confluence/display/DOWNLOAD. Maven artifacts are also available through Maven central repositories here: http://repo2.maven.org/maven2/org/graniteds/. This release should be the last milestone (beta)

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

2013-08-27 Thread hang . vo
Changeset: 74bc824622d7 Author:Assaf Yavani Date: 2013-08-27 13:58 +0300 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/74bc824622d7 [RT-30879] - Incorrect focus swithching if VK enabled Resution was to allow another window to get focus while another window holds the

RE: Poor quality font rendering

2013-08-27 Thread John C. Turnbull
I am still hoping someone can answer my questions on this topic (included here for convenience): 1. When will both (1) and (2) make it into a JDK8 development build? 2. Are there any other plans/techniques to improve font rendering on the horizon for JFX8 or later? But I noticed something

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

2013-08-27 Thread hang . vo
Changeset: d65640428833 Author:hudson Date: 2013-08-22 07:46 -0700 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/d65640428833 Added tag 8.0-b104 for changeset 61b8d7420fc9 ! .hgtags Changeset: bde440f8dad6 Author:mv157916 Date: 2013-08-22 21:51 -0700 URL:

Re: Poor quality font rendering

2013-08-27 Thread Felipe Heidrich
Hi John, 1. Sub-pixel positioning ( https://javafx-jira.kenai.com/browse/RT-14187 ) Yes, if all goes well RT-14187 will get fixed for FX8. Notes: -On Mac we already have sub-pixel positioned glyphs. -LCD text we also have sub-pixel positioned glyphs. -The main one that I feel we are missing

Re: Poor quality font rendering

2013-08-27 Thread Felipe Heidrich
Hi John Thank you for the images! Comparing DirectWrite versus T2K for grayscale text the main difference that jumps at me is that in DirectWrite (which is what you get when prism.text=t2k is not set) the glyphs look a touch taller, looking somewhat stretched. Inspecting it closely you can

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

2013-08-27 Thread hang . vo
Changeset: d65640428833 Author:hudson Date: 2013-08-22 07:46 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/d65640428833 Added tag 8.0-b104 for changeset 61b8d7420fc9 ! .hgtags Changeset: bde440f8dad6 Author:mv157916 Date: 2013-08-22 21:51 -0700 URL:

hg: openjfx/8/graphics/rt: RT-32564: javadoc build failure after fix for RT-32004

2013-08-27 Thread hang . vo
Changeset: 903908477a58 Author:kcr Date: 2013-08-27 11:46 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/903908477a58 RT-32564: javadoc build failure after fix for RT-32004 Backed out changeset ec7f003e2214 ! build.gradle

hg: openjfx/8/graphics/rt: Make getters final

2013-08-27 Thread hang . vo
Changeset: 6c72b0975d08 Author:rbair Date: 2013-08-27 14:10 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/6c72b0975d08 Make getters final ! modules/graphics/src/main/java/javafx/scene/shape/TriangleMesh.java

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

2013-08-27 Thread hang . vo
Changeset: 259a333fe8c3 Author:Oleg Mazurov Date: 2013-08-27 17:20 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/259a333fe8c3 [TOOLS] port gltrace to Mac OS X ! tools/gltrace/Makefile ! tools/gltrace/egl.c ! tools/gltrace/enums.c ! tools/gltrace/gles.c !

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

2013-08-27 Thread hang . vo
Changeset: 7218b4a0e399 Author:rbair Date: 2013-08-27 17:47 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/7218b4a0e399 RT-32568: Redundant calls to GL Viewport ! modules/graphics/src/main/java/com/sun/prism/es2/GLContext.java Changeset: 11a3223d951e Author: