This is an automated email from the ASF dual-hosted git repository. mjumper pushed a change to branch staging/1.6.0 in repository https://gitbox.apache.org/repos/asf/guacamole-server.git
from a5a91000 Merge patch branch changes to main. add 1f52c48a GUACAMOLE-1196: Move display fit function to common area. add ddc2e22a GUACAMOLE-1196: Add VNC protocol support for updating display size. add 785b11e8 GUACAMOLE-1196: Remove unnecessary display size checking for VNC. add 0e7622ab GUACAMOLE-1196: Implement our own function for sending size updates to server. add f4af20ae GUACAMOLE-1196: Use message lock where other RFB messages are sent. add 667343af GUACAMOLE-1196: Add callback for setting the initial display size. add a608928e GUACAMOLE-1196: Add option to disable display resizing. new af8c9b2a GUACAMOLE-1196: Merge support for VNC display size updates. 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/common/common/display.h | 31 +++++++++ src/common/display.c | 31 +++++++++ src/protocols/rdp/channels/disp.c | 49 ++------------ src/protocols/rdp/channels/disp.h | 16 ----- src/protocols/vnc/client.c | 6 ++ src/protocols/vnc/display.c | 137 +++++++++++++++++++++++++++++++++++++- src/protocols/vnc/display.h | 37 +++++++++- src/protocols/vnc/input.c | 14 ++++ src/protocols/vnc/input.h | 6 +- src/protocols/vnc/settings.c | 13 ++++ src/protocols/vnc/settings.h | 6 ++ src/protocols/vnc/user.c | 4 ++ src/protocols/vnc/vnc.c | 10 +++ src/protocols/vnc/vnc.h | 6 ++ 14 files changed, 301 insertions(+), 65 deletions(-)