On Sat, 26 Feb 2022 at 10:41, Akihiko Odaki <akihiko.od...@gmail.com> 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-by: Akihiko Odaki <akihiko.od...@gmail.com> > --- > ui/cocoa.m | 543 +++++++++++++++++++++++++---------------------------- > 1 file changed, 252 insertions(+), 291 deletions(-)
This is making too many changes in a single patch to be reviewable -- can you break it down into more digestible chunks, please? thanks -- PMM