Commit Graph

19 Commits

Author SHA1 Message Date
Osspial
8269ed2a92 Fix crash with runner refcell not getting dropped 2018-11-19 23:51:20 -05:00
Osspial
54ce6a21a0 Fix buffered events not getting dispatched 2018-11-18 19:12:45 -05:00
Osspial
2c18b804df Fix thread executor not executing closure when called from non-loop thread 2018-11-18 18:51:30 -05:00
Osspial
5a3a5e2293 Fix some deadlocks that could occur when changing window state 2018-11-15 22:43:59 -05:00
Osspial
fa46825a28 Replace &EventLoop in callback with &EventLoopWindowTarget 2018-11-15 16:40:48 -05:00
Osspial
9f36a7a68e Fix freeze when setting decorations 2018-11-14 21:28:38 -05:00
Osspial
d9c3daca9b Fix 1.24.1 build 2018-11-09 20:41:15 -05:00
Osspial
92ac3d6ac7 Remove crossbeam dependency and make drop events work again 2018-11-08 23:46:41 -05:00
Osspial
8299eb2f03 Fix crash when running in release mode 2018-11-08 22:52:13 -05:00
Osspial
bb6ab1bb6e Fix unreachable panic after setting ControlFlow to Poll during some RedrawRequested events. 2018-11-08 22:52:13 -05:00
Osspial
8ed575ff4a Update send test and errors that broke some examples/APIs 2018-11-08 22:52:11 -05:00
Osspial
bf7bfa82eb Fix resize lag when waiting in some situations 2018-11-08 22:50:23 -05:00
Osspial
70722cc4c3 When SendEvent is called during event closure, buffer events 2018-11-08 22:49:58 -05:00
Osspial
53370924b2 Improve WaitUntil timer precision 2018-11-08 22:49:57 -05:00
Osspial
deb7d379b7 Rename MonitorId to MonitorHandle 2018-11-08 22:48:18 -05:00
Osspial
8d8d9b7cd1 Change instances of "events_loop" to "event_loop" 2018-11-08 22:46:53 -05:00
Osspial
4377680a44 Re-organize into module structure 2018-11-08 22:43:04 -05:00
Osspial
f20fac99f6 Add platform::desktop module with EventLoopExt::run_return 2018-11-08 22:33:11 -05:00
Osspial
7df59c60a0 Rename platform to platform_impl 2018-11-08 22:33:09 -05:00