winit-sonoma-fix/src
Joe Moon be6d2ed3b9 subclass windows in macos so they can be made resizable even with no decorations (#408)
* make windows without decorations resizable and movable in macos

fixes #368

The subclassing logic was copied from servo's fork of glutin:
63026a0f4c/src/api/cocoa/mod.rs (L418)

* remove `isMovableByWindowBackground` and `mouseDownCanMoveWindow`

* revert example changes

* remove resizable mask from decoration: false

* avoid duplicate class declarations

* update changelog

* fix changelog

* changelog whitespace
2018-04-02 19:12:38 -04:00
..
os 323 windowbuilder ext macos (#423) 2018-03-22 17:57:35 +01:00
platform subclass windows in macos so they can be made resizable even with no decorations (#408) 2018-04-02 19:12:38 -04:00
events.rs Derive more traits for events::ModifiersState (#411) 2018-02-22 18:15:56 +01:00
lib.rs Update winapi to 0.3 (#346) 2017-12-24 14:46:47 +01:00
window.rs Add ability to change the min/max size of windows at runtime (#405) 2018-03-23 10:35:35 +01:00