[GitHub] incubator-guacamole-server pull request #56: GUACAMOLE-148: Fix handling of ...

2017-01-28 Thread mike-jumper
GitHub user mike-jumper opened a pull request: https://github.com/apache/incubator-guacamole-server/pull/56 GUACAMOLE-148: Fix handling of terminal scroll. Terminal emulators maintain the scrolling region and the bounds of the terminal separately. Console codes which allow the

[GitHub] incubator-guacamole-server pull request #55: GUACAMOLE-135: Add Swiss-French...

2017-01-28 Thread mike-jumper
Github user mike-jumper commented on a diff in the pull request: https://github.com/apache/incubator-guacamole-server/pull/55#discussion_r98340988 --- Diff: src/protocols/rdp/keymaps/fr_ch_qwertz.keymap --- @@ -0,0 +1,59 @@ +# +# Licensed to the Apache Software Foundation

[GitHub] incubator-guacamole-server pull request #55: GUACAMOLE-135: Add Swiss-French...

2017-01-28 Thread jmroth
Github user jmroth commented on a diff in the pull request: https://github.com/apache/incubator-guacamole-server/pull/55#discussion_r98340721 --- Diff: src/protocols/rdp/keymaps/fr_ch_qwertz.keymap --- @@ -0,0 +1,59 @@ +# +# Licensed to the Apache Software Foundation (ASF)

[GitHub] incubator-guacamole-manual pull request #31: GUACAMOLE-135: Document Swiss-F...

2017-01-28 Thread mike-jumper
GitHub user mike-jumper opened a pull request: https://github.com/apache/incubator-guacamole-manual/pull/31 GUACAMOLE-135: Document Swiss-French keyboard option for RDP. You can merge this pull request into a Git repository by running: $ git pull

[GitHub] incubator-guacamole-client pull request #117: GUACAMOLE-135: Add Swiss-Frenc...

2017-01-28 Thread mike-jumper
GitHub user mike-jumper opened a pull request: https://github.com/apache/incubator-guacamole-client/pull/117 GUACAMOLE-135: Add Swiss-French keyboard layout option for RDP. You can merge this pull request into a Git repository by running: $ git pull

[GitHub] incubator-guacamole-client pull request #115: GUACAMOLE-129: Set "Content-Di...

2017-01-28 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-guacamole-client/pull/115 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or

[GitHub] incubator-guacamole-server pull request #54: GUACAMOLE-135: Add Swiss-French...

2017-01-28 Thread mike-jumper
Github user mike-jumper commented on a diff in the pull request: https://github.com/apache/incubator-guacamole-server/pull/54#discussion_r98337848 --- Diff: src/protocols/rdp/keymaps/fr_ch_qwertz.keymap --- @@ -0,0 +1,45 @@ +parent "base" --- End diff -- The

[GitHub] incubator-guacamole-client pull request #109: GUACAMOLE-47: Get client hostn...

2017-01-28 Thread mike-jumper
Github user mike-jumper commented on a diff in the pull request: https://github.com/apache/incubator-guacamole-client/pull/109#discussion_r98336745 --- Diff: guacamole/src/main/java/org/apache/guacamole/rest/APIRequest.java --- @@ -42,6 +42,16 @@ private final

[GitHub] incubator-guacamole-client pull request #109: GUACAMOLE-47: Get client hostn...

2017-01-28 Thread mike-jumper
Github user mike-jumper commented on a diff in the pull request: https://github.com/apache/incubator-guacamole-client/pull/109#discussion_r98336104 --- Diff: guacamole/src/main/java/org/apache/guacamole/rest/APIRequest.java --- @@ -58,6 +68,18 @@ public

[GitHub] incubator-guacamole-server pull request #53: GUACAMOLE-135: Add Swiss-French...

2017-01-28 Thread jmroth
Github user jmroth closed the pull request at: https://github.com/apache/incubator-guacamole-server/pull/53 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if

[GitHub] incubator-guacamole-server pull request #52: GUACAMOLE-135: Add Swiss-French...

2017-01-28 Thread jmroth
Github user jmroth closed the pull request at: https://github.com/apache/incubator-guacamole-server/pull/52 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if

[GitHub] incubator-guacamole-server pull request #52: GUACAMOLE-135: Add Swiss-French...

2017-01-28 Thread jmroth
GitHub user jmroth opened a pull request: https://github.com/apache/incubator-guacamole-server/pull/52 GUACAMOLE-135: Add Swiss-French keymap for RDP Add Swiss-French keymap for RDP You can merge this pull request into a Git repository by running: $ git pull

[GitHub] incubator-guacamole-server pull request #51: GUACAMOLE-94: Use readdir() ins...

2017-01-28 Thread mike-jumper
GitHub user mike-jumper opened a pull request: https://github.com/apache/incubator-guacamole-server/pull/51 GUACAMOLE-94: Use readdir() instead of readdir_r(). glibc has taken it upon themselves to flag `readdir_r()` as deprecated in advance of any official change to POSIX. This