mbox series

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

Message ID 20231110161729.36822-1-carwynellis@gmail.com
Headers show
Series ui/cocoa: add zoom-interpolation display option | expand

Message

Carwyn Ellis Nov. 10, 2023, 4:17 p.m. UTC
From: Carwyn Ellis <carwynellis@gmail.com>

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

Signed-off-by: Carwyn Ellis <carwynellis@gmail.com>

Carwyn Ellis (1):
  ui/cocoa: add zoom-interpolation display option

 qapi/ui.json |  6 +++++-
 ui/cocoa.m   | 21 ++++++++++++++++++++-
 2 files changed, 25 insertions(+), 2 deletions(-)