loolwsd/protocol.txt | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-)
New commits: commit 93d38f6e78d8d136d400114077867591d9fc3aee Author: Ashod Nakashian <[email protected]> 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 <[email protected]> Tested-by: Ashod Nakashian <[email protected]> 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 =============== _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
