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

2014-04-25 Thread hang . vo
Changeset: 09e61c65f172 Author:Martin Sladecek martin.slade...@oracle.com Date: 2014-04-25 07:53 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/09e61c65f172 RT-35401 [Menu, Mac] Dynamic menus that open stages cause focus to be assigned to the parent stage Reviewed by:

hg: openjfx/8u-dev/rt: RT-36771 [JAVADOC] [Concurrency] Service#running() and other convenience methods are invoked before listeners of the state property.

2014-04-25 Thread hang . vo
Changeset: 2a9ac59e84eb Author:Martin Sladecek martin.slade...@oracle.com Date: 2014-04-25 08:14 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/2a9ac59e84eb RT-36771 [JAVADOC] [Concurrency] Service#running() and other convenience methods are invoked before listeners

hg: openjfx/8u-dev/rt: Reverted accidentally commited code in:

2014-04-25 Thread hang . vo
Changeset: 19d520422ce9 Author:Martin Sladecek martin.slade...@oracle.com Date: 2014-04-25 09:06 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/19d520422ce9 Reverted accidentally commited code in: changeset: 6835:e391dce8d6d7 user:Martin Sladecek

Dragboard.dragView and Dragboard.content

2014-04-25 Thread Eric Le Ponner
Folks, In my onDragDetected() listener, I do the following: 0) I create an Image 1) I set it as content of my drag board (using a DataFormat.IMAGE entry) 2) I set it as drag view (using Dragboard.setDragView) During the drag gesture on Windows, I see my image twice. If I remove step #2 then I

Re: Dragboard.dragView and Dragboard.content

2014-04-25 Thread Anthony Petrov
Hi Eric, This looks like a bug. Only the dragView image should be displayed in this case. Please enter a JIRA against Glass. Also, it would be great if you could test this on other platforms (Mac, Gtk) and report the results. -- best regards, Anthony On 4/25/2014 6:06 PM, Eric Le Ponner

hg: openjfx/8u-dev/rt: Follow-up on RT-36812

2014-04-25 Thread hang . vo
Changeset: 22f9eedec9dd Author:Felipe Heidrich felipe.heidr...@oracle.com Date: 2014-04-25 09:39 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/22f9eedec9dd Follow-up on RT-36812 ! modules/graphics/src/main/native-font/coretext.c !

Re: Dragboard.dragView and Dragboard.content

2014-04-25 Thread Eric Le Ponner
Will do. Thanks Anthony. Eric Le 25 avr. 2014 à 16:12, Anthony Petrov anthony.pet...@oracle.com a écrit : Hi Eric, This looks like a bug. Only the dragView image should be displayed in this case. Please enter a JIRA against Glass. Also, it would be great if you could test this on other

hg: openjfx/8u-dev/rt: RT-36636: [Accessibility] WinTextRangeProvider#MoveEndpointByUnit() implemented.

2014-04-25 Thread hang . vo
Changeset: 8117644a5e28 Author:Felipe Heidrich felipe.heidr...@oracle.com Date: 2014-04-25 10:30 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/8117644a5e28 RT-36636: [Accessibility] WinTextRangeProvider#MoveEndpointByUnit() implemented. !

hg: openjfx/8u-dev/rt: RT-36636: [Accessibility] WinTextRangeProvider#FindText() implemented.

2014-04-25 Thread hang . vo
Changeset: c9ee52f63808 Author:Felipe Heidrich felipe.heidr...@oracle.com Date: 2014-04-25 10:49 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/c9ee52f63808 RT-36636: [Accessibility] WinTextRangeProvider#FindText() implemented. !

hg: openjfx/8u-dev/rt: RT-36721 [Monocle] Implement fullscreen for monocle

2014-04-25 Thread hang . vo
Changeset: efa8b7b3fedc Author:lisa.se...@oracle.com Date: 2014-04-25 14:12 -0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/efa8b7b3fedc RT-36721 [Monocle] Implement fullscreen for monocle Reviewed by dblaukopf Tested with HelloSanity !

hg: openjfx/8u-dev/rt: RT-36636: [Accessibility] Select and Scrol text support (win+common)

2014-04-25 Thread hang . vo
Changeset: c9c58499ca05 Author:Felipe Heidrich felipe.heidr...@oracle.com Date: 2014-04-25 11:44 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/c9c58499ca05 RT-36636: [Accessibility] Select and Scrol text support (win+common) !

hg: openjfx/8u-dev/rt: RT-36636: [Accessibility] SELECT action implemented on Mac

2014-04-25 Thread hang . vo
Changeset: ea134f222605 Author:Felipe Heidrich felipe.heidr...@oracle.com Date: 2014-04-25 15:40 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/ea134f222605 RT-36636: [Accessibility] SELECT action implemented on Mac !

hg: openjfx/8u-dev/rt: Fix RT-24903: Canvas buffers rendering commands without consuming them if not visible.

2014-04-25 Thread hang . vo
Changeset: 8979d8ffbc06 Author:flar james.gra...@oracle.com Date: 2014-04-25 16:44 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/8979d8ffbc06 Fix RT-24903: Canvas buffers rendering commands without consuming them if not visible. Approved by Kevin, also reviewed by