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
Changeset: 32c05f70d24a
Author:Felipe Heidrich
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
! modules/graphics/src/main/native-glass/win/GlassTex
Changeset: aa512fa597ef
Author:Felipe Heidrich
Date: 2014-06-25 16:46 -0700
URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/aa512fa597ef
[Accessibility] Always check for GetEnv()==NULL (just in case... see
IRawElementProviderAdviseEvents)
! modules/graphics/src/main/native-
Changeset: 85685c1fe33e
Author:Felipe Heidrich
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
!
modules/controls/src/main/java
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 nam
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
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: http://
Changeset: 8656132b02f6
Author:Felipe Heidrich
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
!
modules/controls/src/main/java/com/sun/javafx/scene/contr
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 :
> I don't know much about Android, but does it have to be a VM, or could you
> use ART or an ART equi
Changeset: d74b74fe1442
Author:Felipe Heidrich
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
!
modules/controls/src/main/java/com/sun
Changeset: 758e1f790da3
Author:Felipe Heidrich
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())
! modules/graphics/src/main/java/
Changeset: a4b44bda860f
Author:Felipe Heidrich
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
! modules/graphics/src/main/java/com/sun/glass/ui/View.java
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 wrote:
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
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
/Us
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 documen
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 to
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
> remov
Ok thx
Am 25.06.2014 16:51 schrieb "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 yesterda
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 scre
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 on
Changeset: a193ba23a602
Author:Anthony Petrov
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 events
Reviewed-by: azvegin
Changeset: 83f65386cca4
Author:Daniel Blaukopf
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
! modules/graphics/src/main/java/com/sun/glass/ui/monocle/SoftwareCursor.java
Changeset: afba65e76862
Author:Daniel Blaukopf
Date: 2014-06-25 16:43 +0300
URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/afba65e76862
RT-37709 SwipeTest fails occasionally
Summary: Disable SwipeTest until we can fix it
! tests/system/src/test/java/com/sun/glass/ui/monocle
Changeset: 408891f149b8
Author:Daniel Blaukopf
Date: 2014-06-25 16:38 +0300
URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/408891f149b8
[Tests] Fixed imports in ModalDialogTest broken by changeset: 7349:3fa3f3d53510
! tests/system/src/test/java/com/sun/glass/ui/monocle/Moda
Hello,
I propose a new property for PopupWindow that would allow developer to
control autohiding policy when PopupWindow has an owner node. Currently,
clicking the owner Node does not hide the window, but the new property
(autoHideOnOwnerNodeMouseEvents) can change this.
JIRA:
https://javafx-
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 real
Changeset: 3fa3f3d53510
Author:Daniel Blaukopf
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
! modules/graphics/src/main/java/co
28 matches
Mail list logo