index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ui
/
keymaps.c
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