Age | Commit message (Expand) | Author | Files | Lines |
2022-04-06 | Remove qemu-common.h include from most units | Marc-André Lureau | 1 | -1/+0 |
2020-12-10 | vl: extract softmmu/datadir.c | Paolo Bonzini | 1 | -0/+1 |
2019-08-16 | Clean up inclusion of sysemu/sysemu.h | Markus Armbruster | 1 | -1/+0 |
2019-06-12 | Include qemu-common.h exactly where needed | Markus Armbruster | 1 | -0/+1 |
2019-06-11 | qemu-common: Move qemu_isalnum() etc. to qemu/ctype.h | Markus Armbruster | 1 | -0/+1 |
2019-02-05 | keymap: fix keyup mappings | Gerd Hoffmann | 1 | -21/+34 |
2019-02-05 | keymap: pass full keyboard state to keysym2scancode | Gerd Hoffmann | 1 | -4/+4 |
2019-01-10 | keymaps: drop support for include files | Gerd Hoffmann | 1 | -4/+3 |
2018-10-19 | ui: Convert vnc_display_init(), init_keyboard_layout() to Error | Fei Li | 1 | -5/+6 |
2018-10-19 | ui/keymaps: Fix handling of erroneous include files | Markus Armbruster | 1 | -12/+23 |
2018-02-22 | keymap: consider modifier state when picking a mapping | Gerd Hoffmann | 1 | -1/+32 |
2018-02-22 | keymap: record multiple keysym -> keycode mappings | Gerd Hoffmann | 1 | -3/+11 |
2018-02-22 | keymap: numpad keysyms and keycodes are fixed | Gerd Hoffmann | 1 | -52/+9 |
2018-02-22 | keymap: use glib hash for kbd_layout_t | Gerd Hoffmann | 1 | -42/+31 |
2018-02-22 | keymap: make struct kbd_layout_t private to ui/keymaps.c | Gerd Hoffmann | 1 | -7/+25 |
2017-09-19 | General warn report fixups | Alistair Francis | 1 | -2/+1 |
2017-09-19 | Convert multi-line fprintf() to warn_report() | Alistair Francis | 1 | -4/+5 |
2017-09-19 | Convert single line fprintf(.../n) to warn_report() | Alistair Francis | 1 | -1/+1 |
2017-06-23 | keymaps: add tracing | Gerd Hoffmann | 1 | -15/+18 |
2016-02-04 | ui: Clean up includes | Peter Maydell | 1 | -0/+1 |
2015-11-06 | ui: Use g_new() & friends where that makes obvious sense | Markus Armbruster | 1 | -1/+1 |
2014-12-10 | keymaps: correct keymaps.c following Qemu coding style | Gonglei | 1 | -88/+108 |
2013-11-13 | qemu-char: add support for U-prefixed symbols | Jan Krupa | 1 | -0/+6 |
2013-01-16 | ui: Drop useless null tests in parse_keyboard_layout() | Markus Armbruster | 1 | -7/+9 |
2012-12-19 | softmmu: move include files to include/sysemu/ | Paolo Bonzini | 1 | -1/+1 |
2011-11-11 | ui: Plug memory leaks on parse_keyboard_layout() error path | Markus Armbruster | 1 | -5/+7 |
2011-09-21 | use qemu_* ctype functions | Christoph Egger | 1 | -1/+1 |
2011-08-20 | Use glib memory allocation and free functions | Anthony Liguori | 1 | -3/+3 |
2010-07-26 | ui: move all ui components in ui/ | Corentin Chary | 1 | -0/+210 |