[PATCH 0/1] ui/cocoa: add zoom-interpolation display option

2023-11-10 Thread carwynellis
From: Carwyn Ellis Provides a new display option, zoom-interpolation, that enables or disables smoothing of the scaled display output when the zoom-to-fit option is enabled. A 'Zoom Interpolation' item has also been added to the view menu to allow interpolation to be toggled on and off as requir

[PATCH 1/1] ui/cocoa: add zoom-interpolation display option

2023-11-10 Thread carwynellis
From: Carwyn Ellis Provides a new display option, zoom-interpolation, that enables interpolation of the scaled display when zoom-to-fit is enabled. Also provides a corresponding view menu item to allow this to be toggled as required. Signed-off-by: Carwyn Ellis --- qapi/ui.json | 6 +- u

[PATCH v3 1/1] ui/cocoa: add zoom-to-fit display option

2023-10-27 Thread carwynellis
From: Carwyn Ellis Provides a display option, zoom-to-fit, that enables scaling of the display when full-screen mode is enabled. Also ensures that the corresponding menu item is marked as enabled when the option is set to on. Signed-off-by: Carwyn Ellis --- qapi/ui.json | 7 ++- ui/cocoa

[PATCH v3 0/1] ui/cocoa: add zoom-to-fit display option

2023-10-27 Thread carwynellis
From: Carwyn Ellis The intention here is to allow fullscreen scaling of the display to be enabled by setting the display option `zoom-to-fit` to on, allowing this to be set from the command line without having to interact with the ui menu. Includes changes requested by Akihiko Odaki. Signed-off

[PATCH v2 0/1] ui/cocoa: add zoom-to-fit display option

2023-10-27 Thread carwynellis
From: Carwyn Ellis The intention here is to allow fullscreen scaling of the display to be enabled by setting the display option `zoom-to-fit` to on, allowing this to be set from the command line without having to interact with the ui menu. Includes changes requested by Akihiko Odaki. Signed-off

[PATCH v2 1/1] ui/cocoa: add zoom-to-fit display option

2023-10-27 Thread carwynellis
From: Carwyn Ellis Provides a display option, zoom-to-fit, that enables scaling of the display when full-screen mode is enabled. Also ensures that the corresponding menu item is marked as enabled when the option is set to on. Signed-off-by: Carwyn Ellis --- qapi/ui.json | 8 ++-- ui/coco

[PATCH 1/1] ui/cocoa: add full-screen-scaling display option

2023-10-25 Thread carwynellis
From: Carwyn Ellis Provides a display option, full-screen-scaling, that enables scaling of the display when full-screen mode is enabled. Also ensures that the corresponding menu item is marked as enabled when the option is set to on. --- qapi/ui.json | 6 +- ui/cocoa.m | 33 +

[PATCH 0/1] ui/cocoa: add full-screen-scaling display option

2023-10-25 Thread carwynellis
From: Carwyn Ellis The intention here is to allow fullscreen scaling of the display to be enabled by setting the display option `full-screen-scaling` to on, allowing this to be set from the command line without having to interact with the ui menu. Carwyn Ellis (1): ui/cocoa: add full-screen-sc