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

2024-08-01 Thread 8Mi_Yile
On Sat, 8 Jun 2024 09:11:03 GMT, Glavo 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 95 commits: >> >> - Merge branch 'refs/heads/master' into new_ime >> - Merge branch 'master' into new_ime >>

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

2024-06-09 Thread Gábor Pintér
On Mon, 27 May 2024 09:25:24 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`. >>

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

2024-06-08 Thread Glavo
On Mon, 27 May 2024 09:25:24 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`. >>

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

2024-05-27 Thread Thiago Milczarek Sayao
> 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`. > > [Screencast from 17-09-2023 > 21:59:04.webm](https://github.com/openj