JavaFX features in JDK 9

2015-06-15 Thread Felix Bembrick
I realise we are a long way off JDK 9 still and with crucial features such as Jigsaw still a little up in the air but is it possible someone could itemise the most likely new features, enhancements and bug fixes that we will see in JavaFX when JDK 9 is released? Of course it's purely

Re: JavaFx: printer dialog is shown behind main window(stage)

2015-06-15 Thread Werner Lehmann
Hi Alexander, this seems to be a known bug: https://bugs.openjdk.java.net/browse/JDK-8088395 Rgds Werner On 15.06.2015 07:54, Александр Свиридов wrote: The printer dialog appears. But! it appears behind the main window but not in front of main window! This strange behaviour happens only when

In(Sanity) Testing Mondays

2015-06-15 Thread Kevin Rushforth
Reminder, Monday (today) is our weekly sanity testing. You can find your testing assignment at: https://wiki.openjdk.java.net/display/OpenJFX/Sanity+Testing Also please remember that the repo will be locked from 1am PDT until 1pm PDT. Happy testing! Thanks. -- Kevin

Re: Font rendering hints - RT-36146 - progress?

2015-06-15 Thread Kevin Rushforth
It is one of many RFEs that we might consider for JDK 9, but have not committed to. I don't think Phil has looked into it recently, but perhaps he can provide an update on it. -- Kevin Felix Bembrick wrote: ​Has anyone had a look at this, done some work on it or can provide some details as

[8u60,9] review request: 8088823: Advanced Media Player tab does not respond to Time slider on Windows

2015-06-15 Thread Kirill Kirichenko
Hi Alexander, Kevin. Could you please review the following fix? jbs: https://bugs.openjdk.java.net/browse/JDK-8088823 wevrev: http://cr.openjdk.java.net/~stayer/8088823/webrev.00/ Please review and comment in JBS. This patch partly fixes regression after

Bug report: HostServicesFactory on Linux needs a more complete browsers list

2015-06-15 Thread Mike Hearn
The file HostServicesFactory.java (I cannot find it in the JFX8+ repo) contains this line of code, for Linux. It should be re-arranged and extended for better compatibility: - static final String[] browsers = new String[]{google-chrome, firefox, opera, konqueror, mozilla}; + static final

Re: Font rendering hints - RT-36146 - progress?

2015-06-15 Thread Phil Race
If you can figure out some apps for which there is source and provide those tweaks that might help understand the differences but I am not sure it will be as straightforward as you hope. -phil.. On 6/15/15 1:52 PM, Felix Bembrick wrote: The thing is that the way DirectWrite is utilised now

HiDPI in monocle

2015-06-15 Thread Johan Vos
Hi, With the changes introduced in the fix for RT-27960 ( https://bugs.openjdk.java.net/browse/JDK-8098184), the hidpi support on Android is broken. As part of the changes in http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/670ed25ed138, we introduced a getScale method on NativeScreen, and the

Re: Font rendering hints - RT-36146 - progress?

2015-06-15 Thread Phil Race
I would have to look at it starting more or less from scratch and I do not know that it would be as simple as providing a way to tweak DirectWrite rendering. The differences seem to be quite small differences in sub-pixel intensity and sub-pixel accumulation of the total advance. I do not know

8u-dev and 9-dev unlocked -- Rampdown rules in effect for 8u-dev

2015-06-15 Thread Kevin Rushforth
8u-dev and 9-dev are open following this week's testing. As previously communicated [1] and stated on the JavaFX Wiki [2] the following rampdown rules for 8u60 are in effect this week for pushing changes to 8u-dev: Mon, Jun 15 to Sun, Jun 21 -- regressions and critical bugs

Re: Font rendering hints - RT-36146 - progress?

2015-06-15 Thread Felix Bembrick
The thing is that the way DirectWrite is utilised now by JavaFX either through which hints are applied by default or by some other way, the result is text which does not render exactly the same way as (almost) every native Windows application that also utilises DirectWrite. Wouldn't a simpler