Re: RFR: 8305418: [Linux] Replace obsolete XIM as Input Method Editor [v22]

2024-06-13 Thread leewyatt
On Sun, 9 Jun 2024 16:21:50 GMT, Thiago Milczarek Sayao wrote: > I did an updated build of this branch > [here](https://github.com/tsayao/jfx/releases/download/test-ime/jfx_23_linux_ime.zip) > (for testing only). Wow, thank you. I have downloaded it and will test it as soon as possible.

Re: RFR: 8305418: [Linux] Replace obsolete XIM as Input Method Editor [v20]

2024-05-17 Thread leewyatt
On Fri, 17 May 2024 15:32:10 GMT, Thiago Milczarek Sayao wrote: > I got some requests to reopen it. So, reopening. > > Feedback is welcome. Thank you so much for reopening the PR. We truly appreciate your responsiveness and commitment to improving this project. Your efforts make a

Re: RFR: 8305418: [Linux] Replace obsolete XIM as Input Method Editor [v20]

2024-05-15 Thread leewyatt
On Tue, 14 May 2024 10:59:10 GMT, Glavo wrote: > I will no longer commit to this change. I've been closely following this PR and sincerely hope it can be reopened; it is of great significance and has a far-reaching impact. Thank you for your efforts. I also respect your decision, but I

Re: RFR: 8305418: [Linux] Replace obsolete XIM as Input Method Editor [v20]

2024-04-21 Thread leewyatt
On Sun, 24 Mar 2024 12:13:08 GMT, Thiago Milczarek Sayao wrote: >> Thiago Milczarek Sayao has updated the pull request with a new target base >> due to a merge or a rebase. The pull request now contains 94 commits: >> >> - Merge branch 'master' into new_ime >> - Add signals to avoid

Re: RFR: 8305418: [Linux] Replace obsolete XIM as Input Method Editor [v10]

2023-11-11 Thread leewyatt
On Fri, 13 Oct 2023 10:46:43 GMT, Thiago Milczarek Sayao wrote: >> Thiago Milczarek Sayao has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Make it a default method for compatibility > > Should I wait for feedback if it's working

Re: RFR: 8305418: [Linux] Replace obsolete XIM as Input Method Editor

2023-09-03 Thread leewyatt
On Sun, 2 Apr 2023 20:38:25 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`. Thank

Re: RFR: 8311895: CSS Transitions

2023-07-26 Thread leewyatt
On Tue, 16 Aug 2022 03:01:23 GMT, Michael Strauß wrote: > Implementation of [CSS > Transitions](https://gist.github.com/mstr2/c72f8c9faa87de14926978f517a6018a). > > ### Example > > .button { > -fx-background-color: dodgerblue; > } > > .button:hover { > -fx-background-color: red; >