summaryrefslogtreecommitdiff
path: root/ui/input.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-05-23ui/input.c: replace magic numbers with macrosAmos Kong1-6/+7
2013-04-24input: introduce keyboard handler listGerd Hoffmann1-12/+25
2013-04-24input: make QEMUPutLEDEntry + QEMUPutMouseEntry privateGerd Hoffmann1-0/+18
2013-04-19monitor: fix the wrong order of releasing keysAmos Kong1-5/+3
2013-02-11error: Strip trailing '\n' from error string arguments (again)Markus Armbruster1-1/+1
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini1-1/+1
2012-12-19monitor: move include files to include/monitor/Paolo Bonzini1-1/+1
2012-12-19qapi: move include files to include/qobject/Paolo Bonzini1-1/+1
2012-12-19ui: move files to ui/ and include/ui/Paolo Bonzini1-0/+529