hg: openjfx/8/controls/rt: RT-24105 TabPane renders content of all tabs even only one is active.Optimization loads only the initially selected tabs and others get loaded on selection. To load content

2013-06-04 Thread hang . vo
Changeset: 1ee27e0ef269 Author:psomashe Date: 2013-06-04 00:16 -0700 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/1ee27e0ef269 RT-24105 TabPane renders content of all tabs even only one is active.Optimization loads only the initially selected tabs and others get

hg: openjfx/8/graphics/rt: SW pipeline: fix for SWTexture.update(..) methods (RT-30633)

2013-06-04 Thread hang . vo
Changeset: cb35abdbc183 Author:Martin Soch martin.s...@oracle.com Date: 2013-06-04 10:55 +0200 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/cb35abdbc183 SW pipeline: fix for SWTexture.update(..) methods (RT-30633) ! prism-sw/src/com/sun/prism/sw/SWArgbPreTexture.java

Re: Touch Events, Scrolling, and Windows Pen

2013-06-04 Thread Anthony Petrov
Hi Danno, I've just pushed your fix: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/1dd4bb7090a2 Thank you for the contribution. -- best regards, Anthony On 06/03/2013 06:47 PM, Artem Ananiev wrote: On 6/3/2013 5:52 PM, Anthony Petrov wrote: Hi Danno, Thank you for the patch. I've

Re: Canvas clip problems

2013-06-04 Thread Daniel Zwolenski
Finally got round to testing this and setting -Dprism.order=j2d as Scott makes the smear go away. On Sun, Jun 2, 2013 at 11:16 AM, Scott Palmer swpal...@gmail.com wrote: Try -Dprism.order=sw with JavaFS 8 or -Dprism.order=j2d with JavaFX 2.2 to see if the clipping issue goes away.

hg: openjfx/8/graphics/rt: RT-30557 Gtk: Unable to showAndWait a Stage from within an UncaughtExceptionHandler in Linux

2013-06-04 Thread hang . vo
Changeset: eaf163a8953c Author:Alexander Zvegintsev Date: 2013-06-04 14:13 +0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/eaf163a8953c RT-30557 Gtk: Unable to showAndWait a Stage from within an UncaughtExceptionHandler in Linux !

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

2013-06-04 Thread hang . vo
Changeset: 31cc3ec01fdc Author:Martin Sladecek martin.slade...@oracle.com Date: 2013-06-04 14:03 +0200 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/31cc3ec01fdc RT-30740 GridPane oddness with row alignment set to VPos.BASELINE !

Re: API Review: Missing UNSORTED Comparator constant in SortedList

2013-06-04 Thread Martin Sladecek
After some discussion in the JIRA issue, the change will be much simpler: null comparator will mean UNSORTED, not natural order (i.e. using Comparable) as it does now. The natural order can be done by passing Comparator.naturalOrder() to the SortedList. -Martin On 05/31/2013 08:25 AM, Martin

Re: Canvas clip problems

2013-06-04 Thread Scott Palmer
Good to know it isn't just my app that has this problem! A fix for 2.2.x would be great! Hopefully the Oracle guys can reproduce it. Cheers, Scott On Tue, Jun 4, 2013 at 6:28 AM, Daniel Zwolenski zon...@gmail.com wrote: Finally got round to testing this and setting -Dprism.order=j2d as

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

2013-06-04 Thread hang . vo
Changeset: 75b3b8e4530b Author:mhowe Date: 2013-05-24 16:05 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/75b3b8e4530b RT-29058: Need a macro in the config files to expand to the app bundle directory [ngthomas, ddehaven] ! deploy/packager/native/linux/launcher.c

hg: openjfx/2u/dev/rt: Added tag 2.2.40-b27 for changeset 2ed8cef9d3d0

2013-06-04 Thread hang . vo
Changeset: fac50f983ffa Author:hudson Date: 2013-05-29 14:41 -0700 URL: http://hg.openjdk.java.net/openjfx/2u/dev/rt/rev/fac50f983ffa Added tag 2.2.40-b27 for changeset 2ed8cef9d3d0 ! .hgtags

Handling uncaught exceptions during event dispatching

2013-06-04 Thread Richard Bair
Hi, If I wanted to handle all uncaught exceptions that occurred during event dispatch (whether Mouse / Pulse / Key / Runnable / etc), how could I do it? I assume at present we can't. Is there a JIRA already for such a thing that anybody knows of? Thanks Richard

hg: openjfx/8/graphics/rt: RT-29890 Rendering Artifact on Cylinder and Sphere

2013-06-04 Thread hang . vo
Changeset: eb4b66ebb62c Author:Yao Wang yao.w.w...@oracle.com Date: 2013-06-04 14:21 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/eb4b66ebb62c RT-29890 Rendering Artifact on Cylinder and Sphere ! javafx-ui-common/src/javafx/scene/shape/Cylinder.java !

Re: Performance Tips n' Tricks wiki page

2013-06-04 Thread Pedro Duque Vieira
I remembered one more. Maybe it's already included in the use FXCollections bit but it's not explicitly stated. I think that using FXCollections methods toFront, toBack, etc is faster than reorganizing the collection manually, yourself, right? On another subject, I think it would be important to

RE: Handling uncaught exceptions during event dispatching

2013-06-04 Thread John Smith
RT-30239 Use Thread.UncaughtExceptionHandler instead of ExceptionDescribe() to report exceptions https://javafx-jira.kenai.com/browse/RT-30239 It was fixed by Artem Ananiev for Java 8 It links outstanding: RT-30369 Lens: implement RT-30239, Thread.UncaughtExceptionHandler

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

2013-06-04 Thread hang . vo
Changeset: 06fc41c8f8b1 Author:Alexander Kouznetsov Date: 2013-06-04 15:10 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/06fc41c8f8b1 3DViewer: Improved optimizer to remove only middle KeyValues of a repeating sequences !

Re: Handling uncaught exceptions during event dispatching

2013-06-04 Thread Richard Bair
Thanks! Lens is the Glass implementation for Embedded. Richard On Jun 4, 2013, at 3:13 PM, John Smith john_sm...@symantec.com wrote: RT-30239 Use Thread.UncaughtExceptionHandler instead of ExceptionDescribe() to report exceptions https://javafx-jira.kenai.com/browse/RT-30239 It was fixed

hg: openjfx/8/graphics/rt: RT-30913 Add Modena and 3DViewer to automated build

2013-06-04 Thread hang . vo
Changeset: 6b3080191250 Author:dmasada Date: 2013-06-04 15:39 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/6b3080191250 RT-30913 Add Modena and 3DViewer to automated build ! apps/build.xml ! apps/experiments/3DViewer/build.xml ! apps/experiments/Modena/build.xml

Re: When will JFX be fully open sourced?

2013-06-04 Thread Daniel Zwolenski
Danno, what do you need to wrap it up? Basically I'm intending to have the Maven plugin automatically use a build of Danno's backport for iOS (that I'm hoping Danno will provide for me). Once this exists I can do the Maven side of it. On Wed, Jun 5, 2013 at 10:33 AM, Richard Bair

Re: When will JFX be fully open sourced?

2013-06-04 Thread Danno Ferrin
I just need to set up a Jenkins build to publish poems on the cloud bees server. I should have the free time by the end of the week. I am also going to publish the ant-javafx jars as well so our build plugins can pull those. Getting the native jars built automatically will be the tricky part, I