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 2020/02/27 11:19:35 UTC

[guacamole-client] branch master updated (bc83918 -> 15182b8)

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 bc83918  GUACAMOLE-955: Merge provide default translation string for all untranslated messages.
     add 716b686  GUACAMOLE-883: Do not attempt to scroll beyond established page dimensions.
     add 844a2d9  GUACAMOLE-883: Allow guacTextInput directive to lose focus.
     add ab6f045  GUACAMOLE-883: Merge correct guacViewport and guacTextInput behavior on iOS 13.
     new 15182b8  Merge staging/1.2.0 changes back to master.

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:
 .../webapp/app/client/directives/guacViewport.js   | 60 ++++++++++++----------
 .../src/main/webapp/app/client/styles/keyboard.css |  5 --
 .../main/webapp/app/client/styles/text-input.css   | 26 ----------
 .../src/main/webapp/app/client/styles/viewport.css |  2 +-
 .../main/webapp/app/client/templates/client.html   |  6 +--
 .../webapp/app/textInput/directives/guacKey.js     |  9 +++-
 .../app/textInput/directives/guacTextInput.js      | 26 ++--------
 .../main/webapp/app/textInput/styles/textInput.css | 34 +++++++-----
 .../webapp/app/textInput/templates/guacKey.html    |  3 +-
 .../app/textInput/templates/guacTextInput.html     |  2 +-
 10 files changed, 70 insertions(+), 103 deletions(-)
 delete mode 100644 guacamole/src/main/webapp/app/client/styles/text-input.css


[guacamole-client] 01/01: Merge staging/1.2.0 changes back to master.

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 15182b859682798595532d3b501649d3aa07bb80
Merge: bc83918 ab6f045
Author: Virtually Nick <vn...@apache.org>
AuthorDate: Thu Feb 27 06:19:03 2020 -0500

    Merge staging/1.2.0 changes back to master.

 .../webapp/app/client/directives/guacViewport.js   | 60 ++++++++++++----------
 .../src/main/webapp/app/client/styles/keyboard.css |  5 --
 .../main/webapp/app/client/styles/text-input.css   | 26 ----------
 .../src/main/webapp/app/client/styles/viewport.css |  2 +-
 .../main/webapp/app/client/templates/client.html   |  6 +--
 .../webapp/app/textInput/directives/guacKey.js     |  9 +++-
 .../app/textInput/directives/guacTextInput.js      | 26 ++--------
 .../main/webapp/app/textInput/styles/textInput.css | 34 +++++++-----
 .../webapp/app/textInput/templates/guacKey.html    |  3 +-
 .../app/textInput/templates/guacTextInput.html     |  2 +-
 10 files changed, 70 insertions(+), 103 deletions(-)