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

refactor(client): bump to winit 0.30 & fixes #523

Merged
merged 10 commits into from
Aug 12, 2024

Commits on Aug 9, 2024

  1. Configuration menu
    Copy the full SHA
    4fca4ea View commit details
    Browse the repository at this point in the history
  2. feat(cliprdr-native): drop need for win32 HWND instance

    Create a hidden window instead. This allows for easier setup of
    clipboard channels while the GUI may not be ready yet.
    
    Signed-off-by: Marc-André Lureau <[email protected]>
    elmarco committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    265684d View commit details
    Browse the repository at this point in the history
  3. refactor(cliprdr-native): bump windows dep to 0.58

    Signed-off-by: Marc-André Lureau <[email protected]>
    elmarco committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    0b2e28a View commit details
    Browse the repository at this point in the history
  4. chore(deps): use common workspace windows version

    Signed-off-by: Marc-André Lureau <[email protected]>
    elmarco committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    47e38fe View commit details
    Browse the repository at this point in the history
  5. refactor(client): bump to winit 0.30

    This solves broken/crashing display on wayland with HiDPI.
    
    Signed-off-by: Marc-André Lureau <[email protected]>
    elmarco committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    e1e0cc5 View commit details
    Browse the repository at this point in the history
  6. refactor(client): replace deprecated run() with run_app()

    Signed-off-by: Marc-André Lureau <[email protected]>
    elmarco committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    ab25f90 View commit details
    Browse the repository at this point in the history
  7. refactor(client): replace deprecated Loop::create_window()

    It should now be done from an ActiveEventLoop, during ApplicationHandler
    callbacks, like resumed().
    
    Signed-off-by: Marc-André Lureau <[email protected]>
    elmarco committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    c52d3db View commit details
    Browse the repository at this point in the history
  8. refactor(client): drop GuiContext, use App directly

    Signed-off-by: Marc-André Lureau <[email protected]>
    elmarco committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    04a4379 View commit details
    Browse the repository at this point in the history
  9. chore(web): bump softbuffer to 0.4.5

    Signed-off-by: Marc-André Lureau <[email protected]>
    elmarco committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    3ce7d5b View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Configuration menu
    Copy the full SHA
    91b65f0 View commit details
    Browse the repository at this point in the history