summaryrefslogtreecommitdiff
path: root/ui/input.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster1-1/+1
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster1-0/+1
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster1-0/+1
2018-02-09Drop superfluous includes of qapi-types.h and test-qapi-types.hMarkus Armbruster1-1/+0
2018-01-12input: fix memory leaklinzhecheng1-0/+2
2017-10-23ui: normalize the 'sysrq' key into the 'print' keyDaniel P. Berrange1-0/+14
2017-10-23ui: use correct union field for key numberDaniel P. Berrange1-1/+1
2017-10-16ui: don't export qemu_input_event_new_keyDaniel P. Berrange1-1/+1
2017-10-16ui: convert key events to QKeyCodes immediatelyDaniel P. Berrange1-7/+17
2017-09-04qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)Markus Armbruster1-6/+6
2017-06-23input: Decrement queue count on kbd delayAlexander Graf1-0/+1
2017-06-21ui: Remove inclusion of "hw/qdev.h"Thomas Huth1-1/+0
2017-05-11ui: Support non-zero minimum values for absolute input axesPhilippe Voinov1-9/+22
2017-05-03input: don't queue delay if pausedMarc-André Lureau1-0/+4
2017-05-03input: limit kbd queue depthGerd Hoffmann1-3/+11
2016-03-18qapi: Don't special-case simple union wrappersEric Blake1-17/+17
2016-03-05qapi: Avoid use of 'data' member of QAPI unionsEric Blake1-1/+1
2016-03-05ui: Shorten references into InputEventEric Blake1-23/+31
2016-03-01qapi: promote input-send-event to stableGerd Hoffmann1-3/+3
2016-03-01qapi: switch x-input-send-event from console to device+headGerd Hoffmann1-5/+10
2016-03-01console: add & use qemu_console_lookup_by_device_nameGerd Hoffmann1-11/+4
2016-02-04ui: Clean up includesPeter Maydell1-0/+1
2015-12-17qapi: Don't let implicit enum MAX member collideEric Blake1-3/+3
2015-11-06replay: recording of the user inputPavel Dovgalyuk1-8/+19
2015-11-02input: Convert to new qapi union layoutEric Blake1-42/+42
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster1-0/+1
2015-06-22qerror: Eliminate QERR_DEVICE_NOT_FOUNDMarkus Armbruster1-1/+2
2015-02-18hmp: Name HMP command handler functions hmp_COMMAND()Markus Armbruster1-1/+1
2014-11-25input: move input-send-event into experimental namespaceGerd Hoffmann1-2/+2
2014-11-13QMP/input-send-event: make console parameter optionalAmos Kong1-6/+9
2014-10-02add input-send-event commandMarcelo Tosatti1-0/+37
2014-06-04input: add support for kbd delaysGerd Hoffmann1-3/+105
2014-05-26input: bind devices and input routingGerd Hoffmann1-3/+40
2014-05-26input: add name to input_event_key_numberGerd Hoffmann1-2/+4
2014-05-16input: add qemu_input_handler_deactivateGerd Hoffmann1-0/+7
2014-04-01input: add sanity checkGerd Hoffmann1-0/+3
2014-04-01input: mouse_set should check input device type.Hani Benhabiles1-5/+11
2014-03-05input: move do_mouse_set to new coreGerd Hoffmann1-0/+21
2014-03-05input: move qmp_query_mice to new coreGerd Hoffmann1-0/+29
2014-03-05input: add input_mouse_mode tracepointGerd Hoffmann1-0/+1
2014-03-05input: move mouse mode notifier to new coreGerd Hoffmann1-0/+30
2014-03-05input: trace eventsGerd Hoffmann1-0/+48
2014-03-05input: mouse: add qemu_input_is_absolute()Gerd Hoffmann1-0/+8
2014-03-05input: mouse: add graphic_rotate supportGerd Hoffmann1-0/+31
2014-03-05input: mouse: add helpers functions to coreGerd Hoffmann1-0/+71
2014-03-05input: keyboard: add helper functions to coreGerd Hoffmann1-0/+35
2014-03-05input: add core bits of the new input layerGerd Hoffmann1-0/+83
2014-03-05input: rename file to legacyGerd Hoffmann1-559/+0
2013-12-02Don't crash on keyboard input with no handlerDon Koch1-1/+1
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh1-3/+3