[PATCH v8 0/3] ui/cocoa: Use NSWindow's ability to resize

Akihiko Odaki posted 3 patches 1 year, 11 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20231218-cocoa-v8-0-d7fad80c7ef6@daynix.com
Maintainers: Peter Maydell <peter.maydell@linaro.org>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Akihiko Odaki <akihiko.odaki@daynix.com>, Gerd Hoffmann <kraxel@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>
There is a newer version of this series
ui/cocoa.m | 537 +++++++++++++++++++++++++++++--------------------------------
1 file changed, 254 insertions(+), 283 deletions(-)
[PATCH v8 0/3] ui/cocoa: Use NSWindow's ability to resize
Posted by Akihiko Odaki 1 year, 11 months ago
V5 -> V6:
  Rebased.

Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>
---
Changes in v8:
- Split into three patches. (BALATON Zoltan)
- Removed negative full-screen conditions. (BALATON Zoltan)
- Converted a C++-style comment to C style.
- Link to v7: https://lore.kernel.org/r/20231217-cocoa-v7-1-6af21ef75680@daynix.com

Changes in v7:
- Fixed zoom-to-fit option. (Marek Glogowski)
- Link to v6: https://lore.kernel.org/r/20231211-cocoa-v6-1-49f3be0191f2@daynix.com

---
Akihiko Odaki (3):
      ui/cocoa: Release specific mouse buttons
      ui/cocoa: Use NSWindow's ability to resize
      ui/cocoa: Remove stretch_video flag

 ui/cocoa.m | 537 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 254 insertions(+), 283 deletions(-)
---
base-commit: 9c74490bff6c8886a922008d0c9ce6cae70dd17e
change-id: 20231211-cocoa-576b8639e9bd

Best regards,
-- 
Akihiko Odaki <akihiko.odaki@daynix.com>