Re: RFR: 8335469: [XWayland] crash when an AWT ScreenCast session overlaps with an FX ScreenCast session [v3]

2024-11-19 Thread Lukasz Kostyra
On Sat, 16 Nov 2024 20:19:06 GMT, Alexander Zvegintsev wrote: >> This is the FX counterpart of the >> [openjdk/jdk/pull/22131](https://github.com/openjdk/jdk/pull/22131) / >> `b.`(aka crash prevention part) >> >> It does not crash without the >> [openjdk/jdk/pull/22131](https://github.com/op

Re: RFR: 8301121: RichTextArea Control (Incubator) [v46]

2024-11-19 Thread Andy Goryachev
> Incubating a new feature - rich text control, **RichTextArea**, intended to > bridge the functional gap with Swing and its StyledEditorKit/JEditorPane. The > main design goal is to provide a control that is complete enough to be useful > out-of-the box, as well as open to extension by the appl

Re: RFR: 8335469: [XWayland] crash when an AWT ScreenCast session overlaps with an FX ScreenCast session [v4]

2024-11-19 Thread Alexander Zvegintsev
> This is the FX counterpart of the > [openjdk/jdk/pull/22131](https://github.com/openjdk/jdk/pull/22131) / > `b.`(aka crash prevention part) > > It does not crash without the > [openjdk/jdk/pull/22131](https://github.com/openjdk/jdk/pull/22131) / `a.` > part. > > The crash prevention part i

Re: RFR: 8335469: [XWayland] crash when an AWT ScreenCast session overlaps with an FX ScreenCast session [v4]

2024-11-19 Thread Alexander Zvegintsev
On Wed, 20 Nov 2024 03:00:36 GMT, Alexander Zvegintsev wrote: >> This is the FX counterpart of the >> [openjdk/jdk/pull/22131](https://github.com/openjdk/jdk/pull/22131) / >> `b.`(aka crash prevention part) >> >> It does not crash without the >> [openjdk/jdk/pull/22131](https://github.com/op

Re: RFR: 8344443: Deprecate FXPermission for removal

2024-11-19 Thread Phil Race
On Mon, 18 Nov 2024 18:59:30 GMT, Kevin Rushforth wrote: > This PR deprecates the FXPermission class for removal. The intent is to > deprecate it in 24 and remove it in 26. > > This class no longer does anything. Now that we have finished the post-SM > removal cleanup, there are no remaining r

Re: RFR: 8335469: [XWayland] crash when an AWT ScreenCast session overlaps with an FX ScreenCast session [v3]

2024-11-19 Thread Kevin Rushforth
On Sat, 16 Nov 2024 20:19:06 GMT, Alexander Zvegintsev wrote: >> This is the FX counterpart of the >> [openjdk/jdk/pull/22131](https://github.com/openjdk/jdk/pull/22131) / >> `b.`(aka crash prevention part) >> >> It does not crash without the >> [openjdk/jdk/pull/22131](https://github.com/op

Withdrawn: 8335469: [XWayland] crash when an AWT ScreenCast session overlaps with an FX ScreenCast session

2024-11-19 Thread Kevin Rushforth
On Fri, 15 Nov 2024 01:47:40 GMT, Alexander Zvegintsev wrote: > This is the FX counterpart of the > [openjdk/jdk/pull/22131](https://github.com/openjdk/jdk/pull/22131) / > `b.`(aka crash prevention part) > > It does not crash without the > [openjdk/jdk/pull/22131](https://github.com/openjdk/

Re: RFR: 8335469: [XWayland] crash when an AWT ScreenCast session overlaps with an FX ScreenCast session [v3]

2024-11-19 Thread Kevin Rushforth
On Tue, 19 Nov 2024 11:45:57 GMT, Lukasz Kostyra wrote: > Code-wise looks good. I wanted to verify the patch on my end, but I need to > get up to speed with JDK repos to build it with your other change. I'll try > to get it approved tomorrow, assuming it all works well. - PR Comme

Re: RFR: 8301121: RichTextArea Control (Incubator) [v46]

2024-11-19 Thread Kevin Rushforth
On Tue, 19 Nov 2024 23:35:38 GMT, Andy Goryachev wrote: >> Incubating a new feature - rich text control, **RichTextArea**, intended to >> bridge the functional gap with Swing and its StyledEditorKit/JEditorPane. >> The main design goal is to provide a control that is complete enough to be >> u

Integrated: 8343196: Add build property to identify experimental builds of JavaFX

2024-11-19 Thread Ambarish Rapte
On Thu, 14 Nov 2024 12:01:29 GMT, Ambarish Rapte wrote: > Introduce a new build property `jfx.experimental.release.suffix` to be used > for the early access builds of an under development feature in JavaFX. > This property would be set to a value ONLY in a branch specific to an > experiment in

Re: RFR: 8301121: RichTextArea Control (Incubator) [v45]

2024-11-19 Thread Andy Goryachev
On Fri, 15 Nov 2024 17:36:25 GMT, Andy Goryachev wrote: >> Incubating a new feature - rich text control, **RichTextArea**, intended to >> bridge the functional gap with Swing and its StyledEditorKit/JEditorPane. >> The main design goal is to provide a control that is complete enough to be >> u

Re: RFR: 8301121: RichTextArea Control (Incubator) [v45]

2024-11-19 Thread Kevin Rushforth
On Fri, 15 Nov 2024 17:36:25 GMT, Andy Goryachev wrote: >> Incubating a new feature - rich text control, **RichTextArea**, intended to >> bridge the functional gap with Swing and its StyledEditorKit/JEditorPane. >> The main design goal is to provide a control that is complete enough to be >> u

Re: RFR: 8341670: [Text, TextFlow] Public API for Text Layout Info [v10]

2024-11-19 Thread Andy Goryachev
> Please refer to > > https://github.com/andy-goryachev-oracle/Test/blob/main/doc/Text/LayoutInfo.md > > The RichTextArea control > ([JDK-8301121](https://bugs.openjdk.org/browse/JDK-8301121)), or any custom > control that needs non-trivial navigation within complex or wrapped text > needs a p

Re: Result: New OpenJFX Reviewer: Michael Strauß

2024-11-19 Thread Andy Goryachev
Congratulations, Michael! -andy From: openjfx-dev on behalf of Kevin Rushforth Date: Tuesday, November 19, 2024 at 09:17 To: registrar , Michael Strauß Cc: openjfx-dev Subject: Result: New OpenJFX Reviewer: Michael Strauß Voting for Michael Strauß [1] to OpenJFX Reviewer [2] is now closed.

Re: RFR: 8343196: Add build property to identify experimental builds of JavaFX [v6]

2024-11-19 Thread Johan Vos
On Tue, 19 Nov 2024 04:34:05 GMT, Ambarish Rapte wrote: >> Introduce a new build property `jfx.experimental.release.suffix` to be used >> for the early access builds of an under development feature in JavaFX. >> This property would be set to a value ONLY in a branch specific to an >> experiment

Re: RFR: 8299753: Tree/TableView: Column Resizing With Fractional Scale [v5]

2024-11-19 Thread Andy Goryachev
On Mon, 4 Nov 2024 17:21:57 GMT, Andy Goryachev wrote: >> Modified the resize algorithm to work well with fractional scale, thanks for >> deeper understanding of the problem thanks to @hjohn and @mstr2 . >> >> Removed earlier manual tester in favor of the monkey tester. >> >> It is important

Result: New OpenJFX Reviewer: Michael Strauß

2024-11-19 Thread Kevin Rushforth
Voting for Michael Strauß [1] to OpenJFX Reviewer [2] is now closed. Yes: 8 Veto: 0 Abstain: 0 According to the Bylaws definition of Three-Vote Consensus, this is sufficient to approve the nomination. -- Kevin [1] https://openjdk.org/census#mstrauss [2] https://mail.openjdk.org/pipermail/ope

Re: RFR: 8343196: Add build property to identify experimental builds of JavaFX [v2]

2024-11-19 Thread Kevin Rushforth
On Sun, 17 Nov 2024 09:02:56 GMT, Johan Vos wrote: >> If we do this, then here are some possible names: >> >> * jfx.experimental.release >> * jfx.experimental.release.name >> * jfx.variant.release >> * jfx.variant.release.name >> * jfx.variant >> * jfx.feature.variant >> >> Thoughts? > >> If we

Re: RFR: 8343196: Add build property to identify experimental builds of JavaFX [v6]

2024-11-19 Thread Kevin Rushforth
On Tue, 19 Nov 2024 04:34:05 GMT, Ambarish Rapte wrote: >> Introduce a new build property `jfx.experimental.release.suffix` to be used >> for the early access builds of an under development feature in JavaFX. >> This property would be set to a value ONLY in a branch specific to an >> experiment