Re: Blend image in javaFX 2.0

2014-02-28 Thread Eric Le Ponner
There is a Blend effect class. I guess it can be combined with an ImageView to produce a blend image rendering. Eric Le 28 févr. 2014 à 02:53, Cinta Damayanti si.siput.ngan...@gmail.com a écrit : How to blend two image in javaFX 2.0. I browse to entire internet, but not meet the right

hg: openjfx/8u-dev/rt: RT-36060 FXCollections.synchronized* wrappers do not have synchronized access to listeners

2014-02-28 Thread hang . vo
Changeset: 63431cee20ce Author:Martin Sladecek martin.slade...@oracle.com Date: 2014-02-28 14:02 +0100 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/63431cee20ce RT-36060 FXCollections.synchronized* wrappers do not have synchronized access to listeners !

[8u20] Review request for RT-36038: [DND] FX sometimes forgets to invoke Node.onDragDetected() on Mac

2014-02-28 Thread Anthony Petrov
Hi Steve, Please review a fix for https://javafx-jira.kenai.com/browse/RT-36038 -- best regards, Anthony

hg: openjfx/8u-dev/rt: RT-33263 TitledPane behaves poorly with focus traversal

2014-02-28 Thread hang . vo
Changeset: 3de40ad882c4 Author:Martin Sladecek martin.slade...@oracle.com Date: 2014-02-28 15:06 +0100 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/3de40ad882c4 RT-33263 TitledPane behaves poorly with focus traversal Reviewed by: dgrieve !

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

2014-02-28 Thread hang . vo
Changeset: 343e3002a3fc Author:Yves Joan yves.j...@oracle.com Date: 2014-02-10 10:18 +0100 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/343e3002a3fc Sync up SceneBuilder changes !

hg: openjfx/8u-dev/rt: 2 new changesets

2014-02-28 Thread hang . vo
Changeset: 329cc25cc3ab Author:snorthov Date: 2014-02-28 11:44 -0500 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/329cc25cc3ab INTELLIJ ONLY: missed modules.xml update ! .idea/modules.xml Changeset: 4171a6877aee Author:snorthov Date: 2014-02-28 11:45 -0500 URL:

hg: openjfx/8u-dev/rt: RT-35197: Use Lambda in FX runtime and samples [Lambdify toys]

2014-02-28 Thread hang . vo
Changeset: ed4c9c69db41 Author:snorthov Date: 2014-02-28 11:47 -0500 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/ed4c9c69db41 RT-35197: Use Lambda in FX runtime and samples [Lambdify toys] Summary: This component was lambdified (unlambdified file names recorded in the

hg: openjfx/8u-dev/rt: fix title tag for javafx/scene/canvas/package.html

2014-02-28 Thread hang . vo
Changeset: 4f709b0404ba Author:Felipe Heidrich felipe.heidr...@oracle.com Date: 2014-02-28 09:11 -0800 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/4f709b0404ba fix title tag for javafx/scene/canvas/package.html !

hg: openjfx/8u-dev/rt: RT-35976 [Linux, GTK] JavaFX X11 WM_CLASS

2014-02-28 Thread hang . vo
Changeset: 913d116b0797 Author:Alexander Zvegintsev Date: 2014-02-28 22:42 +0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/913d116b0797 RT-35976 [Linux, GTK] JavaFX X11 WM_CLASS Reviewed by: anthony ! modules/graphics/src/main/native-glass/gtk/glass_general.cpp !

hg: openjfx/8u-dev/rt: RT-34863: clean up CSS cache when Parent is removed from scene-graph. Also, when a stylesheet is added which is already in cache, do a checksum to see if the stylesheet has chan

2014-02-28 Thread hang . vo
Changeset: ae45fbb417cf Author:David Grievedavid.gri...@oracle.com Date: 2014-02-28 16:01 -0500 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/ae45fbb417cf RT-34863: clean up CSS cache when Parent is removed from scene-graph. Also, when a stylesheet is added which is

Re: [8u20] Review request: RT-35197: Use Lambda in FX runtime and samples [experiments]

2014-02-28 Thread Stephen F Northover
Hi Lisa, Please review the lambdification of the experiments component. You are welcome to apply the patch, but there are numerous changes and they are all automatic. If you have outstanding changes, please coordinate with me and I will re-lambdify to include the changes. Jira:

8u20 review request: RT-35452 - Canvas does not allow missing moveto in paths

2014-02-28 Thread Jim Graham
webrev: http://cr.openjdk.java.net/~flar/RT-35452/webrev.00/ Jira: https://javafx-jira.kenai.com/browse/RT-35452 ...jim