[jfx24u] Integrated: 8354336: gstclock.c: compilation error: 'incompatible pointer type' with gcc 14

2025-04-25 Thread Alexander Matveev
On Fri, 25 Apr 2025 22:01:29 GMT, Alexander Matveev wrote: > Clean backport of JDK-8354336. This pull request has now been integrated. Changeset: 88a5ea06 Author:Alexander Matveev URL: https://git.openjdk.org/jfx24u/commit/88a5ea0689518ccd88f505655e24ce8aad25583b Stats: 7 lines

[jfx24u] RFR: 8354336: gstclock.c: compilation error: 'incompatible pointer type' with gcc 14

2025-04-25 Thread Alexander Matveev
Clean backport of JDK-8354336. - Commit messages: - Backport 3fdd21386d6db96294fcecd80afc25d09732c067 Changes: https://git.openjdk.org/jfx24u/pull/26/files Webrev: https://webrevs.openjdk.org/?repo=jfx24u&pr=26&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8354336 Stats:

Re: RFR: 8354875: Update to GCC 14.2.0 on Linux

2025-04-25 Thread Kevin Rushforth
On Thu, 17 Apr 2025 18:17:21 GMT, Kevin Rushforth wrote: > This PR updates the compiler on Linux to GCC 14.2.0 (from 13.2.0) to match > JDK 25. > > I ran a full headless and headful test run, including building media and > WebKit, on the following: > > * [x] Oracle Linux 8 (our production bui

RFR: 8354875: Update to GCC 14.2.0 on Linux

2025-04-25 Thread Kevin Rushforth
This PR updates the compiler on Linux to GCC 14.2.0 (from 13.2.0) to match JDK 25. I ran a full headless and headful test run, including building media and WebKit, on the following: * [x] Oracle Linux 8 (our production build and headless test platform) * [x] Ubuntu 16.04 * [x] Ubuntu 22.04 * [x

Integrated: 8354336: gstclock.c: compilation error: 'incompatible pointer type' with gcc 14

2025-04-25 Thread Alexander Matveev
On Wed, 23 Apr 2025 23:26:23 GMT, Alexander Matveev wrote: > - Fixed gcc 14 compiler errors. > > > ../../../gstreamer-lite/gstreamer/gst/gstclock.c: In function > 'gst_clock_entry_new': > ../../../gstreamer-lite/gstreamer/gst/gstclock.c:178:48: error: passing > argument 1 of 'g_weak_ref_init

Re: RFR: 8207333: [Linux, macOS] Column sorting is triggered always after context menu request on table header

2025-04-25 Thread Martin Fox
On Thu, 24 Apr 2025 09:11:09 GMT, Jose Pereda wrote: >>> control+left-click works as expected for me too. >> >> For control+left-click it looks like the code will call >> `columnReordingStarted` but on the released event it won't call >> `columnReorderingComplete`. I have no idea if this will

Re: RFR: 8354336: gstclock.c: compilation error: 'incompatible pointer type' with gcc 14

2025-04-25 Thread Ambarish Rapte
On Wed, 23 Apr 2025 23:26:23 GMT, Alexander Matveev wrote: > - Fixed gcc 14 compiler errors. > > > ../../../gstreamer-lite/gstreamer/gst/gstclock.c: In function > 'gst_clock_entry_new': > ../../../gstreamer-lite/gstreamer/gst/gstclock.c:178:48: error: passing > argument 1 of 'g_weak_ref_init

Re: RFR: 8354795: DialogPane show details button wipes out base style class "hyperlink"

2025-04-25 Thread John Hendrikx
On Thu, 24 Apr 2025 22:36:09 GMT, Andy Goryachev wrote: > > The details button is private and not documented > > it is not private: the method that creates it in the DialogPane:817 is > protected, so the application can override it and get a pointer to the > button, set styles, etc. > > `prot

Re: RFR: 8313424: JavaFX controls in the title bar [v65]

2025-04-25 Thread Michael Strauß
On Thu, 24 Apr 2025 09:15:15 GMT, Markus Mack wrote: > * On Windows, when resizing the window horizontally to small sizes, the > header button symbols are drawn over any other content in the header bar's > center region, which looks broken. Can the layout be made stricter to prevent > this? Or