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