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
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
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,
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`.
>>