[PATCH 0/5] Improve text protocol

Jan Arne Petersen jpetersen at openismus.com
Mon Apr 15 04:37:14 PDT 2013


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

This patch series:
* Fixes serials handling in text protocol
* Changes offsets to be Unicode character instead of byte based
* Adds documentation to the protocols
* Adds wl_ prefixes to the interfaces.

It is based on the previous "Extend text protocol for IBus support"

Jan Arne Petersen (5):
  text: Fix serials handling and use Unicode offsets
  text: Rename text_input to wl_text_input
  text: Rename ::set_panel to ::set_overlay_panel
  text: Improve protocol documentation.
  text: Rename input_method to wl_input_method

 clients/editor.c           | 353 +++++++++++++++++++++++----------------------
 clients/keyboard.c         | 202 ++++++++++++--------------
 clients/weston-simple-im.c | 144 +++++++++---------
 protocol/input-method.xml  | 148 +++++++++++++------
 protocol/text.xml          |  89 +++++++-----
 src/control.c              |   2 +-
 src/input-panel.c          |  31 ++--
 src/text-backend.c         |  97 ++++++-------
 tests/text-test.c          |  54 ++++---
 9 files changed, 581 insertions(+), 539 deletions(-)

-- 
1.8.1.4



More information about the wayland-devel mailing list