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

2024-02-13 Thread Akihiko Odaki
iko Odaki <mailto:akihiko.od...@daynix.com>> Datum: 18.12.2023 08:59:41 An: Rene Engel mailto:reneenge...@emailn.de>> Betreff: Re: [PATCH v7] ui/cocoa: Use NSWindow's ability to resize On 2023/12/17 18:46, Rene Engel wrote: --- Ursprüngliche Nachricht --- Von: Akihiko Odaki <mailto:a

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

2023-12-20 Thread Akihiko Odaki
On 2023/12/20 5:06, Marek Glogowski wrote: Hi For me, the problem does not occur if you use the maximum screen resolution available. For me it is 1680x1050 - everything works fine. When I change the screen preference to a smaller screen resolution than my maximum (1440x900,1024x768 ...) the m

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

2023-12-19 Thread Marek Glogowski
Engel wrote: >> --- Ursprüngliche Nachricht --- >> Von: Akihiko Odaki >> Datum: 18.12.2023 08:59:41 >> An: Rene Engel >> Betreff: Re: [PATCH v7] ui/cocoa: Use NSWindow's ability to resize >>> On 2023/12/17 18:46, Rene Engel wrote: >>>> >

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

2023-12-19 Thread Akihiko Odaki
On 2023/12/19 0:07, Rene Engel wrote: --- Ursprüngliche Nachricht --- Von: Akihiko Odaki Datum: 18.12.2023 08:59:41 An: Rene Engel Betreff: Re: [PATCH v7] ui/cocoa: Use NSWindow's ability to resize On 2023/12/17 18:46, Rene Engel wrote: --- Ursprüngliche Nachricht --- Von: Akihiko

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

2023-12-18 Thread BALATON Zoltan
On Mon, 18 Dec 2023, Akihiko Odaki wrote: On 2023/12/17 20:39, BALATON Zoltan wrote: On Sun, 17 Dec 2023, 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  pro

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

2023-12-18 Thread Akihiko Odaki
On 2023/12/17 18:46, Rene Engel wrote: --- Ursprüngliche Nachricht --- Von: Akihiko Odaki Datum: 17.12.2023 07:25:52 An: Peter Maydell , Philippe Mathieu-Daudé , Gerd Hoffmann , Marc-André Lureau , Marek Glogowski Betreff: [PATCH v7] ui/cocoa: Use NSWindow's ability to resize Test

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

2023-12-17 Thread Akihiko Odaki
On 2023/12/17 20:39, BALATON Zoltan wrote: On Sun, 17 Dec 2023, 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

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

2023-12-17 Thread BALATON Zoltan
On Sun, 17 Dec 2023, 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-by: Akihiko Odaki Test

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

2023-12-16 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 Tested-by: Rene Engel --- V5 -> V6: Rebased.