From: Jan Arne Petersen <[email protected]> Add pre-edit styling support to the text protocol and the keyboard and editor examples. The editor example client depends on pango (for text layout) now.
Also add support for commit on reset, so that a pending composing (pre-edit) text is commited on unfocus or cursor position change. Jan Arne Petersen (5): text: add pre-edit styling support to protocol text: add serial argument to text protocol editor: support commit on reset keyboard: Add support for pre-edit styling editor: add support for pre-edit styling clients/Makefile.am | 8 +- clients/editor.c | 552 ++++++++++++++++++++------------------------- clients/keyboard.c | 101 +++++++-- clients/weston-simple-im.c | 33 ++- configure.ac | 3 + protocol/input-method.xml | 19 ++ protocol/text.xml | 33 ++- src/text-backend.c | 57 ++++- 8 files changed, 459 insertions(+), 347 deletions(-) -- 1.7.11.7 _______________________________________________ wayland-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-devel
