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

Upgrade winit to 0.30.2 #4849

Merged
merged 26 commits into from
Jul 31, 2024
Merged

Upgrade winit to 0.30.2 #4849

merged 26 commits into from
Jul 31, 2024

Commits on Jul 18, 2024

  1. Configuration menu
    Copy the full SHA
    00c282d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5294cae View commit details
    Browse the repository at this point in the history
  3. Builder -> attributes

    ArthurBrussee committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    3f42b72 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2e6c0d3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4f0e7d5 View commit details
    Browse the repository at this point in the history
  6. Fix for windows & linux

    ArthurBrussee committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    4623863 View commit details
    Browse the repository at this point in the history
  7. Use more modern accesskit lazy init

    As per the example branch from Matt!
    
    Co-authored-by: mwcampbell <mattcampbell@pobox.com>
    ArthurBrussee and mwcampbell committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    eafed08 View commit details
    Browse the repository at this point in the history
  8. Fixup comments

    Also forgot to mark j-axa co-author ealier
    
    Co-authored-by:  j-axa <josef.axa@gmail.com>
    ArthurBrussee and j-axa committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    e6741d2 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Configuration menu
    Copy the full SHA
    f37e52b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from DataTriny/fix-accesskit

    Update to latest `accesskit` and `accesskit_winit`
    ArthurBrussee committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    fd3e552 View commit details
    Browse the repository at this point in the history
  3. Fixes for linux

    Tested on WSL wayland. Required an annoying workaround for nix/fs :/
    ArthurBrussee committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    cd894eb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d90b565 View commit details
    Browse the repository at this point in the history
  5. CI fixes

    ArthurBrussee committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    5e0f479 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    67c456b View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Configuration menu
    Copy the full SHA
    6d582f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f4dbaf View commit details
    Browse the repository at this point in the history
  3. Remove leftover comment

    ArthurBrussee committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    af1c892 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c10e3fb View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Configuration menu
    Copy the full SHA
    d9905d8 View commit details
    Browse the repository at this point in the history
  2. Fix request_repaint_after

    In the previous code, new_events did check repaint times, this was lost in the translation.
    
    Seperate out this check from handle_event_result as we don't need the complexity of that whole shebang.
    ArthurBrussee committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    f10cf80 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1bbb312 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    81fd86c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e4fa5f9 View commit details
    Browse the repository at this point in the history
  6. fix typo

    emilk committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    ba7cb00 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    48f402e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8f337c7 View commit details
    Browse the repository at this point in the history