On Fri, 18 Feb 2022 17:04:08 GMT, Alexander Scherbatiy
wrote:
> Zoomed/Rotated with two fingers rectangle flickers (unexpectedly becomes
> pretty small or large and then returns back to previous size several times
> during zooming/rotating) on a Raspberry Pi with Touchscreen.
>
> The log with
On Sat, 5 Mar 2022 15:53:52 GMT, Alexander Scherbatiy
wrote:
> An axis is not cached in the LinuxTouchTransform class.
>
> To reproduce the issue I added `System.out.printf("initTransform: axis: %d,
> index: %d%n", axis, index);` log to the LinuxTouchTransform.initTransform()
> method:
> http
On Wed, 9 Mar 2022 17:55:36 GMT, Alexander Scherbatiy
wrote:
> Tapping on a circle in the center of the screen sometimes generates mouse
> click events outside the circle with x coordinates set to zero.
>
> To reproduce the issue run the
> [JFXCircle](https://bugs.openjdk.java.net/secure/atta
On Tue, 13 Jun 2023 14:27:32 GMT, John Neffenger wrote:
>> This pull request allows for reproducible builds of JavaFX on Linux, macOS,
>> and Windows by defining the `SOURCE_DATE_EPOCH` environment variable. For
>> example, the following commands create a reproducible build:
>>
>>
>> $ export
On my never ending journey of building a Minecraft-clone in every
graphics-framework available,
I have come across JavaFX for the next attempt.
However a minor inconvenience has crossed my path in the process:
Using the (very well developed!) 2D-Graphics displaying pixel-art style images
is no
On Tue, 6 Jun 2023 23:27:19 GMT, Alexander Matveev wrote:
>> - Added missing exception checks for JNI calls.
>> - Improved JNI error checking by checking for both exception and return
>> value.
>> - Minor code clean up.
>
> Alexander Matveev has updated the pull request incrementally with one