[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PULL 00/19] Ui patches
|
From: |
Michael Tokarev |
|
Subject: |
Re: [PULL 00/19] Ui patches |
|
Date: |
Sun, 28 May 2023 20:43:32 +0300 |
|
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0 |
28.05.2023 16:19, marcandre.lureau@redhat.com wrote:
https://gitlab.com/marcandre.lureau/qemu.git tags/ui-pull-request
----------------------------------------------------------------
UI queue
- virtio: add virtio-multitouch device
- sdl: various keyboard grab fixes
- gtk: enable multi-touch events
- misc fixes
From the patch description it looks like quite a few patches should be
applied to -stable:
01/19 ui/gtk: fix passing y0_top parameter to scanout
02/19 ui/gtk: use widget size for cursor motion event
03/19 ui/gtk-egl: fix scaling for cursor position in scanout mode
04/19 ui/sdl2: fix surface_gl_update_texture: Assertion 'gls' failed
05/19 ui/dbus: fix compilation when GBM && !OPENGL
10/19 ui/sdl2: Grab Alt+Tab also in fullscreen mode
11/19 ui/sdl2: Grab Alt+F4 also under Windows
12/19 ui/sdl2: disable SDL_HINT_GRAB_KEYBOARD on Windows
This one is questionable because while it (apparently) fixes an issue,
it uses somewhat undocumented way to do that:
06/19 win32: wrap socket close() with an exception handler
Am I right about the -stable thing?
Please add "Cc: qemu-stable@nongnu.org" tag for subsequent patches
which you think are worth to backport to previous/stable qemu release(s).
Thanks!
/mjt
----------------------------------------------------------------
Bernhard Beschow (2):
ui/sdl2: Grab Alt+Tab also in fullscreen mode
ui/sdl2: Grab Alt+F4 also under Windows
Erico Nunes (3):
ui/gtk: fix passing y0_top parameter to scanout
ui/gtk: use widget size for cursor motion event
ui/gtk-egl: fix scaling for cursor position in scanout mode
Marc-André Lureau (6):
ui/sdl2: fix surface_gl_update_texture: Assertion 'gls' failed
ui/dbus: fix compilation when GBM && !OPENGL
win32: wrap socket close() with an exception handler
virtio-gpu: add a FIXME for virtio_gpu_load()
gtk: add gl-area support on win32
ui/dbus: add a FIXME about texture/dmabuf scanout handling
Mauro Matteo Cascella (1):
ui/cursor: make width/height unsigned 16-bit integer
Sergio Lopez (6):
virtio-input: generalize virtio_input_key_config()
ui: add the infrastructure to support MT events
virtio-input: add a virtio-mulitouch device
virtio-input-pci: add virtio-multitouch-pci
ui: add helpers for virtio-multitouch events
ui/gtk: enable backend to send multi-touch events
Volker RĂ¼melin (1):
ui/sdl2: disable SDL_HINT_GRAB_KEYBOARD on Windows
- [PULL 10/19] ui/sdl2: Grab Alt+Tab also in fullscreen mode, (continued)
- [PULL 10/19] ui/sdl2: Grab Alt+Tab also in fullscreen mode, marcandre . lureau, 2023/05/28
- [PULL 11/19] ui/sdl2: Grab Alt+F4 also under Windows, marcandre . lureau, 2023/05/28
- [PULL 12/19] ui/sdl2: disable SDL_HINT_GRAB_KEYBOARD on Windows, marcandre . lureau, 2023/05/28
- [PULL 13/19] ui/cursor: make width/height unsigned 16-bit integer, marcandre . lureau, 2023/05/28
- [PULL 14/19] virtio-input: generalize virtio_input_key_config(), marcandre . lureau, 2023/05/28
- [PULL 15/19] ui: add the infrastructure to support MT events, marcandre . lureau, 2023/05/28
- [PULL 16/19] virtio-input: add a virtio-mulitouch device, marcandre . lureau, 2023/05/28
- [PULL 17/19] virtio-input-pci: add virtio-multitouch-pci, marcandre . lureau, 2023/05/28
- [PULL 18/19] ui: add helpers for virtio-multitouch events, marcandre . lureau, 2023/05/28
- [PULL 19/19] ui/gtk: enable backend to send multi-touch events, marcandre . lureau, 2023/05/28
- Re: [PULL 00/19] Ui patches,
Michael Tokarev <=
- Re: [PULL 00/19] Ui patches, Richard Henderson, 2023/05/29