winit/src/platform_impl
Murarth 7b43b0bc94 Implement DPI Usability Upgrades for X11 and Wayland (#1098)
* Fix compile errors

* Use `mio` for the X11 event loop

* Removes `calloop` from the X11 event loop, as the method of draining a
  source using a closure provided to the `calloop::EventLoop` instance
  conflicts with the need to deliver events directly to the callback
  provided to `EventLoop::run`, in order to respond to the value provided by
  `WindowEvent::HiDpiFactorChanged`.

* Implement interactive `HiDpiFactorChanged` event for X11

* Implement interactive `HiDpiFactorChanged` event for Wayland

* Run cargo fmt

* Fix Wayland not processing events from EventQueue

* Backport #981
2020-01-05 14:15:11 -05:00
..
android Window::set_minimized (#985) (#990) 2019-12-22 01:04:11 -05:00
ios Implement revamped RedrawRequested on iOS. (#1299) 2019-12-22 11:17:23 -05:00
linux Implement DPI Usability Upgrades for X11 and Wayland (#1098) 2020-01-05 14:15:11 -05:00
macos On Macos, Hide cursor only inside window (#1348) 2020-01-03 03:34:14 +03:00
web fix: remove deprecated usage of mem::uninitialized. (#1341) 2019-12-28 18:53:41 -05:00
windows On Windows, fix new DPI API not setting window size properly (#1130) 2020-01-05 14:15:11 -05:00
mod.rs Merge branch 'master' into merge-master-to-web 2019-09-24 14:21:18 -04:00