Re: RFR: 8217955: Problems with touch input and JavaFX 11

2021-10-11 Thread torbuntu
On Fri, 9 Apr 2021 15:49:45 GMT, Tor (torbuntu) wrote: >> This fixes a current issue, and while a solution that adds native >> touch-event support is highly encouraged, this fix will already improve the >> current situation. > >> This fixes a current issue, and

Integrated: 8265425: Hard failure when building OpenJFX for Linux AArch64

2021-04-22 Thread torbuntu
On Sat, 17 Apr 2021 16:21:20 GMT, Tor (torbuntu) wrote: > For building on aarch64 linux systems we need it added to the buuld.gradle to > stop ignoring it. This pull request has now been integrated. Changeset: fab638ae Author: Tor (torbuntu) Committer: Kevin Rushforth URL:

RFR: 8265425: Hard failure when building OpenJFX for Linux AArch64

2021-04-22 Thread torbuntu
For building on aarch64 linux systems we need it added to the buuld.gradle to stop ignoring it. - Commit messages: - Add aarch64 support to linux Changes: https://git.openjdk.java.net/jfx/pull/465/files Webrev: https://webrevs.openjdk.java.net/?repo=jfx&pr=465&range=00 Issue: ht

Re: RFR: 8265425: Hard failure when building OpenJFX for Linux AArch64

2021-04-22 Thread torbuntu
On Sat, 17 Apr 2021 16:21:20 GMT, Tor (torbuntu) wrote: > For building on aarch64 linux systems we need it added to the buuld.gradle to > stop ignoring it. I can't seem to sign the OCA because the page is stuck in some weird loop with a connection error. Is there any other way

Re: RFR: 8217955: Problems with touch input and JavaFX 11

2021-04-09 Thread torbuntu
ince as I mentioned I am trying to [implement touch-event support ](https://github.com/torbuntu/jfx/tree/touch-support)so that JavaFX can be used out of the box on devices such as PinePhone and PineTab running aarch64 linux. - PR: https://git.openjdk.java.net/jfx/pull/457

Re: RFR: 8217955: Problems with touch input and JavaFX 11

2021-04-07 Thread torbuntu
n be a follow-up issue, but it > seems less urgent to me than this particular fix. I've started working on trying to get the touch support available on Linux, and have a branch started here: https://github.com/torbuntu/jfx/tree/touch-support Still trying to get everything wired up properly. - PR: https://git.openjdk.java.net/jfx/pull/457

Re: RFR: 8236651: Simplify and update glass gtk backend

2021-01-13 Thread torbuntu
On Fri, 3 Jul 2020 13:49:54 GMT, Kevin Rushforth wrote: >> @pankaj-bansal Sorry for commiting again. Now the Tab Pane test works >> properly. > >> If you want these commits to be preserved when you integrate, you will need >> to make a 'merge-style' pull request. > > Please ignore this informa

Re: RFR: 8236651: Simplify and update glass gtk backend

2021-01-13 Thread torbuntu
On Tue, 25 Aug 2020 14:12:14 GMT, Thiago Milczarek Sayao wrote: > I would starting hooking gtk event signals > (https://developer.gnome.org/gtk3/stable/GtkWidget.html), specially the > "touch-event" to JavaFx events (probably need to add through JNI). Should be > simple. Contact me at thiago.

Re: RFR: 8236651: Simplify and update glass gtk backend

2021-01-13 Thread torbuntu
ux desktop does not have touch support because of the missing >> gesture/touch events from gtk3. > > @Torbuntu Not to this PR, I don't want to delay it too much. But can be done > (I just do not own a touch device currently). Sounds good! I have a few devices I'd be more

Re: RFR: 8236651: Simplify and update glass gtk backend

2020-08-27 Thread torbuntu
On Tue, 25 Aug 2020 14:12:14 GMT, Thiago Milczarek Sayao wrote: > I would starting hooking gtk event signals > (https://developer.gnome.org/gtk3/stable/GtkWidget.html), specially the > "touch-event" to JavaFx events (probably need to add through JNI). Should be > simple. Contact me at thiago.s

Re: RFR: 8236651: Simplify and update glass gtk backend

2020-07-29 Thread torbuntu
ktop does not have touch support because of the missing >> gesture/touch events from gtk3. > > @Torbuntu Not to this PR, I don't want to delay it too much. But can be done > (I just do not own a touch device > currently). Sounds good! I have a few devices I'd be more tha

Re: RFR: 8236651: Simplify and update glass gtk backend

2020-07-28 Thread torbuntu
On Fri, 3 Jul 2020 13:49:54 GMT, Kevin Rushforth wrote: >> @pankaj-bansal Sorry for commiting again. Now the Tab Pane test works >> properly. > >> If you want these commits to be preserved when you integrate, you will need >> to make a 'merge-style' pull request. > > Please ignore this informa

Re: RFR: 8201568: zForce touchscreen input device fails when closed and immediately reopened

2020-07-27 Thread torbuntu
On Mon, 27 Jul 2020 16:05:02 GMT, John Neffenger wrote: >>> By the way, do you know whether I would be able to use a PinePhone >> >> I have been trying to run JavaFX on the PinePhone ever since I got it. The >> OS I'm using is Fedora and it is aarch64, >> which means I had to add that arch to

Re: RFR: 8201568: zForce touchscreen input device fails when closed and immediately reopened

2020-07-27 Thread torbuntu
On Thu, 9 Jul 2020 22:35:01 GMT, John Neffenger wrote: > By the way, do you know whether I would be able to use a PinePhone I have been trying to run JavaFX on the PinePhone ever since I got it. The OS I'm using is Fedora and it is aarch64, which means I had to add that arch to build.gradle to