You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add opt-in handlers for before sleeping and before handling events (Smithay#144)
* Add opt-in handlers for before sleeping and before handling events
* Remove pre_run and fix some missed impls
* Appease the great 📎
* Use an associated constant instead
* Do the borrow outside the loop
* Fix cfged out mistake
* Update documentation to reflect changes
* Actually use the synthetic events
* Add some tests for the new functionality
* Pin `nix` to a lower version
* Rename `before_will_sleep` to `before_sleep`
* Add some more coverage
* Solve review comments
* Restore inconsistencies in formatting
* Remove AdditionalLifetimeEventsRegister
* Remove unused lifetime
* Unencapsulate the refcell
* Address review comments
* Exclude synthetic events from the iterator
* Follow clippy's improvement (?)
0 commit comments