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
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:
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
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
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
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
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
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
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