hg: openjfx/8/graphics/rt: RT-33721 Ensemble8: add indicator to identify samples that run on embedded

2013-10-25 Thread hang . vo
Changeset: cd09e6835158 Author:dmasada Date: 2013-10-25 17:45 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/cd09e6835158 RT-33721 Ensemble8: add indicator to identify samples that run on embedded ! apps/samples/Ensemble8/src/app/java/ensemble/PlatformFeatures.java

hg: openjfx/8/graphics/rt: Fix RT-32242: Canvas should clear buffer on certain clearRect, fillRect calls

2013-10-25 Thread hang . vo
Changeset: b7d847549c94 Author:flar Date: 2013-10-25 15:24 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/b7d847549c94 Fix RT-32242: Canvas should clear buffer on certain clearRect, fillRect calls Reviewed by: kcr ! modules/graphics/src/main/java/com/sun/javafx/sg

hg: openjfx/8/graphics/rt: RT-33795: Need option to disable robot-based visual tests

2013-10-25 Thread hang . vo
Changeset: 840c0f5698eb Author:kcr Date: 2013-10-25 14:07 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/840c0f5698eb RT-33795: Need option to disable robot-based visual tests Reviewed-by: mtvo, ckyang ! build.gradle ! gradle.properties.template

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

2013-10-25 Thread hang . vo
Changeset: 8a37a928eff8 Author:mhowe Date: 2013-10-25 10:31 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/8a37a928eff8 RT-30793 Load packaging bundlers via ServiceLoader [mhowe] Contributed-by: Danno Ferrin ! modules/fxpackager/src/main/java/com/sun/javafx/tools

hg: openjfx/8/graphics/rt: RT-31560: javafx-font-pango should be built by default

2013-10-25 Thread hang . vo
Changeset: 46b5f4358826 Author:kcr Date: 2013-10-25 09:21 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/46b5f4358826 RT-31560: javafx-font-pango should be built by default Reviewed-by: felipe ! build.gradle

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

2013-10-25 Thread hang . vo
Changeset: 3d87e59c18d0 Author:peterz Date: 2013-10-25 19:18 +0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/3d87e59c18d0 Removed an unused test resource - modules/web/src/test/resources/html/RT9969.html Changeset: a9096e09f694 Author:peterz Date: 2013-10-

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

2013-10-25 Thread hang . vo
Changeset: 5626fe9b839e Author:tb115823 Date: 2013-10-25 15:53 +0200 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/5626fe9b839e Android: RT-33855 eglGetDisplay method not found. Change the name of library to libEGL.so. Fix only in Android code. ! modules/graphics/src/

hg: openjfx/8/graphics/rt: Moved project(":web") closer to the rest of projects

2013-10-25 Thread hang . vo
Changeset: 73faa9d656d2 Author:peterz Date: 2013-10-25 17:13 +0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/73faa9d656d2 Moved project(":web") closer to the rest of projects ! build.gradle

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

2013-10-25 Thread hang . vo
Changeset: 7274ae9bc2d9 Author:tb115823 Date: 2013-10-25 12:04 +0200 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/7274ae9bc2d9 Android: RT-33695 Add native text rendering suport.Uses freetype for simple text. Complex text is ignored until harfbuzz based implementation

hg: openjfx/8/graphics/rt: RT-33625 WebView fails to unlock some texture resources

2013-10-25 Thread hang . vo
Changeset: 41c08cf957cf Author:peterz Date: 2013-10-25 14:20 +0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/41c08cf957cf RT-33625 WebView fails to unlock some texture resources ! modules/web/src/main/java/com/sun/javafx/webkit/prism/WCGraphicsPrismContext.java

hg: openjfx/8/graphics/rt: RT-33703 Gradle: should not use CONF to determine the build type for native webkit build

2013-10-25 Thread hang . vo
Changeset: 868a63435321 Author:peterz Date: 2013-10-25 13:46 +0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/868a63435321 RT-33703 Gradle: should not use CONF to determine the build type for native webkit build ! build.gradle

hg: openjfx/8/graphics/rt: iOS: Textfield/window keeps focus after soft-keyboard is closed issue fixed

2013-10-25 Thread hang . vo
Changeset: 9312d9a273cd Author:Oldrich Maticka Date: 2013-10-25 11:08 +0200 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/9312d9a273cd iOS: Textfield/window keeps focus after soft-keyboard is closed issue fixed javafx-jira.kenai.com/browse/RT-33829 ! modules/graphics

hg: openjfx/8/graphics/rt: RT-33684: Fixed dragging inside ScrollPane.

2013-10-25 Thread hang . vo
Changeset: 1490b7a04271 Author:Pavel Safrata Date: 2013-10-25 08:32 +0100 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/1490b7a04271 RT-33684: Fixed dragging inside ScrollPane. Reviewed-by: Jonathan ! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/Sc

hg: openjfx/8/graphics/rt: RT-33346: [packager] Add CFBundleAllowMixedLocalizations key to the default Info.plist [ngthomas]

2013-10-25 Thread hang . vo
Changeset: 6769c547912e Author:mhowe Date: 2013-10-24 23:30 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/6769c547912e RT-33346: [packager] Add CFBundleAllowMixedLocalizations key to the default Info.plist [ngthomas] ! modules/fxpackager/src/main/resources/com/s