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(-)