summaryrefslogtreecommitdiffstats
path: root/ui/spice-display.c
Commit message (Expand)AuthorAgeFilesLines
* spice: surface switch fast path requires same format too.Gerd Hoffmann2015-09-211-1/+2
* maint: avoid useless "if (foo) free(foo)" patternDaniel P. Berrange2015-09-111-10/+4
* Include monitor/monitor.h exactly where neededMarkus Armbruster2015-06-221-1/+0
* spice: ui_info tweaksGerd Hoffmann2015-06-111-9/+8
* spice-display: fix segfault in qemu_spice_create_updateGerd Hoffmann2015-06-111-4/+5
* hw/display : remove 'struct' from 'typedef QXL struct'Chih-Min Chao2015-04-301-3/+3
* ui/console : remove 'struct' from 'typedef struct' typeChih-Min Chao2015-04-301-1/+1
* spice: learn to hide cursorMarc-André Lureau2015-04-271-3/+6
* spice: set pointer position on hotspotMarc-André Lureau2015-04-271-4/+6
* spice: fix mouse cursor positionMarc-André Lureau2015-04-271-1/+1
* spice: fix simple display on bigendian hostsGerd Hoffmann2015-04-271-1/+1
* spice: fix coverity reported defect in display codeGerd Hoffmann2015-01-221-3/+3
* ui/spice: Support shared surface for most pixman formatsGerd Hoffmann2015-01-191-6/+7
* spice: rework mirror allocation, add no-resize fast pathGerd Hoffmann2014-12-161-7/+26
* spice: use bottom half instead of refresh timer for cursor updatesGerd Hoffmann2014-12-161-2/+10
* spice: make sure we don't overflow ssd->bufGerd Hoffmann2014-09-051-5/+15
* spice: fix 32bit buildGerd Hoffmann2014-06-201-1/+1
* spice: add mouse cursor supportGerd Hoffmann2014-06-131-11/+118
* spice: monitors_config: check pointer before dereferencingGerd Hoffmann2014-04-071-0/+4
* spice: QemuUIInfo windupGerd Hoffmann2014-03-101-3/+22
* spice: fix simple display surface handlingGerd Hoffmann2014-03-101-4/+8
* spice: move qemu_spice_display_*() from spice-graphics to spice-coreGerd Hoffmann2013-12-161-17/+0
* spice: fix multihead supportGerd Hoffmann2013-10-171-3/+20
* spice-display: add display channel id to the debug messages.Gerd Hoffmann2013-10-171-13/+14
* spice: replace use of deprecated APIMarc-André Lureau2013-10-171-5/+5
* console: zap ds arg from register_displaychangelistenerGerd Hoffmann2013-04-251-1/+1
* console: allow pinning displaychangelisteners to consolesGerd Hoffmann2013-04-161-5/+6
* console: rename vga_hw_*, add QemuConsole paramGerd Hoffmann2013-04-161-1/+1
* console: stop using DisplayState in gfx hardware emulationGerd Hoffmann2013-03-181-4/+6
* console: zap displaystate from dcl callbacksGerd Hoffmann2013-03-181-4/+1
* spice: stop using DisplayStateGerd Hoffmann2013-03-181-15/+16
* console: rework DisplaySurface handling [dcl/ui side]Gerd Hoffmann2013-03-181-5/+7
* spice: zap sdpy globalGerd Hoffmann2013-03-181-14/+16
* console: fix displaychangelisteners interfaceGerd Hoffmann2013-03-181-6/+13
* softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-191-1/+1
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-2/+2
* monitor: move include files to include/monitor/Paolo Bonzini2012-12-191-1/+1
* ui: move files to ui/ and include/ui/Paolo Bonzini2012-12-191-3/+3
* spice: add new spice-server callbacks to ui/spice-display.cGerd Hoffmann2012-11-211-0/+35
* spice: fix initialization orderGerd Hoffmann2012-11-051-1/+1
* spice: switch to pixmanGerd Hoffmann2012-11-051-29/+22
* console: untangle gfx & txt updatesGerd Hoffmann2012-11-011-2/+2
* console: move set_mouse + cursor_define callbacksGerd Hoffmann2012-11-011-2/+2
* spice: raise requirement to 0.12Gerd Hoffmann2012-10-081-38/+0
* Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori2012-09-171-1/+1
|\
| * ui: Fix spelling in comment (ressource -> resource)Stefan Weil2012-09-141-1/+1
* | spice: send updates only for changed screen contentGerd Hoffmann2012-09-121-1/+55
* | spice: add screen mirrorGerd Hoffmann2012-09-121-10/+22
* | spice: split qemu_spice_create_updateGerd Hoffmann2012-09-121-13/+18
* | spice: switch to queue for vga mode updatesGerd Hoffmann2012-09-121-11/+14
|/
OpenPOWER on IntegriCloud