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

Winit version 0.30.0 #3655

Merged
merged 6 commits into from
Apr 27, 2024
Merged

Winit version 0.30.0 #3655

merged 6 commits into from
Apr 27, 2024

Commits on Apr 27, 2024

  1. Configuration menu
    Copy the full SHA
    304a585 View commit details
    Browse the repository at this point in the history
  2. chore: ensure that .cargo config is not published

    Just in case, so the correct changelog will be rendered when pulling
    the crate from the crates.io as archive and trying to build it.
    kchibisov committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    ec29c81 View commit details
    Browse the repository at this point in the history
  3. chore: fix some typos in comments (#3635)

    Signed-off-by: growfrow <growfrow@outlook.com>
    growfrow committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    0fc8c37 View commit details
    Browse the repository at this point in the history
  4. Don't set the background color when initializing with transparency (#…

    …3657)
    
    Setting the background color changes how the window title bar appears,
    which is something that the application should customize itself if it
    wants this behaviour (and also, it wasn't set when calling
    `set_transparent`, so the behaviour wasn't consistent).
    madsmtm committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    94664ff View commit details
    Browse the repository at this point in the history
  5. Add UIGestureRecognizerDelegate and PanGestureRecogniser (#3597)

    - Allow all gestures simultaneously recognized.
    - Add PanGestureRecogniser with min/max number of touches.
    - Fix sending delta values relative to Update instead to match macOS.
    - Fix rotation gesture units from iOS to be in degrees instead of radians.
    
    Co-authored-by: Mads Marquart <mads@marquart.dk>
    jpedrick and madsmtm committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    fd47798 View commit details
    Browse the repository at this point in the history
  6. Winit version 0.30.0

    kchibisov committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    d7fd537 View commit details
    Browse the repository at this point in the history