Re: [jfx23u] RFR: 8347616: Create release notes for JavaFX 23.0.2

2025-01-13 Thread Abhinay Agarwal
On Mon, 13 Jan 2025 19:02:33 GMT, Kevin Rushforth wrote: > Release notes for JavaFX 23.0.2. > > Notes to reviewers: > > I used the following filter to pick the issues: > > https://bugs.openjdk.org/issues/?filter=47027 > > The original filter, with the backport IDs, is here: > > https://bugs.

Integrated: 8346228: Update GStreamer to 1.24.10

2025-01-13 Thread Alexander Matveev
On Fri, 10 Jan 2025 01:16:52 GMT, Alexander Matveev wrote: > - Updated GStreamer to 1.24.10 and Glib to 2.82.4. > - Testing done on all platforms with all supported formats. > - Removed gstdiscoverer.c. We do not use code from this file. > - No other changes or bug fixes are done. This pull req

Re: RFR: 8288893: Popup and its subclasses cannot input text from InputMethod [v4]

2025-01-13 Thread Kevin Rushforth
On Fri, 13 Dec 2024 16:26:54 GMT, Martin Fox wrote: >> Input methods don’t work for text controls inside Popups. This PR fixes that. >> >> Some background: >> >> A PopupWindow always has an owner. The owner of the first Popup is a >> standard Window; I’ll refer to that as the root window. But

Re: [jfx23u] RFR: 8347616: Create release notes for JavaFX 23.0.2

2025-01-13 Thread Kevin Rushforth
On Mon, 13 Jan 2025 19:02:33 GMT, Kevin Rushforth wrote: > Release notes for JavaFX 23.0.2. > > Notes to reviewers: > > I used the following filter to pick the issues: > > https://bugs.openjdk.org/issues/?filter=47027 > > The original filter, with the backport IDs, is here: > > https://bugs.

[jfx23u] RFR: 8347616: Create release notes for JavaFX 23.0.2

2025-01-13 Thread Kevin Rushforth
Release notes for JavaFX 23.0.2. Notes to reviewers: I used the following filter to pick the issues: https://bugs.openjdk.org/issues/?filter=47027 The original filter, with the backport IDs, is here: https://bugs.openjdk.org/issues/?filter=47026 As usual, I excluded test bugs, cleanup bugs, e

Re: RFR: 8347598: Change JavaFX release version to 25

2025-01-13 Thread Johan Vos
On Mon, 13 Jan 2025 16:25:06 GMT, Kevin Rushforth wrote: > Bump the version number of JavaFX to 25. I will integrate this to master as > part of forking the jfx24 stabilization branch, which is scheduled for > Thursday, January 16, 2025 at 16:00 UTC. Marked as reviewed by jvos (Reviewer). ---

Re: Manage taskbar from JavaFX

2025-01-13 Thread Michael Strauß
Hi Petr, the openjfx-dev mailing list is a place to discuss the direction and development of the JavaFX framework itself. If your question is not directly related to the JavaFX framework (which it doesn't seem to be), it's unlikely that you'll get much help here. You might have more luck on StackO

Re: RFR: 8347598: Change JavaFX release version to 25

2025-01-13 Thread Andy Goryachev
On Mon, 13 Jan 2025 16:25:06 GMT, Kevin Rushforth wrote: > Bump the version number of JavaFX to 25. I will integrate this to master as > part of forking the jfx24 stabilization branch, which is scheduled for > Thursday, January 16, 2025 at 16:00 UTC. `javadoc.title` and `javadoc.header` now fo

RFR: 8347598: Change JavaFX release version to 25

2025-01-13 Thread Kevin Rushforth
Bump the version number of JavaFX to 25. I will integrate this to master as part of forking the jfx24 stabilization branch, which is scheduled for Thursday, January 16, 2025 at 16:00 UTC. - Commit messages: - 8347598: Change JavaFX release version to 25 Changes: https://git.openjd

Re: RFR: 8347598: Change JavaFX release version to 25

2025-01-13 Thread Kevin Rushforth
On Mon, 13 Jan 2025 16:25:06 GMT, Kevin Rushforth wrote: > Bump the version number of JavaFX to 25. I will integrate this to master as > part of forking the jfx24 stabilization branch, which is scheduled for > Thursday, January 16, 2025 at 16:00 UTC. Reviewer: @arapte or @johanvos ---

Integrated: 8347362: RichTextArea Demo Apps Build Script

2025-01-13 Thread Andy Goryachev
On Fri, 10 Jan 2025 21:09:01 GMT, Andy Goryachev wrote: > Added ant build to the RichTextAreaDemo project. > > ## Building > > Build: run `ant` command in the project directory. > > ## Running Demos > > Use the following commands to run demos build in the previous section: > > Code Area Demo

Integrated: 8347305: RichTextArea Follow-up

2025-01-13 Thread Andy Goryachev
On Fri, 10 Jan 2025 15:48:43 GMT, Andy Goryachev wrote: > The changes: > > - minor fixes in the behavior document (DELETE_WORD_PREVIOUS) > - Default width of RTA is less than half the size of TextArea (176 vs 478 on > my Windows 11 system). Earlier the height was also too small, but you already

Re: RFR: 8346228: Update GStreamer to 1.24.10 [v2]

2025-01-13 Thread Kevin Rushforth
On Fri, 10 Jan 2025 21:24:25 GMT, Alexander Matveev wrote: >> - Updated GStreamer to 1.24.10 and Glib to 2.82.4. >> - Testing done on all platforms with all supported formats. >> - Removed gstdiscoverer.c. We do not use code from this file. >> - No other changes or bug fixes are done. > > Alexan

Re: RFR: 8346228: Update GStreamer to 1.24.10 [v2]

2025-01-13 Thread Joeri Sykora
On Fri, 10 Jan 2025 21:24:25 GMT, Alexander Matveev wrote: >> - Updated GStreamer to 1.24.10 and Glib to 2.82.4. >> - Testing done on all platforms with all supported formats. >> - Removed gstdiscoverer.c. We do not use code from this file. >> - No other changes or bug fixes are done. > > Alexan