[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-commits] [qemu/qemu] fc49e7: sdl2: Do not quit the emulator when a
From: |
GitHub |
Subject: |
[Qemu-commits] [qemu/qemu] fc49e7: sdl2: Do not quit the emulator when an auxilliary ... |
Date: |
Fri, 17 Nov 2017 03:23:51 -0800 |
Branch: refs/heads/master
Home: https://github.com/qemu/qemu
Commit: fc49e7279d71489571a9934a2fee50be3890a888
https://github.com/qemu/qemu/commit/fc49e7279d71489571a9934a2fee50be3890a888
Author: Jindrich Makovicka <address@hidden>
Date: 2017-11-16 (Thu, 16 Nov 2017)
Changed paths:
M ui/sdl2.c
Log Message:
-----------
sdl2: Do not quit the emulator when an auxilliary window is closed
Signed-off-by: Jindrich Makovicka <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Gerd Hoffmann <address@hidden>
Commit: 253347e100a6cd142fc88e26c4b4297410e75ddf
https://github.com/qemu/qemu/commit/253347e100a6cd142fc88e26c4b4297410e75ddf
Author: Jindrich Makovicka <address@hidden>
Date: 2017-11-16 (Thu, 16 Nov 2017)
Changed paths:
M ui/sdl2.c
Log Message:
-----------
sdl2: Use the same pointer show/hide logic for absolute and relative mode
Also use a proper enum parameter for SDL_ShowCursor
Signed-off-by: Jindrich Makovicka <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Gerd Hoffmann <address@hidden>
Commit: cd6d78b71843df2cb0a7228b935cfb9833b65c65
https://github.com/qemu/qemu/commit/cd6d78b71843df2cb0a7228b935cfb9833b65c65
Author: Jindrich Makovicka <address@hidden>
Date: 2017-11-16 (Thu, 16 Nov 2017)
Changed paths:
M ui/sdl2.c
Log Message:
-----------
sdl2: Fix dead keyboard after fullsceen
Signed-off-by: Jindrich Makovicka <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Gerd Hoffmann <address@hidden>
Commit: 24952847ad50f1b120287fdc4469b78108eef33c
https://github.com/qemu/qemu/commit/24952847ad50f1b120287fdc4469b78108eef33c
Author: Jindrich Makovicka <address@hidden>
Date: 2017-11-16 (Thu, 16 Nov 2017)
Changed paths:
M ui/sdl2.c
Log Message:
-----------
sdl2: Do not leave grab when fullscreen
Prevents displaying of a doubled mouse pointer when moving the pointer
to the screen edges when fullscreen.
Signed-off-by: Jindrich Makovicka <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Gerd Hoffmann <address@hidden>
Commit: bcf43cdc178ffbd06d0533b6c54e92640817c9c7
https://github.com/qemu/qemu/commit/bcf43cdc178ffbd06d0533b6c54e92640817c9c7
Author: Jindrich Makovicka <address@hidden>
Date: 2017-11-16 (Thu, 16 Nov 2017)
Changed paths:
M ui/sdl2.c
Log Message:
-----------
sdl2: Fix broken display updating after the window is hidden
With SDL 2.0.6, calling SDL_ShowWindow during SDL_WINDOWEVENT_HIDDEN
blocks all subsequent display updates.
Instead of trying to override the change, just update the scon->hidden
flag.
Signed-off-by: Jindrich Makovicka <address@hidden>
Message-Id: <address@hidden>
This is a partial revert of d3f3a0f453ea590be529079ae214c200bb5ecc1a,
which in turn is a workaround for a SDL bug. The bug is fixed in 2.0.6,
see https://bugzilla.libsdl.org/show_bug.cgi?id=3410
Signed-off-by: Gerd Hoffmann <address@hidden>
Commit: fec035a53fa15c4c8c4e62bfef56a35df4161e38
https://github.com/qemu/qemu/commit/fec035a53fa15c4c8c4e62bfef56a35df4161e38
Author: Peter Maydell <address@hidden>
Date: 2017-11-17 (Fri, 17 Nov 2017)
Changed paths:
M ui/sdl2.c
Log Message:
-----------
Merge remote-tracking branch 'remotes/kraxel/tags/ui-20171117-pull-request'
into staging
sdl2 fixes for 2.11
# gpg: Signature made Fri 17 Nov 2017 10:06:27 GMT
# gpg: using RSA key 0x4CB6D8EED3E87138
# gpg: Good signature from "Gerd Hoffmann (work) <address@hidden>"
# gpg: aka "Gerd Hoffmann <address@hidden>"
# gpg: aka "Gerd Hoffmann (private) <address@hidden>"
# Primary key fingerprint: A032 8CFF B93A 17A7 9901 FE7D 4CB6 D8EE D3E8 7138
* remotes/kraxel/tags/ui-20171117-pull-request:
sdl2: Fix broken display updating after the window is hidden
sdl2: Do not leave grab when fullscreen
sdl2: Fix dead keyboard after fullsceen
sdl2: Use the same pointer show/hide logic for absolute and relative mode
sdl2: Do not quit the emulator when an auxilliary window is closed
Signed-off-by: Peter Maydell <address@hidden>
Compare: https://github.com/qemu/qemu/compare/b91f0f25c7fd...fec035a53fa1
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Qemu-commits] [qemu/qemu] fc49e7: sdl2: Do not quit the emulator when an auxilliary ...,
GitHub <=