Merge remote-tracking branch 'remotes/kraxel/tags/ui-20200520-pull-request' into...
commitad5a59124c251abd7e725fa3f6a3308c06d6b486
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 21 May 2020 13:48:15 +0000 (21 14:48 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 21 May 2020 13:48:15 +0000 (21 14:48 +0100)
tree218e7001a8a1ef88adcc5eafb9bde7fdf53e7829
parent8b9112e4aef0651feff82e49d1e58947cceab66a
parent7b23d121f913709306e678a3289edc813f3a7463
Merge remote-tracking branch 'remotes/kraxel/tags/ui-20200520-pull-request' into staging

ui: windows keyboard fixes for gtk & sdl.
ui: require GTK 3.22 or newer.

# gpg: Signature made Wed 20 May 2020 09:41:48 BST
# gpg:                using RSA key 4CB6D8EED3E87138
# gpg: Good signature from "Gerd Hoffmann (work) <kraxel@redhat.com>" [full]
# gpg:                 aka "Gerd Hoffmann <gerd@kraxel.org>" [full]
# gpg:                 aka "Gerd Hoffmann (private) <kraxel@gmail.com>" [full]
# Primary key fingerprint: A032 8CFF B93A 17A7 9901  FE7D 4CB6 D8EE D3E8 7138

* remotes/kraxel/tags/ui-20200520-pull-request:
  ui: increase min required GTK version to 3.22.0
  ui/gtk: use native keyboard scancodes on Windows
  ui/gtk: don't pass on win keys without keyboard grab
  ui/sdl2-input: use trace-events to debug key events
  ui/sdl2: start in full screen with grab enabled
  ui/sdl2: fix handling of AltGr key on Windows
  ui/gtk: remove unused variable ignore_keys
  ui/gtk: remove unused code
  ui/gkt: release all keys on grab-broken-event
  ui/gtk: fix handling of AltGr key on Windows
  ui/win32-kbd-hook: handle AltGr in a hook procedure

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>