[PATCH v2 0/3] Fixes for "ui/cocoa: Let the platform toggle fullscreen"

Akihiko Odaki posted 3 patches 1 month ago
Failed in applying to current master (apply log)
ui/cocoa.m | 90 ++++++++++++++++++++++++++++++++++++++------------------------
1 file changed, 55 insertions(+), 35 deletions(-)
[PATCH v2 0/3] Fixes for "ui/cocoa: Let the platform toggle fullscreen"
Posted by Akihiko Odaki 1 month ago
This series contains patches for regressions caused by commit 91aa508d0274
("ui/cocoa: Let the platform toggle fullscreen").

Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>
---
Changes in v2:
- Added a comment to [QemuCocoaView fixAspectRatio:]. (Peter Maydell)
- Renamed [QemuCocoaView fixAspectRatio:] parameter to match the
  comment. (Peter Maydell)
- Noted that "ui/cocoa: Use NSTrackingInVisibleRect" fixes mouse
  movement tracking. (Peter Maydell)
- Link to v1: https://lore.kernel.org/r/20240318-fixes-v1-0-34f1a849b0d9@daynix.com

---
Akihiko Odaki (3):
      ui/cocoa: Fix aspect ratio
      ui/cocoa: Resize window after toggling zoom-to-fit
      ui/cocoa: Use NSTrackingInVisibleRect

 ui/cocoa.m | 90 ++++++++++++++++++++++++++++++++++++++------------------------
 1 file changed, 55 insertions(+), 35 deletions(-)
---
base-commit: ba49d760eb04630e7b15f423ebecf6c871b8f77b
change-id: 20240318-fixes-7b187ec236a0

Best regards,
-- 
Akihiko Odaki <akihiko.odaki@daynix.com>
Re: [PATCH v2 0/3] Fixes for "ui/cocoa: Let the platform toggle fullscreen"
Posted by Philippe Mathieu-Daudé 1 month ago
On 23/3/24 07:20, Akihiko Odaki wrote:
> This series contains patches for regressions caused by commit 91aa508d0274
> ("ui/cocoa: Let the platform toggle fullscreen").
> 

> ---
> Akihiko Odaki (3):
>        ui/cocoa: Fix aspect ratio
>        ui/cocoa: Resize window after toggling zoom-to-fit
>        ui/cocoa: Use NSTrackingInVisibleRect
> 
>   ui/cocoa.m | 90 ++++++++++++++++++++++++++++++++++++++------------------------
>   1 file changed, 55 insertions(+), 35 deletions(-)

Thanks, series queued.