Some questions about participating in development

2015-04-16 Thread Robert Lichtenberger
Hello everyone, since I recently spammed https://javafx-jira.kenai.com with bug reports :-), I decided it's time to take the next step and contribute patches. With the help of https://wiki.openjdk.java.net/display/OpenJFX/Building+OpenJFX I was able to checkout & build the rt module and execu

Re: JavaFX JIRA issues moving to JBS

2015-04-16 Thread Ryan Jaeb
Of course I forgot to be explicit about the main thing that was important to the discuss alias when I posted that last message. You do NOT need to sign the OCA to contribute a bug via bugs.java.com. I'm not actually sure why the page at bugs.java.com directs people to the contributor agreement be

Re: JavaFX JIRA issues moving to JBS

2015-04-16 Thread Ryan Jaeb
I want to highlight something that was clarified for me on the discuss alias. On the bugs.java.com page there's a section entitled "Submit a Code Fix or Test Case". I misinterpreted it to be part of the guidelines for submitting a bug and have been under the impression that I would be required to

Re: Font size, dpi and text crispness (snapping to pixels)

2015-04-16 Thread Jeff Martin
I should have included a smiley when I suggested a 5k Retina monitor as a “workaround”. :-) Also, I should have mentioned that I was able to improve my text rendering significantly with: myText.setFontSmoothingType(FontSmoothingType.LCD) It isn’t as crisp as Eclipse, but I believe the

Re: Font size, dpi and text crispness (snapping to pixels)

2015-04-16 Thread Mike
This has caused us a lot of sleepless days Blur issue and fonts Cross platform scaling Sent from my iPhone > On Apr 16, 2015, at 3:24 PM, Matthieu BROUILLARD > wrote: > > In my company at least in the business (healthcare in hospitals) we target > JavaFX for (as a replacement of old app

Re: Font size, dpi and text crispness (snapping to pixels)

2015-04-16 Thread Matthieu BROUILLARD
In my company at least in the business (healthcare in hospitals) we target JavaFX for (as a replacement of old app in Swing) we for sure cannot ask our clients to change their computers/screen to have HiDPI... so having 5K screens, yes in 2045 perhaps. On Thu, Apr 16, 2015 at 7:12 PM, Jeff Martin

Re: Canvas performance on Mac OS

2015-04-16 Thread Chris Newland
Confirmed, full 60fps performance on 2011 iMac with this fix: /Library/Java/JavaVirtualMachines/jdk1.8.0_45.jdk/Contents/Home/bin/java -cp target/DemoFX.jar com.chrisnewland.demofx.standalone.Sierpinski fps: 1 fps: 23 fps: 19 fps: 26 fps: 21 fps: 21 fps: 26 fps: 17 /Library/Java/JavaVirtualMachin

Re: JavaFX JIRA issues moving to JBS

2015-04-16 Thread Tomas Mikula
On Wed, Apr 15, 2015 at 10:54 AM, Richard Bair wrote: > This is exactly the issue. We know from the last 20 years that in fact we get > a huge amount of completely bogus bugs that get filed via bugs.java.com > (previously bugs.sun.com ). > Wild stuf

Re: Font size, dpi and text crispness (snapping to pixels)

2015-04-16 Thread Jeff Martin
I’m surprised about the font size problem - If I create a font with new Font(“Monaco”, 10), text shows up the same size as it does in Eclipse. I don’t think there is a solution for the blurry problem, however, because there is no way to disable Antialiasing. In Swing, I was able to get crisp re

[8u60, 9] Review request for RT-40548: [GTK] Gdk-ERROR **: g_thread_init() must be called before gdk_threads_init()

2015-04-16 Thread Alexander Zvegintsev
Hello, please review the fix http://cr.openjdk.java.net/~azvegint/fx/8u60/40548/00/ for the issue https://javafx-jira.kenai.com/browse/RT-40548 -- Thanks, Alexander.

Re: Font size, dpi and text crispness (snapping to pixels)

2015-04-16 Thread Phil Race
https://docs.oracle.com/javase/8/javafx/api/javafx/scene/text/Font.html#getDefault-- Gets the default font which will be from the family "System", and typically the style "Regular", and be of a size consistent with the user's desktop environment, to the extent that can be determined. -phil.

Font size, dpi and text crispness (snapping to pixels)

2015-04-16 Thread Damien Dudouit
Hello, I'm experimenting with Java FX on a Windows 7 machine, using Java 1.8.0_40. The *javafx.scene.text.*Font javadoc says : *The size of a Font is described as being specified in points which are a real world measurement of approximately 1/72 inch. * *[...] Note that the real world distances

Font size

2015-04-16 Thread Damien Dudouit
Hello, I'm experimenting with Java FX on a Windows 7 machine, using Java 1.8.0_40. The Font javadoc says : import javafx.scene.control.TextArea; import javafx.scene.text.Font; import javafx.scene.text.FontPosture; TextArea editor = new TextArea(); editor.setFont(Font.font("Consolas", FontPos

Re: JavaFX JIRA issues moving to JBS

2015-04-16 Thread Ryan Jaeb
I started a thread over there just before I saw these last couple replies. http://mail.openjdk.java.net/pipermail/discuss/2015-April/003719.html Ryan Jaeb On Thu, Apr 16, 2015 at 6:35 AM, Fabrizio Giudici < fabrizio.giud...@tidalwave.it> wrote: > On Thu, 16 Apr 2015 14:01:03 +0200, Kevin Rushf

Re: JavaFX JIRA issues moving to JBS

2015-04-16 Thread Kevin Rushforth
Not in this initial phase, mainly due to the tight schedule and amount of work involved, but likely in a follow-up phase. -- Kevin Anirvan Sarkar wrote: On 15 April 2015 at 03:50, Kevin Rushforth > wrote: ... The issues currently in the RT project i

Re: JavaFX JIRA issues moving to JBS

2015-04-16 Thread Kevin Rushforth
I was talking to Phil about a related point yesterday. One thing we (the JavaFX developers at Oracle) will need to do is to take a more active approach in helping bugs filed at bugs.java.com make their way from the internal "Incidents" project into the JDK project as an active bug. This doesn't

Re: JavaFX JIRA issues moving to JBS

2015-04-16 Thread Fabrizio Giudici
On Thu, 16 Apr 2015 14:01:03 +0200, Kevin Rushforth wrote: Exactly. This is an OpenJDK policy issue. Dalibor posted the link to the discuss alias that you might send an e-mail to. So, ok, this specific discussion should move there. I subscribed to the ml pointed by Dalibor, all the one i

Re: JavaFX JIRA issues moving to JBS

2015-04-16 Thread Kevin Rushforth
Exactly. This is an OpenJDK policy issue. Dalibor posted the link to the discuss alias that you might send an e-mail to. -- Kevin Richard Bair wrote: Why can't an effort be made to influence JBS policies before making the switch? I think the way to do this is to engage the JBS folks on

Re: JavaFX JIRA issues moving to JBS

2015-04-16 Thread Fabrizio Giudici
On Thu, 16 Apr 2015 11:57:10 +0200, Robert Krüger wrote: Please note that the main criticism is not that it becomes a problem for code contributors but for people submitting qualified bug reports including reproducible test cases, concrete measurements etc. or contribute these kind of thin

Re: JavaFX JIRA issues moving to JBS

2015-04-16 Thread Robert Krüger
On Thu, Apr 16, 2015 at 11:02 AM, Mario Torre < neugens.limasoftw...@gmail.com> wrote: > > On the other end, the rules for Author are clear, you need to sign the > OCA (this is the main pain point, but I believe most of the > contributors to OpenJFX already have this done anyway, isn't that a > re

Re: JavaFX JIRA issues moving to JBS

2015-04-16 Thread Mario Torre
As a long time OpenJDK contributor I agree the fact of needing to be an Author to file bug reports is an inconvenience. This is something that is discussed basically at every public meeting where the Governing Board is present (particularly at Fosdem, sometimes at Java One as well). For OpenJDK A

Re: Canvas performance on Mac OS

2015-04-16 Thread Chris Newland
Hi Jim, Thanks for looking into this. The patch definitely improves es2 performance on Debian Linux amd64 from around 33fps to around 53fps for me (nVidia FX580). I've made patched overlay builds of OpenJFX (Linux) 8 and 9 available on my OpenJFX CI server for anyone who wants to try it: http://

Re: JavaFX JIRA issues moving to JBS

2015-04-16 Thread Robert Krüger
On Thursday, April 16, 2015, Ryan Jaeb wrote: > My frustration isn't aimed at anyone on the list, so I hope it didn't seem > like that. > > I don't usually post to the list, but I follow it enough to know that, once > we see an announcement like the one Kevin delivered, the decision has been > ma