Skip to content

imwayland: Use ibus update_preedit_string_with_mode feature

Peng Wu requested to merge pwu/gtk:preedit-with-mode into gtk-3-24

IBus update_preedit_string_with_mode feature sends the preedit text and the commit mode to the input method module.

This patch set updates wayland text input protocol to handle the preedit_commit_mode event, and use preedit_commit_mode to decide the input behavior when mouse click happens.

Also this patch set will send reset request by using disable/enable/commit sequence.

Merge request reports