hg: openjfx/8/graphics/rt: RT-32352: GlyphLayout set complex bit on run preceding the actual complex run

2013-08-14 Thread hang . vo
Changeset: 49c50a814b07 Author:Felipe Heidrich Date: 2013-08-14 15:26 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/49c50a814b07 RT-32352: GlyphLayout set complex bit on run preceding the actual complex run ! modules/graphics/src/main/java/com/sun/javafx/text/Gly

hg: openjfx/8/controls/rt: RT-31994: If stylesheet url is not null, convert to uri and use uri to resolve resource path. If stylesheet url is null (as is the case for in-line styles) fall back to appl

2013-08-14 Thread hang . vo
Changeset: ae3ab9e4b891 Author:David Grieve Date: 2013-08-14 17:12 -0400 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/ae3ab9e4b891 RT-31994: If stylesheet url is not null, convert to uri and use uri to resolve resource path. If stylesheet url is null (as is the case fo

hg: openjfx/8/graphics/rt: RT-28485: Hittesting inside TextFlow fails

2013-08-14 Thread hang . vo
Changeset: 8a2582f35496 Author:Felipe Heidrich Date: 2013-08-14 14:46 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/8a2582f35496 RT-28485: Hittesting inside TextFlow fails ! modules/graphics/src/main/java/javafx/scene/text/Text.java

hg: openjfx/8/graphics/rt: RT-32003 Ensemble8: Menu sample not clear

2013-08-14 Thread hang . vo
Changeset: 76ed470a7b2b Author:dmasada Date: 2013-08-14 12:21 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/76ed470a7b2b RT-32003 Ensemble8: Menu sample not clear ! apps/samples/Ensemble8/src/samples/java/ensemble/samples/controls/menu/MenuApp.java

hg: openjfx/8/graphics/rt: RT-28238: Mac: Multitouch exception

2013-08-14 Thread hang . vo
Changeset: 61454ea3bfb0 Author:Petr Pchelko Date: 2013-08-14 17:46 +0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/61454ea3bfb0 RT-28238: Mac: Multitouch exception Reviewed-by: anthony, art ! modules/graphics/src/main/native-glass/mac/GlassTouches.h ! modules/graph

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

2013-08-14 Thread hang . vo
Changeset: b6d760af36c4 Author:Martin Sladecek Date: 2013-08-14 16:27 +0200 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/b6d760af36c4 RT-32283: test + additional (performance) fix ! modules/base/src/main/java/javafx/collections/transformation/SortedList.java ! modules

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

2013-08-14 Thread hang . vo
Changeset: 85b542961d08 Author:Martin Sladecek Date: 2013-08-14 15:23 +0200 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/85b542961d08 RT-32283 AIOOBE on SortedList based on FilteredList with duplicate entries ! modules/base/src/main/java/javafx/collections/ListChangeB

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

2013-08-14 Thread hang . vo
Changeset: 02b49dc33e73 Author:Petr Pchelko Date: 2013-08-14 15:34 +0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/02b49dc33e73 RT-19596: Win: No notification from glass when visual bounds of a screen change Reviewed-by: anthony, art ! modules/graphics/src/main/nat

Re: Swing and JavaFX thread merge

2013-08-14 Thread Artem Ananiev
On 8/13/2013 7:17 PM, Werner Lehmann wrote: Artem, we already tested with 7u40 b35 - same thing: Java Web Start 10.40.2.35 Using JRE version 1.7.0_40-ea-b35 Java HotSpot(TM) 64-Bit Server VM ... runTest in AWT-EventQueue-2 jfx button click in JavaFX Application Thread invokeLater from jfx b

Re: Exception in one JFXPanel kills other JFXPanels, too

2013-08-14 Thread Artem Ananiev
On 8/13/2013 7:35 PM, Werner Lehmann wrote: Sure: https://javafx-jira.kenai.com/browse/RT-32304 Thanks! Artem On 13.08.2013 15:10, Artem Ananiev wrote: it looks like a bug in JFXPanel, could you file it to JIRA with a test case, please?

hg: openjfx/8/graphics/rt: RT-32166 Native methods should not be public or protected. Changed public methods to private in com.sun.glas.ui.android

2013-08-14 Thread hang . vo
Changeset: c0995f066332 Author:tb115823 Date: 2013-08-14 10:57 +0200 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/c0995f066332 RT-32166 Native methods should not be public or protected. Changed public methods to private in com.sun.glas.ui.android ! modules/graphics/s

hg: openjfx/8/graphics/rt: Android: Fix missing class in changelog:4547. Part of RT-32032.

2013-08-14 Thread hang . vo
Changeset: 95c5765f56f9 Author:tb115823 Date: 2013-08-14 10:56 +0200 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/95c5765f56f9 Android: Fix missing class in changelog:4547. Part of RT-32032. ! buildSrc/android.gradle + modules/graphics/src/main/java/com/sun/glass/ui/a

hg: openjfx/8/graphics/rt: SW pipeline: fix for error in image interpolation (RT-32294)

2013-08-14 Thread hang . vo
Changeset: d75f882a5b53 Author:Martin Soch Date: 2013-08-14 09:34 +0200 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/d75f882a5b53 SW pipeline: fix for error in image interpolation (RT-32294) ! modules/graphics/src/main/native-prism-sw/PiscesPaint.c