hg: openjfx/8u-dev/rt: Reverted unrelated test comitted with RT-38723 fix

2014-08-13 Thread martin . sladecek
Changeset: d92ede143b5e Author:Martin Sladecek martin.slade...@oracle.com Date: 2014-08-13 10:29 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/d92ede143b5e Reverted unrelated test comitted with RT-38723 fix !

hg: openjfx/8u-dev/rt: RT-38055: [Swing, Mac, JFXPanel] Context menu with setOnContextMenuRequested doesn't work properly in Swing embedded JavaFX

2014-08-13 Thread anthony . petrov
Changeset: a02acc706826 Author:Anthony Petrov anthony.pet...@oracle.com Date: 2014-08-13 18:49 +0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/a02acc706826 RT-38055: [Swing, Mac, JFXPanel] Context menu with setOnContextMenuRequested doesn't work properly in Swing

hg: openjfx/8u/rt: Added tag 8u40-b01 for changeset c96c17dc9a3f

2014-08-13 Thread hang . vo
Changeset: 83ac99fd07f2 Author:hudson Date: 2014-08-13 07:51 -0700 URL: http://hg.openjdk.java.net/openjfx/8u/rt/rev/83ac99fd07f2 Added tag 8u40-b01 for changeset c96c17dc9a3f ! .hgtags

hg: openjfx/8u-dev/rt: RT-38129 - mac.dmg.simple hangs

2014-08-13 Thread danno . ferrin
Changeset: 4f273765662a Author:shemnon Date: 2014-08-13 09:01 -0600 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/4f273765662a RT-38129 - mac.dmg.simple hangs Summary: remove all fancy linkage. DMG is now very simple: .app only. !

Render bug

2014-08-13 Thread Jeff Martin
I’m getting a rendering bug with a simple rotating path in front of an ImageView (with lighting effect) on Mac OS with 8u20: http://reportmill.com/examples/Renderbug/Renderbug.jpg Looks like some sort of dirty rect problem. Am I doing something wrong or should I file a bug? The code

Fwd: [8u26] Review request : RT-38169 - [Monocle] Some of pass/fail swipe conditions are problematic

2014-08-13 Thread elina kleyman
Hi Martin, Please review changes should done in Swipe Gesture implementation in order to fix bug: https://javafx-jira.kenai.com/browse/RT-38169 Link to webrev: http://cr.openjdk.java.net/~ekleyman/RT37822_RT38169/ Thanks, Elina Original Message Subject: [8u26] Review

Re: JavaFx roadmap?

2014-08-13 Thread anton nashatyrev
Hello Adam, - How will WebView ever keep up with the constantly evolving HTML5 platform? Currently the merge with the WebKit trunk is in progress. I believe this process will be repeated on a regular basis. Regards, Anton. On 12.08.2014 1:08, Adam Granger wrote: The official java fx roadmap

hg: openjfx/8u-dev/rt: RT-37959: [Accessibility] Review a11y enums

2014-08-13 Thread felipe . heidrich
Changeset: 088856d1b79a Author:Felipe Heidrich felipe.heidr...@oracle.com Date: 2014-08-13 14:50 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/088856d1b79a RT-37959: [Accessibility] Review a11y enums Rename MENU_FOR - PARENT_MENU Rename MENU - SUBMENU !

hg: openjfx/8u-dev/rt: [Accessibility] Update JavaDoc

2014-08-13 Thread felipe . heidrich
Changeset: 027b83703d37 Author:Felipe Heidrich felipe.heidr...@oracle.com Date: 2014-08-13 15:06 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/027b83703d37 [Accessibility] Update JavaDoc ! modules/graphics/src/main/java/javafx/scene/AccessibleAttribute.java !

hg: openjfx/8u-dev/rt: RT-37959: [Accessibility] Review a11y enums

2014-08-13 Thread felipe . heidrich
Changeset: cfac922b8306 Author:Felipe Heidrich felipe.heidr...@oracle.com Date: 2014-08-13 16:06 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/cfac922b8306 RT-37959: [Accessibility] Review a11y enums Remove AccessibleAction.MOVE and clean up around THUMB. Left

hg: openjfx/8u-dev/rt: RT-37959: [Accessibility] Review a11y enums

2014-08-13 Thread felipe . heidrich
Changeset: 438fee7942f4 Author:Felipe Heidrich felipe.heidr...@oracle.com Date: 2014-08-13 16:21 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/438fee7942f4 RT-37959: [Accessibility] Review a11y enums Rename TITLE to TEXT !

Elliptical gradient

2014-08-13 Thread Edu García
Hi, Is there a way of create an elliptical gradient? The only way I've found is creating a RadialGradient with proportional set as true, and then apply that to a rectangle of the proportions I want. But obviously, that's not very useful if I want to apply it to any shape. If there is no way and