Alexander Scherbatiy

Results 27 comments of Alexander Scherbatiy

The 8087370 includes [LinuxStatefulMultiTouchProcessor-fix-for-1.patch](https://bugs.openjdk.java.net/secure/attachment/50236/LinuxStatefulMultiTouchProcessor-fix-for-1.patch) to fix the first described case: ``` 1. Consider you're touching the screen with two fingers, for example coordinates of one point is ~100,100 and second...

I built graal with jdk 19 from jdk19u and labs-openjdk-19 repositories. `make static-libs-bundles` generates `libawt.a` static library with non global `jvm` symbol and I am able to generate a native...

> @AlexanderScherbatiy This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply...

I can try to look at the test. Is the `TouchEventLookaheadTest` a good example for writing a TouchEvent test? https://github.com/openjdk/jfx/blob/c20f6d0f0133a59a982959ee2e48809f30f3130b/tests/system/src/test/java/test/robot/com/sun/glass/ui/monocle/TouchEventLookaheadTest.java#L42

> @AlexanderScherbatiy This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply...

#641 proposes to fix the issue in general way in TouchPipeline, not only for LinuxStatefulMultiTouchProcessor.

> Why did you file a new RFE when you know about the existing one ? Close your new one as a dup. and redirect everything to the existing one....

This is some investigation which I did for output bin attribute extension support on Linux. [PostScript Language Reference](https://www.adobe.com/jp/print/postscript/pdfs/PLRM.pdf) manual third edition defines `OutputType` page device parameter with type `string` which...