Re: Enhancements for JavaFX 18

2021-10-18 Thread Pedro Duque Vieira
Hi again all, I ended up not getting a follow up response. Now that the Mac OS font rendering issue is taken care of, would it perhaps be possible to look into this? Maybe it's just a quick fix as was the case of Mac? That would be great if that's the case. I believe this issue is very

Re: [jfx17u] RFR: 8275361: Create release notes for JavaFX 17.0.1

2021-10-18 Thread Kevin Rushforth
On Mon, 18 Oct 2021 12:59:17 GMT, Abhinay Agarwal wrote: > Release Notes for 17.0.1 Marked as reviewed by kcr (Lead). - PR: https://git.openjdk.java.net/jfx17u/pull/14

[jfx17u] RFR: 8275361: Create release notes for JavaFX 17.0.1

2021-10-18 Thread Abhinay Agarwal
Release Notes for 17.0.1 - Commit messages: - 8275361: Create release notes for JavaFX 17.0.1 Changes: https://git.openjdk.java.net/jfx17u/pull/14/files Webrev: https://webrevs.openjdk.java.net/?repo=jfx17u=14=00 Issue: https://bugs.openjdk.java.net/browse/JDK-8275361 Stats:

[jfx17] Withdrawn: 8275361: Create release notes for JavaFX 17.0.1

2021-10-18 Thread Abhinay Agarwal
On Mon, 18 Oct 2021 03:42:37 GMT, Abhinay Agarwal wrote: > Release notes for 17.0.1 This pull request has been closed without being integrated. - PR: https://git.openjdk.java.net/jfx/pull/644

Re: [jfx17] RFR: 8275361: Create release notes for JavaFX 17.0.1

2021-10-18 Thread Kevin Rushforth
On Mon, 18 Oct 2021 03:42:37 GMT, Abhinay Agarwal wrote: > Release notes for 17.0.1 @abhinayagarwal This should be done as a PR in the [openjdk/jfx17u](https://github.com/openjdk/jfx17u) repo, which is the repo we use for JavaFX 17 update releases. You will need to close this PR and create a

Re: RFR: 8273485: Deadlock when also using Swing and exiting Fullscreen on Mac [v7]

2021-10-18 Thread Florian Kirmaier
> When using Swing it's possible to generate a Deadlock. > It's related to the nested eventloop started in enterFullScreenExitingLoop - > and the RenderLock aquired when using setView in Scene. > Sample Programm and Threaddump are added to the ticket. > > Removing the nested loop fixes the