Re: [PATCH v4] ui/cocoa: Use NSWindow's ability to resize

2022-02-27 Thread Akihiko Odaki
On 2022/02/27 23:56, Peter Maydell wrote: On Sat, 26 Feb 2022 at 10:41, Akihiko Odaki wrote: This change brings two new features: - The window will be resizable if "Zoom To Fit" is eanbled - The window can be made full screen by clicking full screen button provided by the platform. (The lef

Re: [PATCH v4] ui/cocoa: Use NSWindow's ability to resize

2022-02-27 Thread Peter Maydell
On Sat, 26 Feb 2022 at 10:41, Akihiko Odaki wrote: > > This change brings two new features: > - The window will be resizable if "Zoom To Fit" is eanbled > - The window can be made full screen by clicking full screen button > provided by the platform. (The left-top green button.) > > Signed-off-b

[PATCH v4] ui/cocoa: Use NSWindow's ability to resize

2022-02-26 Thread Akihiko Odaki
This change brings two new features: - The window will be resizable if "Zoom To Fit" is eanbled - The window can be made full screen by clicking full screen button provided by the platform. (The left-top green button.) Signed-off-by: Akihiko Odaki --- ui/cocoa.m | 543 +