Re: Disabling JavaFX minimise/maximise/etc buttons

2013-07-22 Thread Pavel Safrata
Hi Jonathan, I believe this has been neither requested nor discussed so far. I don't see why this couldn't be added, it just might have to be a conditional feature, we'll have to check. Feel free to file a feature request. Regards, Pavel On 21.7.2013 4:44, Jonathan Giles wrote: Hi all, For

hg: openjfx/8/graphics/rt: 2 new changesets

2013-07-22 Thread hang . vo
Changeset: 23dceeb90d32 Author:Petr Pchelko petr.pche...@oracle.com Date: 2013-07-22 11:15 +0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/23dceeb90d32 RT-26892 Deploy code calls GlassAppletWindows.getRemoteLayerId() from thread other than FX application thread

Re: Thread checks in Glass

2013-07-22 Thread Werner Lehmann
Seems as if the ticket isn't public... On 22.07.2013 11:06, Petr Pchelko wrote: You can follow progress inhttps://javafx-jira.kenai.com/browse/RT-26891

Re: Thread checks in Glass

2013-07-22 Thread Petr Pchelko
Seems as if the ticket isn't public... Sorry for that. Fixed. With best regards. Petr. On Jul 22, 2013, at 1:22 PM, Werner Lehmann wrote: Seems as if the ticket isn't public... On 22.07.2013 11:06, Petr Pchelko wrote: You can follow progress inhttps://javafx-jira.kenai.com/browse/RT-26891

hg: openjfx/8/graphics/rt: 3 new changesets

2013-07-22 Thread hang . vo
Changeset: 920f414235bd Author:Martin Sladecek martin.slade...@oracle.com Date: 2013-07-22 13:32 +0200 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/920f414235bd RT-28487 Add @FunctionalInterface to EventHandler, Callback !

hg: openjfx/8/graphics/rt: SW pipeline: proportional gradients were badly applied (RT-31396)

2013-07-22 Thread hang . vo
Changeset: 99c1c7b7260a Author:Martin Soch martin.s...@oracle.com Date: 2013-07-22 14:06 +0200 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/99c1c7b7260a SW pipeline: proportional gradients were badly applied (RT-31396) !

hg: openjfx/8/graphics/rt: RT-31823: IllegalStateException on shutdown

2013-07-22 Thread hang . vo
Changeset: a2325b6406bc Author:Alexander Zvegintsev Date: 2013-07-22 19:06 +0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/a2325b6406bc RT-31823: IllegalStateException on shutdown ! modules/graphics/src/main/java/com/sun/javafx/application/PlatformImpl.java

Re: Disabling JavaFX minimise/maximise/etc buttons

2013-07-22 Thread Artem Ananiev
On 7/22/2013 11:14 AM, Pavel Safrata wrote: Hi Jonathan, I believe this has been neither requested nor discussed so far. I don't see why this couldn't be added, it just might have to be a conditional feature, we'll have to check. Feel free to file a feature request. Some native platforms

hg: openjfx/8/graphics/rt: RT-31763 EGLFB: Incorrect DPI reported on platforms with unknown screen size

2013-07-22 Thread hang . vo
Changeset: 8f42ebbbef9d Author:Daniel Blaukopf daniel.blauk...@oracle.com Date: 2013-07-22 19:23 +0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/8f42ebbbef9d RT-31763 EGLFB: Incorrect DPI reported on platforms with unknown screen size !

Re: Mixing 2D and 3D

2013-07-22 Thread Pedro Duque Vieira
I'm a little confused, are this changes still going to be present in JavaFX8? I thought JavaFX8 was feature freeze (1 month ago), but I see that some major API discussions are still taking place. Regards, -- Pedro Duque Vieira

Re: Mixing 2D and 3D

2013-07-22 Thread Richard Bair
Feature freeze doesn't mean that there won't be changes -- just that every major feature has an implementation and is ready for testing. Inevitably, as we use new features, we'll find that there needs to be modifications or clarifications. Once we ship, the possibility to refine is greatly

Re: Disabling JavaFX minimise/maximise/etc buttons

2013-07-22 Thread Anthony Petrov
Hi Artem, Do you propose to add another StageStyle - namely, a DIALOG? Note that styles cannot be combined in a mask, meaning that developers won't be able to create e.g. transparent dialogs, or utility dialogs. Generally, I like the idea of defining the purpose of a window and letting the

Re: Thread checks in Glass

2013-07-22 Thread steve . x . northover
The first part of the checking is being done at the Glass level. More checking is under consideration but making native calls from the wrong thread can cause crashes and these are the most important things to fix first. Steve On 22/07/2013 12:08 PM, Pedro Duque Vieira wrote: You mean like

hg: openjfx/8/graphics/rt: RT-31798 remove GRADLE_BUILD workaround

2013-07-22 Thread hang . vo
Changeset: 869e80daa186 Author:ddhill Date: 2013-07-22 17:09 -0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/869e80daa186 RT-31798 remove GRADLE_BUILD workaround ! buildSrc/armv6hf.gradle ! buildSrc/armv6sf.gradle ! buildSrc/linux.gradle ! buildSrc/mac.gradle !

hg: openjfx/8/graphics/rt: 13 new changesets

2013-07-22 Thread hang . vo
Changeset: aa1f69d49266 Author:hudson Date: 2013-07-18 11:11 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/aa1f69d49266 Added tag 8.0-b99 for changeset 34fab9fcc574 ! .hgtags Changeset: be8d3ccdc6d7 Author:mv157916 Date: 2013-07-18 23:22 -0700 URL:

Re: Mixing 2D and 3D

2013-07-22 Thread Richard Bair
Hi August, I will attempt some kind of answer although what we end up doing has a lot to do with where the community wants to take things, so some things we've talked about, some things we haven't, and the conversation is needed and good. Whatever the use case will be JavaFX 3D will be

Re: Mixing 2D and 3D

2013-07-22 Thread Pedro Duque Vieira
Hi, Java 8 doesn't support Windows XP, so in theory we can start taking advantage of DirectX 10+. At this time we are limited to OpenGL ES 2 for... Richard did you mean Java8 won't run on Windows XP, or that 3D features won't be supported in Windows XP? Thanks, best regards, -- Pedro

Re: Mixing 2D and 3D

2013-07-22 Thread Richard Bair
Java 8 (not JavaFX 8 specifically, although we're part of Java 8 so it also applies to us) is not supported on XP. It may or may not work, but we're not testing that configuration. Richard On Jul 22, 2013, at 5:41 PM, Pedro Duque Vieira pedro.duquevie...@gmail.com wrote: Hi, Java 8