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

2014-04-23 Thread hang . vo
Changeset: e391dce8d6d7 Author:Martin Sladecek martin.slade...@oracle.com Date: 2014-04-23 08:15 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/e391dce8d6d7 RT-29507 [Chart] axis rotate can be lost. Reviewed by: jgiles !

hg: openjfx/8u-dev/rt: RT-36801 : Monocle input test fails and then hangs on Windows and Mac

2014-04-23 Thread hang . vo
Changeset: 7ecd4c4dcf82 Author:Rafi Tayar rafi.ta...@oracle.com Date: 2014-04-23 18:39 +0300 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/7ecd4c4dcf82 RT-36801 : Monocle input test fails and then hangs on Windows and Mac Reviewed-by : dblaukopf. !

Re: Should Canvas have been Image subclass instead of Node?

2014-04-23 Thread Jeff Martin
That's a nice solution - though in real world code I worry that the endDrawing snapshotting would be triggered more often than necessary. I still think there is no compelling reason for Canvas to be a Node, and there is a significant drawback if you want to reuse the same Canvas many times in

hg: openjfx/8u-dev/rt: RT-36808 [Monocle] LinuxMouseProcessor sends duplicate state updates

2014-04-23 Thread hang . vo
Changeset: 37b4ef736543 Author:Daniel Blaukopf daniel.blauk...@oracle.com Date: 2014-04-23 20:30 +0300 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/37b4ef736543 RT-36808 [Monocle] LinuxMouseProcessor sends duplicate state updates Reviewed-by: kselle !

Re: Should Canvas have been Image subclass instead of Node?

2014-04-23 Thread Stephen F Northover
I think a graphics context on a writable image would make more sense. In any case, Canvas is a Node and will remain one forever. Steve On 2014-04-22 6:15 PM, Jeff Martin wrote: I have a case where I need to draw to a canvas and reuse it in multiple nodes. My non-optimal work-around is to

Re: Should Canvas have been Image subclass instead of Node?

2014-04-23 Thread Jeff Martin
I understand that Canvas has to remain a node - but I think the basic problem could be fixed in a very backward compatible way: A future release could simply add a CanvasImage class which had a GraphicsContext - then Canvas could remain, but simply embed a CanvasImage. Though for practical

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

2014-04-23 Thread hang . vo
Changeset: 4c626e6cf0fd Author:Felipe Heidrich felipe.heidr...@oracle.com Date: 2014-04-23 09:14 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/4c626e6cf0fd RT-36636: [Accessibility] Hit test and range bounds implemented on Mac !

hg: openjfx/8u-dev/rt: [EXPERIMENTAL] WebTerminal: Fix javadoc to avoid warnings.

2014-04-23 Thread hang . vo
Changeset: 5af944034d68 Author:Per Bothner per.both...@oracle.com Date: 2014-04-23 16:05 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/5af944034d68 [EXPERIMENTAL] WebTerminal: Fix javadoc to avoid warnings. !

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

2014-04-23 Thread hang . vo
Changeset: a18b7ab2d4b5 Author:jgiles Date: 2014-04-23 14:47 +1200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/a18b7ab2d4b5 RT-36652: [ComboBox] Selected color is gray, not blue as expected !

hg: openjfx/8u-dev/rt: Fix to RT-36485: Uninitialised memory in rt/modules/graphics/src/main/native-iio/libjpeg7

2014-04-23 Thread hang . vo
Changeset: 9305a30e8313 Author:Chien Yang chien.y...@oracle.com Date: 2014-04-23 21:59 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/9305a30e8313 Fix to RT-36485: Uninitialised memory in rt/modules/graphics/src/main/native-iio/libjpeg7 Reviewed by kcr !