[jfx17u] RFR: 8276553: ListView scrollTo() is broken after fix for JDK-8089589

2022-04-30 Thread Johan Vos
Reviewed-by: kcr, mstrauss - Commit messages: - 8276553: ListView scrollTo() is broken after fix for JDK-8089589 Changes: https://git.openjdk.java.net/jfx17u/pull/50/files Webrev: https://webrevs.openjdk.java.net/?repo=jfx17u=50=00 Issue:

[jfx17u] RFR: 8274137: TableView scrollbar/header misaligned when reloading data

2022-04-30 Thread Johan Vos
Reviewed-by: kcr, aghaisas - Commit messages: - 8274137: TableView scrollbar/header misaligned when reloading data Changes: https://git.openjdk.java.net/jfx17u/pull/49/files Webrev: https://webrevs.openjdk.java.net/?repo=jfx17u=49=00 Issue:

Re: [jfx11u] RFR: 8283218: Update GStreamer to 1.20.1

2022-04-30 Thread Johan Vos
On Sat, 30 Apr 2022 13:37:08 GMT, Kevin Rushforth wrote: > Backport to `jfx11u`. Tested in connection with libffi update in the > `test-kcr-11.0.16` branch. > > This was not a clean backport, but the merge conflicts were trivial to > resolve. Here is a summary of the changes. The jfx mainline

Re: [jfx11u] RFR: 8276174: JavaFX build fails on macOS aarch64

2022-04-30 Thread Johan Vos
On Sat, 30 Apr 2022 13:51:23 GMT, Kevin Rushforth wrote: > Backport to `jfx11u` so we can build on macOS / aarch64 without needing to > specify `-PCOMPILE_TARGET=arm64`. It isn't a clean backport, since I also had > to include the definition of `IS_AARCH64` which is present in mainline, but >

[jfx11u] Integrated: 8276142: Update gradle to version 7.3

2022-04-30 Thread Kevin Rushforth
On Sat, 30 Apr 2022 13:43:09 GMT, Kevin Rushforth wrote: > Clean backport to `jfx11u`. This pull request has now been integrated. Changeset: e92f7fcd Author:Kevin Rushforth URL: https://git.openjdk.java.net/jfx11u/commit/e92f7fcd4f9e9bc89c91b06b1c7fa8296c4902bb Stats: 227 lines

[jfx11u] Integrated: 8273998: Clarify specification for Window properties controlled by the window manager

2022-04-30 Thread Kevin Rushforth
On Sat, 30 Apr 2022 13:48:57 GMT, Kevin Rushforth wrote: > Clean backport to `jfx11u`. This pull request has now been integrated. Changeset: 1e62db92 Author:Kevin Rushforth URL: https://git.openjdk.java.net/jfx11u/commit/1e62db92944c545cc7dd333652819be1c50896ff Stats: 84 lines

Re: [jfx11u] RFR: 8276174: JavaFX build fails on macOS aarch64

2022-04-30 Thread Kevin Rushforth
On Sat, 30 Apr 2022 13:51:23 GMT, Kevin Rushforth wrote: > Backport to `jfx11u` so we can build on macOS / aarch64 without needing to > specify `-PCOMPILE_TARGET=arm64`. It isn't a clean backport, since I also had > to include the definition of `IS_AARCH64` which is present in mainline, but >

[jfx11u] RFR: 8276174: JavaFX build fails on macOS aarch64

2022-04-30 Thread Kevin Rushforth
Backport to `jfx11u` so we can build on macOS / aarch64 without needing to specify `-PCOMPILE_TARGET=arm64`. It isn't a clean backport, since I also had to include the definition of `IS_AARCH64` which is present in mainline, but not in `jfx11u` (it was added as part of another unrelated fix

[jfx11u] RFR: 8273998: Clarify specification for Window properties controlled by the window manager

2022-04-30 Thread Kevin Rushforth
Clean backport to `jfx11u`. - Commit messages: - 8273998: Clarify specification for Window properties controlled by the window manager Changes: https://git.openjdk.java.net/jfx11u/pull/99/files Webrev: https://webrevs.openjdk.java.net/?repo=jfx11u=99=00 Issue:

Re: [jfx11u] RFR: 8274274: Update JUnit to version 5.8.1

2022-04-30 Thread Kevin Rushforth
On Sat, 30 Apr 2022 13:45:39 GMT, Kevin Rushforth wrote: > Nearly clean backport to `jfx11u`. It isn't a clean backport since the > mainline patch updated `gradle/verification-metadata.xml`, which doesn't > exist in 11. Reviewer: @arapte - PR:

[jfx11u] RFR: 8274274: Update JUnit to version 5.8.1

2022-04-30 Thread Kevin Rushforth
Nearly clean backport to `jfx11u`. It isn't a clean backport since the mainline patch updated `gradle/verification-metadata.xml`, which doesn't exist in 11. - Commit messages: - 8274274: Update JUnit to version 5.8.1 Changes: https://git.openjdk.java.net/jfx11u/pull/97/files

[jfx11u] RFR: 8276142: Update gradle to version 7.3

2022-04-30 Thread Kevin Rushforth
Clean backport to `jfx11u`. - Commit messages: - 8276142: Update gradle to version 7.3 Changes: https://git.openjdk.java.net/jfx11u/pull/96/files Webrev: https://webrevs.openjdk.java.net/?repo=jfx11u=96=00 Issue: https://bugs.openjdk.java.net/browse/JDK-8276142 Stats: 227

Re: [jfx11u] RFR: 8281564: Update cmake to 3.22.3

2022-04-30 Thread Kevin Rushforth
On Sat, 30 Apr 2022 13:39:32 GMT, Kevin Rushforth wrote: > Simple backport to `jfx11u`. It isn't a clean backport since the mainline > patch had an update to `gradle/verification-metadata.xml`, which doesn't > exist in 11. Reviewer: @arapte - PR:

[jfx11u] RFR: 8281564: Update cmake to 3.22.3

2022-04-30 Thread Kevin Rushforth
Simple backport to `jfx11u`. It isn't a clean backport since the mainline patch had an update to `gradle/verification-metadata.xml`, which doesn't exist in 11. - Commit messages: - 8281564: Update cmake to 3.22.3 Changes: https://git.openjdk.java.net/jfx11u/pull/95/files Webrev:

Re: [jfx11u] RFR: 8283218: Update GStreamer to 1.20.1

2022-04-30 Thread Kevin Rushforth
On Sat, 30 Apr 2022 13:37:08 GMT, Kevin Rushforth wrote: > Backport to `jfx11u`. Tested in connection with libffi update in the > `test-kcr-11.0.16` branch. > > This was not a clean backport, but the merge conflicts were trivial to > resolve. Here is a summary of the changes. The jfx mainline

[jfx11u] RFR: 8283218: Update GStreamer to 1.20.1

2022-04-30 Thread Kevin Rushforth
Backport to `jfx11u`. Tested in connection with libffi update in the `test-kcr-11.0.16` branch. This was not a clean backport, but the merge conflicts were trivial to resolve. Here is a summary of the changes. The jfx mainline patch applied cleanly to all other files. 1. The following file is

[jfx11u] RFR: 8280840: Update libFFI to 3.4.2

2022-04-30 Thread Kevin Rushforth
Clean backport to `jfx11u`. Tested in connection with gstreamer / glib update in the `test-kcr-11.0.16` branch. - Commit messages: - 8280840: Update libFFI to 3.4.2 Changes: https://git.openjdk.java.net/jfx11u/pull/93/files Webrev: