summaryrefslogtreecommitdiff
path: root/ui/input-legacy.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster1-1/+1
2018-02-09Drop superfluous includes of qapi-types.h and test-qapi-types.hMarkus Armbruster1-1/+0
2017-10-23ui: fix crash with sendkey and raw key numbersDaniel P. Berrange1-0/+5
2017-09-04qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)Markus Armbruster1-2/+2
2017-09-04qapi: Avoid unnecessary use of enum lookup table's sentinelMarkus Armbruster1-1/+1
2016-03-18qapi: Don't special-case simple union wrappersEric Blake1-4/+4
2016-03-05ui: Shorten references into InputEventEric Blake1-10/+15
2016-03-01qapi: rename input buttonsGerd Hoffmann1-2/+2
2016-02-04ui: Clean up includesPeter Maydell1-1/+1
2016-02-03hmp: fix sendkey out of bounds write (CVE-2015-8619)Wolfgang Bumiller1-2/+3
2015-12-17qapi: Change munging of CamelCase enum valuesEric Blake1-2/+2
2015-12-17qapi: Don't let implicit enum MAX member collideEric Blake1-3/+3
2015-11-06ui: Use g_new() & friends where that makes obvious senseMarkus Armbruster1-2/+2
2015-11-02input: Convert to new qapi union layoutEric Blake1-10/+11
2015-06-22Include monitor/monitor.h exactly where neededMarkus Armbruster1-1/+0
2015-04-30input: remove unused mouse_handlers listEmilio G. Cota1-2/+0
2015-03-10ui: Removed unused functionsThomas Huth1-6/+0
2014-10-02input: fix send-key monitor command release event orderingGerd Hoffmann1-2/+9
2014-06-04input: use kbd delays for send_key monitor commandGerd Hoffmann1-39/+6
2014-05-16input: use KeyValue directly in sendkey monitor commandGerd Hoffmann1-24/+23
2014-05-16input: key mapping helpersGerd Hoffmann1-174/+7
2014-03-12input: activate legacy kbdGerd Hoffmann1-0/+1
2014-03-10input: map INPUT_BUTTON_WHEEL_{UP,DOWN} to legacy input z axis moves.Gerd Hoffmann1-0/+14
2014-03-05input: remove index_from_keycode (no users)Gerd Hoffmann1-14/+0
2014-03-05input: move do_mouse_set to new coreGerd Hoffmann1-43/+0
2014-03-05input: move qmp_query_mice to new coreGerd Hoffmann1-23/+0
2014-03-05input: move mouse mode notifier to new coreGerd Hoffmann1-33/+1
2014-03-05input-legacy: remove kbd_mouse_eventGerd Hoffmann1-49/+0
2014-03-05input-legacy: remove kbd_mouse_is_absoluteGerd Hoffmann1-10/+1
2014-03-05input-legacy: remove kbd_mouse_has_absoluteGerd Hoffmann1-19/+2
2014-03-05input-legacy: remove kbd_put_keycodeGerd Hoffmann1-23/+0
2014-03-05input: mouse: switch legacy handlers to new coreGerd Hoffmann1-0/+63
2014-03-05input: keyboard: switch qmp_send_key() to new core.Gerd Hoffmann1-8/+3
2014-03-05input: keyboard: switch legacy handlers to new coreGerd Hoffmann1-10/+56
2014-03-05input: rename file to legacyGerd Hoffmann1-0/+559