Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GUACAMOLE-1196: Implement support for VNC display size updates #469

Merged
merged 7 commits into from
Aug 6, 2024

Commits on Jul 4, 2024

  1. Configuration menu
    Copy the full SHA
    1f52c48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ddc2e22 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    785b11e View commit details
    Browse the repository at this point in the history
  4. GUACAMOLE-1196: Implement our own function for sending size updates t…

    …o server.
    
        The current state of the libvncclient implementation of the SendExtDesktopSize
        function is broken and does not work reliably with VNC servers. In order
        to still support this functionality until an updated libvncclient version
        is release, I went ahead and implemented an internal version of that
        function.
    necouchman committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    0e7622a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f4af20a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    667343a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a608928 View commit details
    Browse the repository at this point in the history