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

Update to winit 0.29 #3649

Merged
merged 51 commits into from
Dec 18, 2023
Merged

Update to winit 0.29 #3649

merged 51 commits into from
Dec 18, 2023

Commits on Nov 27, 2023

  1. Update to winit 0.29

    fornwall committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    fc7d37e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c863714 View commit details
    Browse the repository at this point in the history
  3. Revert accidental change

    fornwall committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    fc43372 View commit details
    Browse the repository at this point in the history
  4. Fix accidental change

    fornwall committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    12a27ce View commit details
    Browse the repository at this point in the history
  5. Revert empty line removal

    fornwall committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    7746482 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3eb6d91 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e5d5076 View commit details
    Browse the repository at this point in the history
  8. Revert accidental change

    fornwall committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    258e49f View commit details
    Browse the repository at this point in the history
  9. Fix accidental reversal

    fornwall committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    2191a3b View commit details
    Browse the repository at this point in the history
  10. Fix accidental reversal

    fornwall committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    fc2c142 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Update links in docs

    fornwall committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    3e55b1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8e3c95 View commit details
    Browse the repository at this point in the history
  3. Update to cocoa 0.25.0

    emilk committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    8c8f2f6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3dc23de View commit details
    Browse the repository at this point in the history
  5. Updating plist v1.5.0 -> v1.5.1

    emilk committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    0d822c9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7c89b67 View commit details
    Browse the repository at this point in the history
  7. Update deny.toml

    emilk committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    0dbd597 View commit details
    Browse the repository at this point in the history
  8. Fix svg-related build problem

    emilk committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    b4e6246 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bb5e077 View commit details
    Browse the repository at this point in the history
  10. Move warning comment

    emilk committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    fefa5af View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1df781d View commit details
    Browse the repository at this point in the history
  12. Remove Prefence typo exception

    emilk committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    6b714a7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    87870b3 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    fca3690 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b5fcda1 View commit details
    Browse the repository at this point in the history
  16. Code cleanup

    emilk committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    5914871 View commit details
    Browse the repository at this point in the history
  17. Clean up modifiers code

    emilk committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    d7c57d4 View commit details
    Browse the repository at this point in the history
  18. Fix IME output

    emilk committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    9b997a5 View commit details
    Browse the repository at this point in the history
  19. Fix typo

    emilk committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    98ae3ef View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    9d0037f View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    dc1a95e View commit details
    Browse the repository at this point in the history
  22. Fix Windows build

    emilk committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    054cedc View commit details
    Browse the repository at this point in the history
  23. Fix windows build for real

    emilk committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    4cfa02a View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    9805317 View commit details
    Browse the repository at this point in the history
  25. Remove outdated(?) windows hack

    emilk committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    dfa6676 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    666e099 View commit details
    Browse the repository at this point in the history
  27. Code cleanup and better logging

    emilk committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    b74bfd9 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    9976c7b View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    9cb45f1 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    43b18ce View commit details
    Browse the repository at this point in the history
  31. Add Key::from_name helper

    emilk committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    58a9621 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    edaf2a3 View commit details
    Browse the repository at this point in the history
  33. Improve docstring

    emilk committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    70ed053 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. Configuration menu
    Copy the full SHA
    a624f74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3dd8604 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Only register printable text

    emilk committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    d076bdc View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Configuration menu
    Copy the full SHA
    bc5c6d1 View commit details
    Browse the repository at this point in the history
  2. Fix modifiers on Linux

    emilk committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    a13959a View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. Configuration menu
    Copy the full SHA
    68ff3ec View commit details
    Browse the repository at this point in the history
  2. Update deny.toml

    emilk committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    d63deb7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c14bd9 View commit details
    Browse the repository at this point in the history