Re: Toolkit Window Decorations

2024-06-08 Thread Christopher Schnick
I totally agree with the need for better decoration support. I think many JavaFX application developers would agree that one big area where JavaFX is lacking are window decorations, or the lack thereof. Nowadays there are many reasons for having better support/integration for window decorations

JavaFX on Windows ARM

2024-06-08 Thread Christopher Schnick
Hello there, with the latest releases of ARM hardware with Windows I just wanted to ask whether there are any plans on officially supporting JavaFX for Windows on ARM. There are also now GitHub runners for Windows and Linux that run on ARM (see https://github.blog/2024-06-03-arm64-on-github

JavaFX 3D Feature request: Ability to set texture wrap mode for PhongMaterial

2024-06-08 Thread Risto Vaher
Hi, sometimes it is useful to clamp texture coordinates that exceed the normal 0-1 range, however currently the default behaviour is to repeat them and there is no way to configure it. It would be useful to have a TextureWrap property in the PhongMaterial class that would have options like REPEAT,

Re: RFR: 8305418: [Linux] Replace obsolete XIM as Input Method Editor [v21]

2024-06-08 Thread Glavo
On Mon, 27 May 2024 09:25:24 GMT, Thiago Milczarek Sayao wrote: >> This replaces obsolete XIM and uses gtk api for IME. >> Gtk uses [ibus](https://github.com/ibus/ibus) >> >> Gtk3+ uses relative positioning (as Wayland does), so I've added a Relative >> positioning on `InputMethodRequest`. >>