You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by vn...@apache.org on 2021/05/31 01:43:54 UTC

[guacamole-client] branch master updated (a9f0e55 -> f1c8146)

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

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


    from a9f0e55  GUACAMOLE-641: Merge expand extension API to allow properties to be retrieved from key vaults.
     add 5683551  GUACAMOLE-1204: Provide convenience function for cancelling DOM events.
     add 739fbbb  GUACAMOLE-1204: Provide convenience function for creating an element-relative Guacamole.Position from client coordinates.
     add c32947c  GUACAMOLE-1204: Allow the events given to Guacamole.Event.DOMEvent to be a single event or omitted entirely.
     add 8d63277  GUACAMOLE-1204: Migrate Guacamole.Mouse to new event stack.
     add 0446433  GUACAMOLE-1204: Rename mouse-related classes to remove redundant "Mouse" prefix.
     add 1d435d9  GUACAMOLE-1204: Show full class names within JSDoc navigation sidebar (ambiguous otherwise).
     new f1c8146  GUACAMOLE-1204: Merge migrate Guacamole.Mouse from legacy event handlers to the new event stack.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 doc/guacamole-example/src/main/webapp/index.html   |   8 +-
 guacamole-common-js/jsdoc-conf.json                |   5 +
 .../src/main/webapp/modules/Event.js               |  33 +-
 .../src/main/webapp/modules/Mouse.js               | 750 ++++++++++++---------
 .../src/main/webapp/modules/Position.js            |  26 +
 .../webapp/app/client/directives/guacClient.js     |  66 +-
 6 files changed, 532 insertions(+), 356 deletions(-)

[guacamole-client] 01/01: GUACAMOLE-1204: Merge migrate Guacamole.Mouse from legacy event handlers to the new event stack.

Posted by vn...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit f1c81460f527c38ce77a90a087eca8d20c59feea
Merge: a9f0e55 1d435d9
Author: Virtually Nick <ne...@users.noreply.github.com>
AuthorDate: Sun May 30 21:43:17 2021 -0400

    GUACAMOLE-1204: Merge migrate Guacamole.Mouse from legacy event handlers to the new event stack.

 doc/guacamole-example/src/main/webapp/index.html   |   8 +-
 guacamole-common-js/jsdoc-conf.json                |   5 +
 .../src/main/webapp/modules/Event.js               |  33 +-
 .../src/main/webapp/modules/Mouse.js               | 750 ++++++++++++---------
 .../src/main/webapp/modules/Position.js            |  26 +
 .../webapp/app/client/directives/guacClient.js     |  66 +-
 6 files changed, 532 insertions(+), 356 deletions(-)