You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by jm...@apache.org on 2021/02/12 04:54:44 UTC

[guacamole-client] 01/01: GUACAMOLE-1204: Merge addition of client-side support for multi-touch events.

This is an automated email from the ASF dual-hosted git repository.

jmuehlner pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/guacamole-client.git

commit a33681afeed9945bd2ad7df1dde93ba5fe72235b
Merge: 742c566 0385f61
Author: James Muehlner <ja...@guac-dev.org>
AuthorDate: Thu Feb 11 20:54:37 2021 -0800

     GUACAMOLE-1204: Merge addition of client-side support for multi-touch events.

 guacamole-common-js/pom.xml                        |  22 ++
 .../src/main/webapp/modules/Client.js              |  81 +++++-
 .../src/main/webapp/modules/Event.js               | 305 +++++++++++++++++++++
 .../src/main/webapp/modules/Mouse.js               | 152 +++++-----
 .../src/main/webapp/modules/Position.js            |  92 +++++++
 .../src/main/webapp/modules/Touch.js               | 280 +++++++++++++++++++
 .../src/test/javascript/EventSpec.js               | 139 ++++++++++
 .../org/apache/guacamole/protocols/rdp.json        |  10 +
 .../app/client/controllers/clientController.js     |   5 +
 .../webapp/app/client/directives/guacClient.js     | 119 ++++----
 .../main/webapp/app/client/templates/client.html   |   2 +-
 .../main/webapp/app/client/types/ManagedClient.js  |  14 +
 .../webapp/app/touch/directives/guacTouchDrag.js   |   4 -
 .../webapp/app/touch/directives/guacTouchPinch.js  |   4 -
 guacamole/src/main/webapp/translations/en.json     |   2 +
 15 files changed, 1083 insertions(+), 148 deletions(-)