Re: Is there an ETA for Linux Wayland support?

2024-12-01 Thread Thiago Milczarek Sayão
I don’t officially speak on this matter, nor will I attempt to answer your question directly, as I’m unaware of any internal company efforts in this area. However, it would be beneficial to have a centralized resource to track ongoing efforts, ensuring we avoid duplicating work that might otherwise

Is there an ETA for Linux Wayland support?

2024-12-01 Thread Davide Perini
As title. It seems that JavaFX is not fully compliant with Linux Wayland. Is there an ETA for the complete wayland support? Thanks

Re: RFR: 8345261: Refactor the Dimension2D classes

2024-12-01 Thread Alexander Zvegintsev
On Fri, 29 Nov 2024 17:00:42 GMT, Nir Lisker wrote: > A small refactoring of the Dimension classes. > > * `com.sun.javafx.geom.Dimension` was removed and its uses were replaced by > `com.sun.javafx.geom.Dimension2D`. > * `com.sun.javafx.geom.Dimension2D` became a record. > * `javafx.geometry.Di

Re: Possible mistakes in com.sun.javafx.geom.AreaOp

2024-12-01 Thread John Hendrikx
Yeah, that AWT code is changed almost exactly the same way.  Don't know why they kept Vector, could be AWT specific reason that doesn't apply to FX.  Uncontested synchronized blocks should however be practically free, so I don't think it's worth doing more than copying their changes. --John On 30

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

2024-12-01 Thread Ambarish Rapte
On Fri, 22 Nov 2024 18:07:14 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: Is there an ETA for Linux Wayland support?

2024-12-01 Thread Johan Vos
Hi, I had this high on my list a couple of years ago, but because of XWayland I didn't feel the urgent need to work on it, so it dropped a bit on my priority list. Thiago did great experimental work in this area, and I should raise Wayland higher on my list again. It's something I would love to sp