COMMITS
/ ui/keymaps.c March 23, 2022
M
Remove qemu-common.h include from most units
Marc-André Lureau committed
October 28, 2020
P
vl: extract softmmu/datadir.c
Paolo Bonzini committed
August 12, 2019
M
Clean up inclusion of sysemu/sysemu.h
Markus Armbruster committed
May 23, 2019
M
Include qemu-common.h exactly where needed
Markus Armbruster committed
M
qemu-common: Move qemu_isalnum() etc. to qemu/ctype.h
Markus Armbruster committed
January 22, 2019
G
keymap: fix keyup mappings
Gerd Hoffmann committed
G
keymap: pass full keyboard state to keysym2scancode
Gerd Hoffmann committed
November 16, 2018
G
keymaps: drop support for include files
Gerd Hoffmann committed
October 17, 2018
F
ui: Convert vnc_display_init(), init_keyboard_layout() to Error
Fei Li committed
M
ui/keymaps: Fix handling of erroneous include files
Markus Armbruster committed
February 22, 2018
G
keymap: consider modifier state when picking a mapping
Gerd Hoffmann committed
G
keymap: record multiple keysym -> keycode mappings
Gerd Hoffmann committed
G
keymap: numpad keysyms and keycodes are fixed
Gerd Hoffmann committed
G
keymap: use glib hash for kbd_layout_t
Gerd Hoffmann committed
G
keymap: make struct kbd_layout_t private to ui/keymaps.c
Gerd Hoffmann committed
September 11, 2017
A
General warn report fixups
Alistair Francis committed
A
Convert multi-line fprintf() to warn_report()
Alistair Francis committed
A
Convert single line fprintf(.../n) to warn_report()
Alistair Francis committed
June 6, 2017
G
keymaps: add tracing
Gerd Hoffmann committed
January 29, 2016
P
ui: Clean up includes
Peter Maydell committed
November 3, 2015
M
ui: Use g_new() & friends where that makes obvious sense
Markus Armbruster committed
December 8, 2014
G
keymaps: correct keymaps.c following Qemu coding style
Gonglei committed
October 16, 2013
J
qemu-char: add support for U-prefixed symbols
Jan Krupa committed
January 16, 2013
M
ui: Drop useless null tests in parse_keyboard_layout()
Markus Armbruster committed
December 17, 2012
P
softmmu: move include files to include/sysemu/
Paolo Bonzini committed
November 11, 2011
M
ui: Plug memory leaks on parse_keyboard_layout() error path
Markus Armbruster committed
September 21, 2011
C
use qemu_* ctype functions
Christoph Egger committed
August 21, 2011
A
Use glib memory allocation and free functions
Anthony Liguori committed
July 7, 2010
C
ui: move all ui components in ui/
Corentin Chary committed