hg: openjfx/8u-dev/rt: [Accessibility] Show Menu action support

2014-03-28 Thread hang . vo
Changeset: d7e80f499365 Author:Felipe Heidrich Date: 2014-03-28 17:00 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/d7e80f499365 [Accessibility] Show Menu action support ! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/ContextMenuContent.java ! mod

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

2014-03-28 Thread hang . vo
Changeset: de25f2ce8a32 Author:felipe Date: 2014-03-28 16:02 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/de25f2ce8a32 [Accessibilty] Adding SHOW_MENU action, changing Toolbar to it. ! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/ToolBarSkin.java

Re: Transparency and drop-shadow

2014-03-28 Thread Jim Graham
This is one of the earliest bugs filed against the effects package: https://javafx-jira.kenai.com/browse/RT-381 I can understand the concept, but since our effects are pixel-based, it is hard to figure out "where the foreground drawing would have rendered opaquely if it didn't have an alpha fi

hg: openjfx/8u-dev/rt: [Accessibility] fix names

2014-03-28 Thread hang . vo
Changeset: 891b670811ca Author:Felipe Heidrich Date: 2014-03-28 15:37 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/891b670811ca [Accessibility] fix names ! modules/graphics/src/main/java/com/sun/glass/ui/win/WinAccessible.java

hg: openjfx/8u-dev/rt: [A11y] rt-36268 initial win accessible impl

2014-03-28 Thread hang . vo
Changeset: 9d371360e8ee Author:Joseph Andresen Date: 2014-03-28 15:21 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/9d371360e8ee [A11y] rt-36268 initial win accessible impl ! modules/graphics/src/main/java/com/sun/glass/ui/win/WinAccessible.java

hg: openjfx/8u-dev/rt: RT-36268 - initial context menu support for Mac

2014-03-28 Thread hang . vo
Changeset: a67e9552a5e5 Author:felipe Date: 2014-03-28 14:50 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/a67e9552a5e5 RT-36268 - initial context menu support for Mac ! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/ContextMenuContent.java ! module

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

2014-03-28 Thread hang . vo
Changeset: d4f62c49a4ad Author:Felipe Heidrich Date: 2014-03-28 14:16 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/d4f62c49a4ad [Accessibility] Rename CELL_AT_ROWCOLUMN to CELL_AT_ROW_COLUMN ! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/TableRo

hg: openjfx/8u-dev/rt: Various updates and improvements.

2014-03-28 Thread hang . vo
Changeset: 7b65e71dd2cf Author:Per Bothner Date: 2014-03-28 12:46 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/7b65e71dd2cf Various updates and improvements. Add setWrapOnLongLines method. Make some WebWriter fields protected. ! apps/experiments/WebTerminal/src/webt

Re: Adding GStreamer plugins

2014-03-28 Thread Michael Berry
Hi Kirill, Ok, so with help from here (https://github.com/pgregory/libffi-msvc) I think I've now got a VS project / makefile that builds libffi.lib, but I can't work out how to get the build script to build the visual studio project! The project is in modules\media\src\main\native\vs_project\libf

hg: openjfx/8u-dev/rt: INTELLIJ ONLY: remove deploy as it does not compile cleanly

2014-03-28 Thread hang . vo
Changeset: 31a380479547 Author:snorthov Date: 2014-03-28 15:02 -0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/31a380479547 INTELLIJ ONLY: remove deploy as it does not compile cleanly ! .idea/modules.xml ! .idea/rt-closed.iml

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

2014-03-28 Thread hang . vo
Changeset: 342579f8f7e1 Author:snorthov Date: 2014-03-28 14:50 -0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/342579f8f7e1 RT-35197: Use Lambda in FX runtime and samples [controls] Summary: This component was lambdified (unlambdified file names recorded in the JIRA) !

hg: openjfx/8u-dev/rt: [Accessibility] RT-36399, change original fix to burn the tree from the bottom up.

2014-03-28 Thread hang . vo
Changeset: a9eb4669eb09 Author:felipe Date: 2014-03-28 08:30 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/a9eb4669eb09 [Accessibility] RT-36399, change original fix to burn the tree from the bottom up. ! modules/graphics/src/main/java/javafx/scene/Parent.java ! modu

Transparency and drop-shadow

2014-03-28 Thread Robert Fisher
Hi everyone, I'm have some problems mixing transparency and drop-shadow together. Suppose I want to create a transparent white rectangle with a subtle drop-shadow effect. If I create a rectangle with a transparent white fill and a light grey drop-shadow, I get something like in the left pictur

[8u20] Review request for RT-35025: Scene turns black sometimes.

2014-03-28 Thread Vadim Pakhnushev
Chien, Kevin, Please review a fix for this: http://cr.openjdk.java.net/~vadim/RT-35025/webrev.00/ https://javafx-jira.kenai.com/browse/RT-35025