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 2019/10/09 19:52:15 UTC

[guacamole-client] branch master updated (344e6c1 -> 32b106b)

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 344e6c1  GUACAMOLE-889: Fix mismatching attribute names
     add 4e130d2  GUACAMOLE-884: Leverage createImageBitmap() for reading image data where supported.
     add 6649c5d  GUACAMOLE-884: Document implications of using drawStream() vs. the other drawing functions.
     add 1e9ddc2  GUACAMOLE-884: Note that the drawImage() functions accept anything implementing the CanvasImageSource interface, not just Image.
     new 32b106b  GUACAMOLE-884: Merge Leverage createImageBitmap() for reading image data where supported

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:
 .../src/main/webapp/modules/Client.js              |   9 +-
 .../src/main/webapp/modules/Display.js             | 117 +++++++++++++++++----
 .../src/main/webapp/modules/Layer.js               |  12 ++-
 3 files changed, 108 insertions(+), 30 deletions(-)


[guacamole-client] 01/01: GUACAMOLE-884: Merge Leverage createImageBitmap() for reading image data where supported

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 32b106b982dc74e71e1cbb3d2c5e0c5b9b9a8bab
Merge: 344e6c1 1e9ddc2
Author: Virtually Nick <ne...@users.noreply.github.com>
AuthorDate: Wed Oct 9 15:52:09 2019 -0400

    GUACAMOLE-884: Merge Leverage createImageBitmap() for reading image data where supported

 .../src/main/webapp/modules/Client.js              |   9 +-
 .../src/main/webapp/modules/Display.js             | 117 +++++++++++++++++----
 .../src/main/webapp/modules/Layer.js               |  12 ++-
 3 files changed, 108 insertions(+), 30 deletions(-)