aboutsummaryrefslogtreecommitdiff
path: root/ui/spice-input.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-21spice: move add_interface() to QemuSpiceOps.Gerd Hoffmann1-3/+3
2020-09-16ui/spice-input: Remove superfluous forward declarationPhilippe Mathieu-Daudé1-1/+0
2020-09-04ui: Add more mouse buttons to SPICEFrediano Ziglio1-0/+2
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-1/+0
2018-06-01ui: use local path for local headersMichael S. Tsirkin1-1/+1
2017-07-28ui: correctly detect spice PAUSE scancode sequenceDaniel P. Berrange1-19/+13
2017-07-27ps2: fix sending of PAUSE/BREAK scancodesDaniel P. Berrange1-0/+20
2017-06-14spice: Use proper enum type for kbd led stateJonathon Jongsma1-1/+1
2017-05-11ui: Support non-zero minimum values for absolute input axesPhilippe Voinov1-2/+2
2016-03-01qapi: rename input buttonsGerd Hoffmann1-2/+2
2016-02-04ui: Clean up includesPeter Maydell1-4/+1
2015-12-17qapi: Change munging of CamelCase enum valuesEric Blake1-2/+2
2015-12-17qapi: Don't let implicit enum MAX member collideEric Blake1-1/+1
2014-03-24spice: input: Fix absolute mouse y coordinatesCole Robinson1-1/+1
2014-03-05input: mouse: switch spice ui to new coreGerd Hoffmann1-24/+38
2014-03-05input: keyboard: switch spice ui to new coreGerd Hoffmann1-2/+20
2012-12-19ui: move files to ui/ and include/ui/Paolo Bonzini1-2/+2
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-2/+2
2011-07-23notifier: Pass data argument to callbackJan Kiszka1-2/+2
2010-09-21spice: add tablet supportGerd Hoffmann1-7/+87
2010-09-21spice: add mouseGerd Hoffmann1-0/+52
2010-09-21spice: add keyboardGerd Hoffmann1-0/+85