summaryrefslogtreecommitdiff
path: root/ui/input.c
AgeCommit message (Expand)AuthorFilesLines
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