From: Jan Arne Petersen <[email protected]> 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 _______________________________________________ wayland-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-devel
