hg: openjfx/8u-dev/rt: RT-37456 [Monocle] Fold together monocle.input, monocle.util and monocle packages

2014-06-25 Thread daniel . blaukopf
Changeset: 3fa3f3d53510 Author:Daniel Blaukopf daniel.blauk...@oracle.com Date: 2014-06-25 09:58 +0300 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/3fa3f3d53510 RT-37456 [Monocle] Fold together monocle.input, monocle.util and monocle packages Reviewed-by: kselle !

Re: Exposing native surface or opengl handle

2014-06-25 Thread Matthias Hänel
Hey all, it's great to have a new thread like this. Robert exactly pointed out what we actually need. I have seen an approach to integrate JFX in JOGL and vice versa. This approach is always been a copying of the pixel buffers between those two frameworks. From my perspective this is not a

hg: openjfx/8u-dev/rt: RT-37707 [Monocle] Software cursor is too transparent

2014-06-25 Thread daniel . blaukopf
Changeset: 83f65386cca4 Author:Daniel Blaukopf daniel.blauk...@oracle.com Date: 2014-06-25 16:53 +0300 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/83f65386cca4 RT-37707 [Monocle] Software cursor is too transparent !

hg: openjfx/8u-dev/rt: RT-37639: Gtk: dead keys don't work on European keyboard layouts

2014-06-25 Thread anthony . petrov
Changeset: a193ba23a602 Author:Anthony Petrov anthony.pet...@oracle.com Date: 2014-06-25 18:09 +0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/a193ba23a602 RT-37639: Gtk: dead keys don't work on European keyboard layouts Summary: Enable/disable IM on focus gained/lost

Re: Windows updates might damage the build

2014-06-25 Thread Kevin Rushforth
Thanks for posting this.I know a few others have run into this before, too (including me a couple months ago). We should put this on the Wiki. -- Kevin Jann Schneider wrote: Hi all, I just wanted to share this info in case someone else runs into this Problems: Yesterday i got some updates

Re: Testing accessibility / sample apps

2014-06-25 Thread Kevin Rushforth
I usually add jfxrt.jar to the bootclasspath, but as long as you have removed jfxrt.jar from your JDK, classpath will work, too. -- Kevin Jann Schneider wrote: Hi Felipe! thanks, this are good News :-) Well yesterday i had some issues with the build bc the famous Windows updates Feature

Re: Testing accessibility / sample apps

2014-06-25 Thread Jann Schneider
Ok thx Am 25.06.2014 16:51 schrieb Kevin Rushforth kevin.rushfo...@oracle.com: I usually add jfxrt.jar to the bootclasspath, but as long as you have removed jfxrt.jar from your JDK, classpath will work, too. -- Kevin Jann Schneider wrote: Hi Felipe! thanks, this are good News :-) Well

Re: Testing accessibility / sample apps

2014-06-25 Thread Tom Schindl
I think you also need to spec the native-dlls location else there's the chance of a mismatch because the dlls are loaded from the JRE and might not match the java-classes. Tom On 25.06.14 16:51, Kevin Rushforth wrote: I usually add jfxrt.jar to the bootclasspath, but as long as you have

Re: Testing accessibility / sample apps

2014-06-25 Thread Kevin Rushforth
If you use build/sdk/rt/lib/ext/jfxrt.jar then it will find the corresponding DLLs, but if you use the built class files rather than jfxrt.jar then you are right in that you need to specify -Djava.library.path to point to the native DLLs. -- Kevin Tom Schindl wrote: I think you also need

Re: Testing accessibility / sample apps

2014-06-25 Thread Stephen F Northover
The following line of crap works for me on Windows to run Ensemble: java -cp /Users/Steve/Documents/jfx-8u20/jfx/rt/build/sdk/rt/lib/ext/jfxrt.jar;/Users/Steve/Documents/jfx-8u20/jfx/rt/apps/samples/Ensemble8/dist/Ensemble8.jar ensemble.EnsembleApp I just checked the wiki and it's not

Re: Testing accessibility / sample apps

2014-06-25 Thread Kevin Rushforth
While you are there, if the Wiki doesn't already say it (I think it does) then note that this presumes you have removed jfxrt.jar from the jre/lib/ext directory of your JDK. -- Kevin Stephen F Northover wrote: The following line of crap works for me on Windows to run Ensemble: java -cp

hg: openjfx/8u/rt: Added tag 8u20-b20 for changeset c771f928a886

2014-06-25 Thread hang . vo
Changeset: 10c61801aaab Author:hudson Date: 2014-06-25 09:01 -0700 URL: http://hg.openjdk.java.net/openjfx/8u/rt/rev/10c61801aaab Added tag 8u20-b20 for changeset c771f928a886 ! .hgtags

Re: Testing accessibility / sample apps

2014-06-25 Thread Felipe Heidrich
When in doubt you can always specify -Djavafx.verbose=true and observed the libraries are begin loaded. In Steve’s example you should see something like Loaded /Users/Steve/Documents/jfx-8u20/jfx/rt/build/sdk/rt/lib/libglass.dylib … Felipe On Jun 25, 2014, at 8:51 AM, Kevin Rushforth

hg: openjfx/8u-dev/rt: RT-37702: [Accessibility] enable a11y by default on supported platforms

2014-06-25 Thread felipe . heidrich
Changeset: a4b44bda860f Author:Felipe Heidrich felipe.heidr...@oracle.com Date: 2014-06-25 09:21 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/a4b44bda860f RT-37702: [Accessibility] enable a11y by default on supported platforms !

hg: openjfx/8u-dev/rt: [Accessibility] Change Attribute.ENABLED to Attribute.DISABLED (so match JavaFX name Node#isDisabled())

2014-06-25 Thread felipe . heidrich
Changeset: 758e1f790da3 Author:Felipe Heidrich felipe.heidr...@oracle.com Date: 2014-06-25 09:32 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/758e1f790da3 [Accessibility] Change Attribute.ENABLED to Attribute.DISABLED (so match JavaFX name Node#isDisabled()) !

hg: openjfx/8u-dev/rt: [Accessibility] Change Attribute.ENABLED to Attribute.DISABLED - missed ContextMenuContent.java

2014-06-25 Thread felipe . heidrich
Changeset: d74b74fe1442 Author:Felipe Heidrich felipe.heidr...@oracle.com Date: 2014-06-25 09:43 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/d74b74fe1442 [Accessibility] Change Attribute.ENABLED to Attribute.DISABLED - missed ContextMenuContent.java !

Re: JavaFX at JavaOne 2014

2014-06-25 Thread Johan Vos
For those who worry, Applications created with the JavaFX Android SDK work fine on ART (as expected). After all, we're following Android's rules. - Johan 2014-06-23 20:31 GMT+02:00 John Smith john_sm...@symantec.com: I don't know much about Android, but does it have to be a VM, or could you

hg: openjfx/8u-dev/rt: [Accessibility] Rename Roles to use underline where the JavaFX uses camelCase

2014-06-25 Thread felipe . heidrich
Changeset: 8656132b02f6 Author:Felipe Heidrich felipe.heidr...@oracle.com Date: 2014-06-25 10:15 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/8656132b02f6 [Accessibility] Rename Roles to use underline where the JavaFX uses camelCase !

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

2014-06-25 Thread kevin . rushforth
Changeset: 10c61801aaab Author:hudson Date: 2014-06-25 09:01 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/10c61801aaab Added tag 8u20-b20 for changeset c771f928a886 ! .hgtags Changeset: 7312e6321ffa Author:kcr Date: 2014-06-25 11:10 -0700 URL:

RE: Exposing native surface or opengl handle

2014-06-25 Thread John Smith
Here's a link to Steve and Felipe's JavaOne presentation: http://www.parleys.com/play/524ee4dbe4b0ab14e307d7b1/about Integrating JavaFX with Native Technologies This session examines ways that applications can extend JavaFX to use native technologies, with a focus on OpenGL. It's such a

hg: openjfx/8u-dev/rt: RT-37599: Creation of a DMG from an APP is broken (scpt fails)

2014-06-25 Thread danno . ferrin
Changeset: 296d878c295d Author:shemnon Date: 2014-06-25 14:25 -0600 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/296d878c295d RT-37599: Creation of a DMG from an APP is broken (scpt fails) Summary: Re-work script to depend on posix file name instead of finder presented

hg: openjfx/8u-dev/rt: [Accessibility] Replace Attributes.MENU_ITEM_TYPE with Roles RADIO_MENU_ITEM, CHECK_MENU_ITEM, and MENU

2014-06-25 Thread felipe . heidrich
Changeset: 85685c1fe33e Author:Felipe Heidrich felipe.heidr...@oracle.com Date: 2014-06-25 16:09 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/85685c1fe33e [Accessibility] Replace Attributes.MENU_ITEM_TYPE with Roles RADIO_MENU_ITEM, CHECK_MENU_ITEM, and MENU !

hg: openjfx/8u-dev/rt: [Accessibility] Follow-up of RT-37609. More bad casts in GlassTextRangeProvider.cpp

2014-06-25 Thread felipe . heidrich
Changeset: 32c05f70d24a Author:Felipe Heidrich felipe.heidr...@oracle.com Date: 2014-06-25 17:00 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/32c05f70d24a [Accessibility] Follow-up of RT-37609. More bad casts in GlassTextRangeProvider.cpp !

hg: openjfx/2u/dev/rt: Added tag 2.2.80-b01 for changeset 861ad6a6305c

2014-06-25 Thread hang . vo
Changeset: 4a686b248383 Author:hudson Date: 2014-06-25 09:41 -0700 URL: http://hg.openjdk.java.net/openjfx/2u/dev/rt/rev/4a686b248383 Added tag 2.2.80-b01 for changeset 861ad6a6305c ! .hgtags