Disable maximize button on non-resizable windows (#588)

* Disabled maximize button

When creating a non resizable window in win32.
Also added example code to test.

* Added to changelog

* Added to documentation

* Removed non_resizable test

* Other suggested PR changes

* Documentation changes

* CHANGELOG nits
This commit is contained in:
Joshua Minter 2018-07-04 10:15:19 +10:00 committed by Francesca Frangipane
parent 1703d0417a
commit ec393e4a90
2 changed files with 9 additions and 5 deletions

View file

@ -1,5 +1,7 @@
# Unreleased
- On Windows, non-resizable windows now have the maximization button disabled. This is consistent with behavior on macOS and popular X11 WMs.
# Version 0.16.1 (2018-07-02)
- Added logging through `log`. Logging will become more extensive over time.