All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gerd Hoffmann <kraxel@redhat.com>
To: qemu-devel@nongnu.org
Cc: Gerd Hoffmann <kraxel@redhat.com>
Subject: [Qemu-devel] [PULL 0/9] Ui 20180222 patches
Date: Thu, 22 Feb 2018 11:23:08 +0100	[thread overview]
Message-ID: <20180222102317.25776-1-kraxel@redhat.com> (raw)

The following changes since commit a6e0344fa0e09413324835ae122c4cadd7890231:

  Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180220-pull-request' into staging (2018-02-20 14:05:00 +0000)

are available in the git repository at:

  git://git.kraxel.org/qemu tags/ui-20180222-pull-request

for you to fetch changes up to abb4f2c9655503f14dc55064f29c4f59b07e96ff:

  keymap: consider modifier state when picking a mapping (2018-02-22 10:35:32 +0100)

----------------------------------------------------------------
ui: reverse keymap improvements.
sdl2: hotkey fix.
opengl: dmabuf fixes.

----------------------------------------------------------------

Gerd Hoffmann (9):
  sdl2: fix hotkey keyup
  console/opengl: split up dpy_gl_cursor ops
  egl-headless: cursor_dmabuf: handle NULL cursor
  egl-helpers: add alpha channel to texture format
  keymap: make struct kbd_layout_t private to ui/keymaps.c
  keymap: use glib hash for kbd_layout_t
  keymap: numpad keysyms and keycodes are fixed
  keymap: record multiple keysym -> keycode mappings
  keymap: consider modifier state when picking a mapping

 include/ui/console.h |  13 ++--
 ui/keymaps.h         |  30 +++-------
 ui/console.c         |  18 ++++--
 ui/curses.c          |   3 +-
 ui/egl-headless.c    |  30 ++++++----
 ui/egl-helpers.c     |   2 +-
 ui/keymaps.c         | 163 ++++++++++++++++++++++++++-------------------------
 ui/sdl.c             |   6 +-
 ui/sdl2.c            |  14 +----
 ui/vnc.c             |   9 ++-
 ui/trace-events      |   2 +-
 11 files changed, 151 insertions(+), 139 deletions(-)

-- 
2.9.3

             reply	other threads:[~2018-02-22 10:23 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-22 10:23 Gerd Hoffmann [this message]
2018-02-22 10:23 ` [Qemu-devel] [PULL 1/9] sdl2: fix hotkey keyup Gerd Hoffmann
2018-02-22 10:23 ` [Qemu-devel] [PULL 2/9] console/opengl: split up dpy_gl_cursor ops Gerd Hoffmann
2018-02-22 10:23 ` [Qemu-devel] [PULL 3/9] egl-headless: cursor_dmabuf: handle NULL cursor Gerd Hoffmann
2018-02-22 10:23 ` [Qemu-devel] [PULL 4/9] egl-helpers: add alpha channel to texture format Gerd Hoffmann
2018-02-22 10:23 ` [Qemu-devel] [PULL 5/9] keymap: make struct kbd_layout_t private to ui/keymaps.c Gerd Hoffmann
2018-02-22 10:23 ` [Qemu-devel] [PULL 6/9] keymap: use glib hash for kbd_layout_t Gerd Hoffmann
2018-02-22 10:23 ` [Qemu-devel] [PULL 7/9] keymap: numpad keysyms and keycodes are fixed Gerd Hoffmann
2018-02-22 10:23 ` [Qemu-devel] [PULL 8/9] keymap: record multiple keysym -> keycode mappings Gerd Hoffmann
2018-02-22 10:23 ` [Qemu-devel] [PULL 9/9] keymap: consider modifier state when picking a mapping Gerd Hoffmann
2018-02-22 15:41 ` [Qemu-devel] [PULL 0/9] Ui 20180222 patches Peter Maydell
2018-02-24 14:10 ` no-reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180222102317.25776-1-kraxel@redhat.com \
    --to=kraxel@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.