Withdrawn: 8282104: Node zoom/rotate flickers on Raspberry Pi with Touchscreen

2023-06-19 Thread duke
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

Withdrawn: 8282703: Axis is not cached in the LinuxTouchTransform class

2023-06-19 Thread duke
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

Withdrawn: 8282886: Mouse event is generated outside of node on Raspberry Pi with Touchscreen

2023-06-19 Thread duke
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

Re: RFR: 8264449: Enable reproducible builds with SOURCE_DATE_EPOCH [v15]

2023-06-19 Thread Johan Vos
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

[JavaFX 3D ( | Feature Request)] Setting Texture Nearest-Sampling on PhongMaterial

2023-06-19 Thread Matija Brown
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

Re: RFR: 8304290: Some JNI calls made without checking exceptions in media [v3]

2023-06-19 Thread Ambarish Rapte
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