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

Resize #39819

Merged
merged 28 commits into from
Apr 29, 2024
Merged

Resize #39819

merged 28 commits into from
Apr 29, 2024

Commits on Mar 20, 2024

  1. Resize

    probakowski authored and Isaiah Becker-Mayer committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    b7d62ed View commit details
    Browse the repository at this point in the history
  2. ???

    probakowski authored and Isaiah Becker-Mayer committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    72c4ba4 View commit details
    Browse the repository at this point in the history
  3. ???

    probakowski authored and Isaiah Becker-Mayer committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    fc064c2 View commit details
    Browse the repository at this point in the history
  4. Fixes to compile

    Isaiah Becker-Mayer committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    5e2489c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7c2e866 View commit details
    Browse the repository at this point in the history
  6. Hooks up resize listener on the client and sends changes as ClientScr…

    …eenSpecs to the backend. Currently just gets logged in the WDS
    Isaiah Becker-Mayer committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    e259dbd View commit details
    Browse the repository at this point in the history
  7. Handles the new DeactivateAll ProcessorOutput

    Isaiah Becker-Mayer committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    8ad9b63 View commit details
    Browse the repository at this point in the history
  8. hooks up client_write_screen_resize

    Isaiah Becker-Mayer committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    7f262aa View commit details
    Browse the repository at this point in the history
  9. Renames tdp Connection Initialized to Connection Activated

    This message is now used both after the connection is first established
    and after the connection executes a Deactivation-Reactivation Sequence.
    
    This fits snugly in to our existing message flow and ensures that the fast
    path processor is updated appropriately whenever a Deactivation-Reactivation
    Sequence is executed due to a resize event.
    Isaiah Becker-Mayer committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    ce2ffa7 View commit details
    Browse the repository at this point in the history
  10. Switch monitor orientation based on width/height

    Isaiah Becker-Mayer committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    983d7cf View commit details
    Browse the repository at this point in the history
  11. remove superfluous canvas size sync

    Isaiah Becker-Mayer committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    5737054 View commit details
    Browse the repository at this point in the history
  12. Updates to the most up-to-date hash for IronRDP (not merged to master…

    …). Screen resize works in this commit, though its still the case that if you do so before the channel is announced by the rdp server, it will end the session
    Isaiah Becker-Mayer committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    f5ffe83 View commit details
    Browse the repository at this point in the history
  13. Updates to the most recent hash for IronRDP feat/dynamic-resize

    Isaiah Becker-Mayer committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    ad84d37 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Adds a mechanism to withhold sending resize requests to the RDP serve…

    …r until we're alerted by a new callback mechanism of the DisplayControlClient that the server has sent us its capabilities. This prevents an error where we send a resize before this event, which results either in an RDP error (if the channel is not opened) or a dropped event (if the server has not sent its capabilities yet).
    Isaiah Becker-Mayer committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    b21da76 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into isaiah/resize

    Isaiah Becker-Mayer committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    f2f12fb View commit details
    Browse the repository at this point in the history
  3. Refactoring after update to the tip of Devolutions/IronRDP#424

    Isaiah Becker-Mayer committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    6bde80b View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Adds windowOnResize to story

    Isaiah Becker-Mayer committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    6ce36b0 View commit details
    Browse the repository at this point in the history
  2. adds Determine Toolchain Versions and cache paths and Print versions …

    …steps to os-compatibility-test.yaml
    Isaiah Becker-Mayer committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    f6b65de View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. fixes debug log formatting

    Isaiah Becker-Mayer committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    42dc720 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Updates to local IronRDP and later IronRDP api

    Isaiah Becker-Mayer committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    90380c3 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Merge branch 'master' into isaiah/resize

    Isaiah Becker-Mayer committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    d37f2b8 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. updates to IronRDP latest rev on Devolutions/IronRDP#430

    Isaiah Becker-Mayer committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    d5c5112 View commit details
    Browse the repository at this point in the history
  2. reverting mistaken changes

    Isaiah Becker-Mayer committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    638b611 View commit details
    Browse the repository at this point in the history
  3. throttle -> debounce and naming changes

    Isaiah Becker-Mayer committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    88cdb84 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. js renamings

    Isaiah Becker-Mayer committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    0ecbf48 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into isaiah/resize

    Isaiah Becker-Mayer authored Apr 26, 2024
    Configuration menu
    Copy the full SHA
    63e463d View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Merge branch 'master' into isaiah/resize

    Isaiah Becker-Mayer authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    233f60c View commit details
    Browse the repository at this point in the history
  2. updates to IronRDP master

    Isaiah Becker-Mayer committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    e5efaeb View commit details
    Browse the repository at this point in the history