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

2025-01-16 Thread Kevin Rushforth
On Wed, 4 Dec 2024 17:16:39 GMT, Lukasz Kostyra wrote: >> Thiago Milczarek Sayao has updated the pull request incrementally with two >> additional commits since the last revision: >> >> - Set IBUS_ENABLE_SYNC_MODE=1 >> - Revert "Set IBUS_ENABLE_SYNC_MODE=1" >> >>This reverts commit 8e

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

2025-01-16 Thread Thiago Milczarek Sayao
On Thu, 16 Jan 2025 13:05:39 GMT, Kevin Rushforth wrote: >> Done (merged master) > > @tsayao Can you merge in the latest master? You will need to resolve a merge > conflict when doing so. > > I mainly want to review the native code changes, which I can do in parallel. > I'll also fire off a CI

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

2025-01-16 Thread Kevin Rushforth
On Wed, 4 Dec 2024 20:07:57 GMT, Thiago Milczarek Sayao wrote: >> Thiago Milczarek Sayao has updated the pull request incrementally with two >> additional commits since the last revision: >> >> - Set IBUS_ENABLE_SYNC_MODE=1 >> - Revert "Set IBUS_ENABLE_SYNC_MODE=1" >> >>This reverts

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

2024-12-04 Thread Helly Guo
On Wed, 4 Dec 2024 20:07:57 GMT, Thiago Milczarek Sayao wrote: >> Thiago Milczarek Sayao has updated the pull request incrementally with two >> additional commits since the last revision: >> >> - Set IBUS_ENABLE_SYNC_MODE=1 >> - Revert "Set IBUS_ENABLE_SYNC_MODE=1" >> >>This reverts

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

2024-12-04 Thread Thiago Milczarek Sayao
On Mon, 28 Oct 2024 20:42:44 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 [v30]

2024-12-04 Thread Lukasz Kostyra
On Mon, 28 Oct 2024 20:42:44 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 [v30]

2024-10-28 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