summaryrefslogtreecommitdiff
path: root/ui/spice-display.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-23spice/gl: tweak debug messages.Gerd Hoffmann1-5/+7
2016-02-23spice/gl: add unblock timerGerd Hoffmann1-0/+16
2016-02-23spice: add opengl/virgl/dmabuf supportGerd Hoffmann1-3/+107
2016-02-23spice: reset cursor on resizeMarc-André Lureau1-2/+12
2016-02-23spice: init dcl before registering qxl interfaceGerd Hoffmann1-3/+3
2016-02-04ui: Clean up includesPeter Maydell1-0/+1
2015-09-21spice: surface switch fast path requires same format too.Gerd Hoffmann1-1/+2
2015-09-11maint: avoid useless "if (foo) free(foo)" patternDaniel P. Berrange1-10/+4
2015-06-22Include monitor/monitor.h exactly where neededMarkus Armbruster1-1/+0
2015-06-11spice: ui_info tweaksGerd Hoffmann1-9/+8
2015-06-11spice-display: fix segfault in qemu_spice_create_updateGerd Hoffmann1-4/+5
2015-04-30hw/display : remove 'struct' from 'typedef QXL struct'Chih-Min Chao1-3/+3
2015-04-30ui/console : remove 'struct' from 'typedef struct' typeChih-Min Chao1-1/+1
2015-04-27spice: learn to hide cursorMarc-André Lureau1-3/+6
2015-04-27spice: set pointer position on hotspotMarc-André Lureau1-4/+6
2015-04-27spice: fix mouse cursor positionMarc-André Lureau1-1/+1
2015-04-27spice: fix simple display on bigendian hostsGerd Hoffmann1-1/+1
2015-01-22spice: fix coverity reported defect in display codeGerd Hoffmann1-3/+3
2015-01-19ui/spice: Support shared surface for most pixman formatsGerd Hoffmann1-6/+7
2014-12-16spice: rework mirror allocation, add no-resize fast pathGerd Hoffmann1-7/+26
2014-12-16spice: use bottom half instead of refresh timer for cursor updatesGerd Hoffmann1-2/+10
2014-09-05spice: make sure we don't overflow ssd->bufGerd Hoffmann1-5/+15
2014-06-20spice: fix 32bit buildGerd Hoffmann1-1/+1
2014-06-13spice: add mouse cursor supportGerd Hoffmann1-11/+118
2014-04-07spice: monitors_config: check pointer before dereferencingGerd Hoffmann1-0/+4
2014-03-10spice: QemuUIInfo windupGerd Hoffmann1-3/+22
2014-03-10spice: fix simple display surface handlingGerd Hoffmann1-4/+8
2013-12-16spice: move qemu_spice_display_*() from spice-graphics to spice-coreGerd Hoffmann1-17/+0
2013-10-17spice: fix multihead supportGerd Hoffmann1-3/+20
2013-10-17spice-display: add display channel id to the debug messages.Gerd Hoffmann1-13/+14
2013-10-17spice: replace use of deprecated APIMarc-André Lureau1-5/+5
2013-04-25console: zap ds arg from register_displaychangelistenerGerd Hoffmann1-1/+1
2013-04-16console: allow pinning displaychangelisteners to consolesGerd Hoffmann1-5/+6
2013-04-16console: rename vga_hw_*, add QemuConsole paramGerd Hoffmann1-1/+1
2013-03-18console: stop using DisplayState in gfx hardware emulationGerd Hoffmann1-4/+6
2013-03-18console: zap displaystate from dcl callbacksGerd Hoffmann1-4/+1
2013-03-18spice: stop using DisplayStateGerd Hoffmann1-15/+16
2013-03-18console: rework DisplaySurface handling [dcl/ui side]Gerd Hoffmann1-5/+7
2013-03-18spice: zap sdpy globalGerd Hoffmann1-14/+16
2013-03-18console: fix displaychangelisteners interfaceGerd Hoffmann1-6/+13
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini1-1/+1
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-2/+2
2012-12-19monitor: move include files to include/monitor/Paolo Bonzini1-1/+1
2012-12-19ui: move files to ui/ and include/ui/Paolo Bonzini1-3/+3
2012-11-21spice: add new spice-server callbacks to ui/spice-display.cGerd Hoffmann1-0/+35
2012-11-05spice: fix initialization orderGerd Hoffmann1-1/+1
2012-11-05spice: switch to pixmanGerd Hoffmann1-29/+22
2012-11-01console: untangle gfx & txt updatesGerd Hoffmann1-2/+2
2012-11-01console: move set_mouse + cursor_define callbacksGerd Hoffmann1-2/+2
2012-10-08spice: raise requirement to 0.12Gerd Hoffmann1-38/+0