[Libreoffice-commits] online.git: loolwsd/protocol.txt

Ashod Nakashian ashod.nakashian at collabora.co.uk
Wed Jul 27 16:01:27 UTC 2016


 loolwsd/protocol.txt |   23 ++++++++++++++++++++++-
 1 file changed, 22 insertions(+), 1 deletion(-)

New commits:
commit 93d38f6e78d8d136d400114077867591d9fc3aee
Author: Ashod Nakashian <ashod.nakashian at collabora.co.uk>
Date:   Wed Jul 27 11:58:48 2016 -0400

    loolwsd: document new per-view notifications
    
    Change-Id: Idfafb981e6face61c65809b24c646ceac9507992
    Reviewed-on: https://gerrit.libreoffice.org/27591
    Reviewed-by: Ashod Nakashian <ashnakash at gmail.com>
    Tested-by: Ashod Nakashian <ashnakash at gmail.com>

diff --git a/loolwsd/protocol.txt b/loolwsd/protocol.txt
index fc566eb..8f2412a 100644
--- a/loolwsd/protocol.txt
+++ b/loolwsd/protocol.txt
@@ -315,10 +315,31 @@ unocommandresult: <payload>
 Callback that an UNO command has finished.
 See LOK_CALLBACK_UNO_COMMAND_RESULT for details.
 
-pong
+pong:
 
     See above.
 
+invalidateviewcursor:
+
+    Per-view cursor position invalidation. JSON payload.
+
+textviewselection:
+
+    Per-view text selection bounds. JSON payload.
+
+cellviewcursor:
+
+    Per-view cell cursor position. JSON payload.
+
+graphicviewselection:
+
+    Per-view graphic selection. JSON payload.
+
+viewlock:
+
+    Per-view lock rectangle. JSON payload.
+
+
 child -> parent
 ===============
 


More information about the Libreoffice-commits mailing list