[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v12 06/10] ui/cocoa: Let the platform toggle fullscreen
From: |
Peter Maydell |
Subject: |
Re: [PATCH v12 06/10] ui/cocoa: Let the platform toggle fullscreen |
Date: |
Mon, 26 Feb 2024 17:14:49 +0000 |
On Sat, 24 Feb 2024 at 12:44, Akihiko Odaki <akihiko.odaki@daynix.com> wrote:
>
> It allows making the window full screen by clicking full screen button
> provided by the platform (the left-top green button) and save some code.
>
> Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>
> ---
> ui/cocoa.m | 408
> +++++++++++++++++++++++++++----------------------------------
> 1 file changed, 181 insertions(+), 227 deletions(-)
>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
thanks
-- PMM
- [PATCH v12 01/10] ui/cocoa: Split [-QemuCocoaView handleEventLocked:], (continued)
- [PATCH v12 01/10] ui/cocoa: Split [-QemuCocoaView handleEventLocked:], Akihiko Odaki, 2024/02/24
- [PATCH v12 02/10] ui/cocoa: Immediately call [-QemuCocoaView handleMouseEvent:buttons:], Akihiko Odaki, 2024/02/24
- [PATCH v12 03/10] ui/cocoa: Release specific mouse buttons, Akihiko Odaki, 2024/02/24
- [PATCH v12 04/10] ui/cocoa: Scale with NSView instead of Core Graphics, Akihiko Odaki, 2024/02/24
- [PATCH v12 05/10] ui/cocoa: Fix pause label coordinates, Akihiko Odaki, 2024/02/24
- [PATCH v12 06/10] ui/cocoa: Let the platform toggle fullscreen, Akihiko Odaki, 2024/02/24
- Re: [PATCH v12 06/10] ui/cocoa: Let the platform toggle fullscreen,
Peter Maydell <=
- [PATCH v12 07/10] ui/cocoa: Remove normalWindow, Akihiko Odaki, 2024/02/24
- [PATCH v12 08/10] ui/cocoa: Make window resizable, Akihiko Odaki, 2024/02/24
- [PATCH v12 09/10] ui/cocoa: Call console_select() with the BQL, Akihiko Odaki, 2024/02/24
- [PATCH v12 10/10] ui/cocoa: Remove stretch_video flag, Akihiko Odaki, 2024/02/24
- Re: [PATCH v12 00/10] ui/cocoa: Use NSWindow's ability to resize, Philippe Mathieu-Daudé, 2024/02/26