winit/src/changelog
Mads Marquart 279e3edc54
macOS: Improve event queuing (#3708)
* Use AppKit's internal queuing mechanisms

This allows events to be queued in a more consistent order, they're now
interleaved with events that we handle immediately (like redraw events),
instead of being handled afterwards.

* Only queue events if necessary

This makes the call stack / backtraces easier to understand whenever
possible, and generally improves upon the order in which events are
delivered.
2024-06-06 12:32:02 +02:00
..
mod.rs Bump version on master 2024-04-27 20:02:40 +04:00
unreleased.md macOS: Improve event queuing (#3708) 2024-06-06 12:32:02 +02:00
v0.8.md chore(docs): make changelogs visible on docsrs 2024-03-15 17:19:19 +04:00
v0.9.md chore(docs): make changelogs visible on docsrs 2024-03-15 17:19:19 +04:00
v0.10.md chore(docs): make changelogs visible on docsrs 2024-03-15 17:19:19 +04:00
v0.11.md chore(docs): make changelogs visible on docsrs 2024-03-15 17:19:19 +04:00
v0.12.md chore(docs): make changelogs visible on docsrs 2024-03-15 17:19:19 +04:00
v0.13.md chore(docs): make changelogs visible on docsrs 2024-03-15 17:19:19 +04:00
v0.14.md chore(docs): make changelogs visible on docsrs 2024-03-15 17:19:19 +04:00
v0.15.md chore(docs): make changelogs visible on docsrs 2024-03-15 17:19:19 +04:00
v0.16.md chore(docs): make changelogs visible on docsrs 2024-03-15 17:19:19 +04:00
v0.17.md chore(docs): make changelogs visible on docsrs 2024-03-15 17:19:19 +04:00
v0.18.md chore(docs): make changelogs visible on docsrs 2024-03-15 17:19:19 +04:00
v0.19.md chore(docs): make changelogs visible on docsrs 2024-03-15 17:19:19 +04:00
v0.20.md chore(docs): make changelogs visible on docsrs 2024-03-15 17:19:19 +04:00
v0.21.md chore(docs): make changelogs visible on docsrs 2024-03-15 17:19:19 +04:00
v0.22.md chore(docs): make changelogs visible on docsrs 2024-03-15 17:19:19 +04:00
v0.23.md chore(docs): make changelogs visible on docsrs 2024-03-15 17:19:19 +04:00
v0.24.md chore(docs): make changelogs visible on docsrs 2024-03-15 17:19:19 +04:00
v0.25.md chore(docs): make changelogs visible on docsrs 2024-03-15 17:19:19 +04:00
v0.26.md chore(docs): make changelogs visible on docsrs 2024-03-15 17:19:19 +04:00
v0.27.md chore(docs): make changelogs visible on docsrs 2024-03-15 17:19:19 +04:00
v0.28.md chore(docs): make changelogs visible on docsrs 2024-03-15 17:19:19 +04:00
v0.29.md chore(docs): make changelogs visible on docsrs 2024-03-15 17:19:19 +04:00
v0.30.md event_loop: remove deprecated run APIs 2024-05-20 20:27:36 +04:00