RFR: 8249839: Cherry pick GTK WebKit 2.28.3 changes

2020-07-22 Thread Arun Joseph
Update to GTK WebKit 2.28.3 https://webkitgtk.org/2020/07/09/webkitgtk2.28.3-released.html - Commit messages: - Cherry pick GTK WebKit 2.28.3 changes Changes: https://git.openjdk.java.net/jfx/pull/271/files Webrev: https://webrevs.openjdk.java.net/jfx/271/webrev.00 Issue:

Re: RFR: 8181775: JavaFX WebView does not calculate border-radius properly [v3]

2020-07-22 Thread Bhawesh Choudhary
> root cause of issue is prism's fillRoundedRect() API doesn't allow rendering > of rounded corner rectangle if four > corners have different radii. but same can be achieved via Path. to fix the > issue, in GraphicsContextJava.cpp while > rendering fillRoundedRect, check if all four corners have

Re: Hello!

2020-07-22 Thread Nir Lisker
> > I'd like to work on implementing this feature: JDK-8238733 > I suggest you sent a new email specifically discussing this issue then. You will need approval from Kevin of Johan to implement it anyway. Someone might be able to help you

RFR: 8249777: build.gradle: project.version should not contain time stamps

2020-07-22 Thread Kevin Rushforth
The addMavenPublication method sets the `project.version` to `$MAVEN_VERSION`, where project is base, graphics, controls, etc. When doing an ordinary "developer" build, this property contains the time stamp . This is causing problems with the NetBeans gradle plugin not being able to determine

Re: RFR: 8249777: build.gradle: project.version should not contain time stamps

2020-07-22 Thread Kevin Rushforth
On Wed, 22 Jul 2020 17:22:25 GMT, Kevin Rushforth wrote: > The addMavenPublication method sets the `project.version` to > `$MAVEN_VERSION`, where project is base, graphics, > controls, etc. When doing an ordinary "developer" build, this property > contains the time stamp . This is causing >

[jfx14] Integrated: 8249799: Create release notes for JavaFX 14.0.2.1

2020-07-22 Thread Johan Vos
On Wed, 22 Jul 2020 12:07:06 GMT, Johan Vos wrote: > Add release notes for 14.0.2.1 > Fix for JDK-8249799 This pull request has now been integrated. Changeset: c8ee1b7f Author:Johan Vos URL: https://git.openjdk.java.net/jfx/commit/c8ee1b7f Stats: 29 lines in 1 file changed: 0

Re: [jfx14] RFR: 8249799: Create release notes for JavaFX 14.0.2.1 [v2]

2020-07-22 Thread Johan Vos
> Add release notes for 14.0.2.1 > Fix for JDK-8249799 Johan Vos has updated the pull request incrementally with two additional commits since the last revision: - and also change the links, pointing to the original bug - Use the bug id of the original issue instead of the backport issue

Re: [jfx14] RFR: 8249799: Create release notes for JavaFX 14.0.2.1 [v2]

2020-07-22 Thread Kevin Rushforth
On Wed, 22 Jul 2020 14:54:38 GMT, Johan Vos wrote: >> Add release notes for 14.0.2.1 >> Fix for JDK-8249799 > > Johan Vos has updated the pull request incrementally with two additional > commits since the last revision: > > - and also change the links, pointing to the original bug > - Use

Re: Is scene builder abandoned? And what about JavaFX?

2020-07-22 Thread Kevin Rushforth
JavaFX is quite active, and has not been abandoned. You can find the documentation and download the latest releases at openjfx.io [1]. The source repository for JavaFX is on GitHub [2]. SceneBuilder is maintained by Gluon. Releases are available for download at [3]. The source repository is

Is scene builder abandoned? And what about JavaFX?

2020-07-22 Thread Davide Perini
Hi all, love JavaFX and I think that it is very productive, super awesome. It is pretty sad that scene builder seems so old and unsupported, scene builder still not support spinner and many "newer" elements. Why? Is JavaFX dead or is still active? Since Oracle "abandon" I see no documentation

[jfx15] Integrated: 8220484: JFXPanel renders a slanted image with a hidpi monitor scale of 125% or 175%

2020-07-22 Thread Oliver Schmidtmer
On Wed, 3 Jun 2020 15:46:36 GMT, Oliver Schmidtmer wrote: > In edge cases where monitor scaling of 1.25 or 1.75 is active, Math.ceil and > Math.round produce different results and > EmbeddedScene#getPixels in JFXPanel#paintComponent causes an off-by-one error > on the line width and therefore

Re: [jfx14] RFR: 8249799: Create release notes for JavaFX 14.0.2.1

2020-07-22 Thread Kevin Rushforth
On Wed, 22 Jul 2020 12:07:06 GMT, Johan Vos wrote: > Add release notes for 14.0.2.1 > Fix for JDK-8249799 It looks like you used the JBS bug IDs of the backport records rather than the main bug. The rest looks good. - PR: https://git.openjdk.java.net/jfx/pull/269

Re: [jfx15] RFR: 8220484: JFXPanel renders a slanted image with a hidpi monitor scale of 125% or 175% [v6]

2020-07-22 Thread Prasanta Sadhukhan
On Mon, 20 Jul 2020 18:11:34 GMT, Oliver Schmidtmer wrote: >> In edge cases where monitor scaling of 1.25 or 1.75 is active, Math.ceil and >> Math.round produce different results and >> EmbeddedScene#getPixels in JFXPanel#paintComponent causes an off-by-one >> error on the line width and

[jfx14] RFR: 8249799: Create release notes for JavaFX 14.0.2.1

2020-07-22 Thread Johan Vos
Add release notes for 14.0.2.1 Fix for JDK-8249799 - Commit messages: - Add release notes for 14.0.2.1 Changes: https://git.openjdk.java.net/jfx/pull/269/files Webrev: https://webrevs.openjdk.java.net/jfx/269/webrev.00 Issue: https://bugs.openjdk.java.net/browse/JDK-8249799