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
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
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:
>>>>
>
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
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
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
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
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
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.