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

2021-06-29 Thread BALATON Zoltan
On Tue, 29 Jun 2021, Akihiko Odaki wrote: 2021年6月29日(火) 6:19 BALATON Zoltan : On Mon, 28 Jun 2021, Akihiko Odaki wrote: 2021年6月28日(月) 17:57 BALATON Zoltan : On Mon, 28 Jun 2021, Akihiko Odaki wrote: This change brings two new features: - The window will be resizable if "Zoom To Fit" is eanb

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

2021-06-28 Thread Akihiko Odaki
2021年6月29日(火) 6:19 BALATON Zoltan : > > On Mon, 28 Jun 2021, Akihiko Odaki wrote: > > 2021年6月28日(月) 17:57 BALATON Zoltan : > >> > >> On Mon, 28 Jun 2021, Akihiko Odaki wrote: > >>> This change brings two new features: > >>> - The window will be resizable if "Zoom To Fit" is eanbled > >>> - The wind

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

2021-06-28 Thread BALATON Zoltan
On Mon, 28 Jun 2021, Akihiko Odaki wrote: 2021年6月28日(月) 17:57 BALATON Zoltan : On Mon, 28 Jun 2021, 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

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

2021-06-28 Thread Akihiko Odaki
2021年6月28日(月) 17:57 BALATON Zoltan : > > On Mon, 28 Jun 2021, 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

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

2021-06-28 Thread BALATON Zoltan
On Mon, 28 Jun 2021, 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.) While this is better for consiste

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

2021-06-27 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 | 542 -