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

Multi window additions #2

Conversation

bungoboingo
Copy link

@bungoboingo bungoboingo commented Jan 18, 2023

  1. Fixed small bug causing a crash on Winit due to window::Id not being updated to new format in af98c91

  2. Fixed crash with Glutin on MacOS & BadSurface crash with GLX in 2498317

  3. Added window title functionality to multi window in 448e480

  4. Cleaned up some unneeded code since it looks like the glutin::event crate has been nuked in 2a5288f

  5. Added window::Id to multi_window::Application::scale_factor so each window can have a different scale if necessary in 8817a9a

  6. Fixed a bug where all application states weren't getting updated for all messages which caused messages to be skipped for some windows in e3b861b

@derezzedex
Copy link
Owner

Done in iced-rs#1964.

@derezzedex derezzedex closed this Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants