[PATCH 0/5] Add pre-edit styling support

Jan Arne Petersen jpetersen at openismus.com
Fri Nov 30 08:01:39 PST 2012


From: Jan Arne Petersen <jpetersen at openismus.com>

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



More information about the wayland-devel mailing list