winit-sonoma-fix/examples
Edwin Cheng bdc01fee1a Implement set_maximized, get_current_monitor, set_fullscreen and set_decorations for windows (#457)
* Implement set_fullscreen for windows

* Implement get_current_monitor for windows

* Implement set_maximized

* Implement set_decorations for windows

* Update CHANGELOG.md

* Fixed minor syntax bug for stable rust version

* Added support for WindowBuilder::with_maximized

* Move all window sized related functions to main thread

* Refactor and formatting force_window_active

* Remove unused code

* Update CHANGELOG.md

* Refactor and change keyboard handling code

* Reformatting and refactoring

* Added back missing link for comment

* Fixed set_maximized and set_fullscreen wrong order bug

* Call ShowWindow(SW_RESTORE) when restore_saved_window

* Sync system maximized status when set_fullscreen

* Fixed wrong function name
2018-04-12 13:12:15 -04:00
..
cursor.rs wayland: upgrade wayland-window (#339) 2017-11-03 17:35:29 +01:00
fullscreen.rs Implement set_maximized, get_current_monitor, set_fullscreen and set_decorations for windows (#457) 2018-04-12 13:12:15 -04:00
grabbing.rs Mouse events (#344) 2017-11-12 21:56:57 +01:00
min_max_size.rs Add ability to change the min/max size of windows at runtime (#405) 2018-03-23 10:35:35 +01:00
multiwindow.rs wayland: upgrade wayland-window (#339) 2017-11-03 17:35:29 +01:00
proxy.rs wayland: upgrade wayland-window (#339) 2017-11-03 17:35:29 +01:00
transparent.rs wayland: upgrade wayland-window (#339) 2017-11-03 17:35:29 +01:00
window.rs wayland: upgrade wayland-window (#339) 2017-11-03 17:35:29 +01:00