electron/shell
CezaryKulakowski 510a916f82 fix: return proper values for WM_GETMINMAXINFO (#20519)
* fix: set proper constraints for windows with defined maxWidth

When BrowserWindow has set constraints for width (max or min) it
won't behave correctly during first attempt of resizing it. When
maxWidth is defined and maxWidth equals its width it will shrink
rapidly when user tries to expand its width. On the other hand
when minWidth is defined and minWidth equals its width it's
possible to decrease its width with a few pixels.

Notes: Fixed improper behaviour of window with width constraint set during resize.

* fix: prevent crash when WM_GETMINMAXINFO is called on initing window
2019-10-24 15:06:04 +09:00
..
app chore: remove native_mate (Part 8) (#20598) 2019-10-18 09:31:29 +09:00
browser fix: return proper values for WM_GETMINMAXINFO (#20519) 2019-10-24 15:06:04 +09:00
common chore: remove native_mate (Part 10) (#20696) 2019-10-24 14:47:58 +09:00
renderer refactor: move CompileAndCall to a helper (#20675) 2019-10-23 09:26:32 -07:00
utility refactor: run clang-tidy (#20231) 2019-09-16 18:12:00 -04:00