aboutsummaryrefslogtreecommitdiff
path: root/ui/input.c
AgeCommit message (Expand)Author
2016-03-18qapi: Don't special-case simple union wrappersEric Blake
2016-03-05qapi: Avoid use of 'data' member of QAPI unionsEric Blake
2016-03-05ui: Shorten references into InputEventEric Blake
2016-03-01qapi: promote input-send-event to stableGerd Hoffmann
2016-03-01qapi: switch x-input-send-event from console to device+headGerd Hoffmann
2016-03-01console: add & use qemu_console_lookup_by_device_nameGerd Hoffmann
2016-02-04ui: Clean up includesPeter Maydell
2015-12-17qapi: Don't let implicit enum MAX member collideEric Blake
2015-11-06replay: recording of the user inputPavel Dovgalyuk
2015-11-02input: Convert to new qapi union layoutEric Blake
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster
2015-06-22qerror: Eliminate QERR_DEVICE_NOT_FOUNDMarkus Armbruster
2015-02-18hmp: Name HMP command handler functions hmp_COMMAND()Markus Armbruster
2014-11-25input: move input-send-event into experimental namespaceGerd Hoffmann
2014-11-13QMP/input-send-event: make console parameter optionalAmos Kong
2014-10-02add input-send-event commandMarcelo Tosatti
2014-06-04input: add support for kbd delaysGerd Hoffmann
2014-05-26input: bind devices and input routingGerd Hoffmann
2014-05-26input: add name to input_event_key_numberGerd Hoffmann
2014-05-16input: add qemu_input_handler_deactivateGerd Hoffmann
2014-04-01input: add sanity checkGerd Hoffmann
2014-04-01input: mouse_set should check input device type.Hani Benhabiles
2014-03-05input: move do_mouse_set to new coreGerd Hoffmann
2014-03-05input: move qmp_query_mice to new coreGerd Hoffmann
2014-03-05input: add input_mouse_mode tracepointGerd Hoffmann
2014-03-05input: move mouse mode notifier to new coreGerd Hoffmann
2014-03-05input: trace eventsGerd Hoffmann
2014-03-05input: mouse: add qemu_input_is_absolute()Gerd Hoffmann
2014-03-05input: mouse: add graphic_rotate supportGerd Hoffmann
2014-03-05input: mouse: add helpers functions to coreGerd Hoffmann
2014-03-05input: keyboard: add helper functions to coreGerd Hoffmann
2014-03-05input: add core bits of the new input layerGerd Hoffmann
2014-03-05input: rename file to legacyGerd Hoffmann
2013-12-02Don't crash on keyboard input with no handlerDon Koch
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh
2013-05-23ui/input.c: replace magic numbers with macrosAmos Kong
2013-04-24input: introduce keyboard handler listGerd Hoffmann
2013-04-24input: make QEMUPutLEDEntry + QEMUPutMouseEntry privateGerd Hoffmann
2013-04-19monitor: fix the wrong order of releasing keysAmos Kong
2013-02-11error: Strip trailing '\n' from error string arguments (again)Markus Armbruster
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini
2012-12-19monitor: move include files to include/monitor/Paolo Bonzini
2012-12-19qapi: move include files to include/qobject/Paolo Bonzini
2012-12-19ui: move files to ui/ and include/ui/Paolo Bonzini