summaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2012-11-26Merge remote-tracking branch 'spice/spice.v64' into stagingAnthony Liguori2-1/+36
2012-11-26vnc: fix option misspelling ("non-adapative" -> "non-adaptive")Catalin Patulea1-1/+1
2012-11-21spice: add new spice-server callbacks to ui/spice-display.cGerd Hoffmann1-0/+35
2012-11-21Fix the inconsistency in x509-dh-key-file parameterLei Li1-1/+1
2012-11-15vnc-palette.h: Include <stdbool.h>Eduardo Habkost1-0/+1
2012-11-05spice: fix initialization orderGerd Hoffmann1-1/+1
2012-11-05spice: switch to pixmanGerd Hoffmann2-33/+25
2012-11-03Merge branch 'trivial-patches' of git://github.com/stefanha/qemuBlue Swirl4-18/+12
2012-11-02ui/cocoa.m: Update to new DisplayChangeListener member namesPeter Maydell1-2/+2
2012-11-01vnc: add missing staticBlue Swirl4-18/+12
2012-11-01pixman/vnc: remove dead code.Gerd Hoffmann3-87/+27
2012-11-01pixman/vnc: remove rgb_prepare_row* functionsGerd Hoffmann1-74/+10
2012-11-01pixman/vnc: use pixman images in vnc.Gerd Hoffmann7-228/+259
2012-11-01console: remove DisplayAllocatorGerd Hoffmann1-111/+6
2012-11-01console: remove dpy_gfx_fillGerd Hoffmann1-7/+0
2012-11-01console: untangle gfx & txt updatesGerd Hoffmann4-26/+19
2012-11-01console: move set_mouse + cursor_define callbacksGerd Hoffmann3-10/+10
2012-10-23vnc: drop QERR_VNC_SERVER_FAILEDPaolo Bonzini1-3/+0
2012-10-23vnc: add error propagation to vnc_display_openPaolo Bonzini1-19/+23
2012-10-23vnc: reorganize code for reverse modePaolo Bonzini1-11/+9
2012-10-23vnc: introduce a single label for error returnsPaolo Bonzini1-25/+17
2012-10-23vnc: avoid Yoda conditionalsPaolo Bonzini1-2/+2
2012-10-23qemu-sockets: add Error ** to all functionsPaolo Bonzini1-2/+2
2012-10-19ui/vnc-jobs.c: Fix minor typos in commentsPeter Maydell1-8/+8
2012-10-19ui/vnc: Only report/use TIGHT_PNG encoding if enabled.Joel Martin1-0/+2
2012-10-12Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori1-0/+4
2012-10-12vnc: fix "info vnc" with "-vnc ..., reverse=on"Paolo Bonzini1-0/+4
2012-10-08spice: raise requirement to 0.12Gerd Hoffmann3-92/+2
2012-10-06Merge branch 'trivial-patches' of git://github.com/stefanha/qemuAurelien Jarno2-2/+1
2012-10-05cleanup useless return sentenceAmos Kong1-1/+0
2012-10-05ui/vnc: simplify and avoid strncpyJim Meyering1-3/+1
2012-10-05vnc: Fix spelling (hellmen -> hellman) in commentStefan Weil1-1/+1
2012-09-25Separate inet_connect into inet_connect (blocking) and inet_nonblocking_connectOrit Wasserman1-1/+1
2012-09-17Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori1-1/+1
2012-09-14ui: Fix spelling in comment (ressource -> resource)Stefan Weil1-1/+1
2012-09-12spice: send updates only for changed screen contentGerd Hoffmann1-1/+55
2012-09-12spice: add screen mirrorGerd Hoffmann2-10/+23
2012-09-12spice: split qemu_spice_create_updateGerd Hoffmann1-13/+18
2012-09-12spice: switch to queue for vga mode updatesGerd Hoffmann2-12/+16
2012-09-05spice: make number of surfaces runtime-configurable.Gerd Hoffmann2-3/+5
2012-09-05qxl: add QXL_IO_MONITORS_CONFIG_ASYNCAlon Levy1-0/+1
2012-09-05spice: adding seamless-migration option to the command lineYonit Halperin1-0/+7
2012-09-05spice: add 'migrated' flag to spice infoYonit Halperin1-0/+4
2012-09-05spice migration: add QEVENT_SPICE_MIGRATE_COMPLETEDYonit Halperin1-1/+8
2012-09-05spice: notify on vm state change only via spice_server_vm_start/stopYonit Halperin3-4/+41
2012-09-05spice: notify spice server on vm start/stopYonit Halperin1-0/+14
2012-09-05spice: abort on invalid streaming cmdline paramsChristophe Fergeau1-1/+2
2012-08-13net: inet_connect(), inet_connect_opts(): add in_progress argumentLuiz Capitulino1-1/+1
2012-08-03vnc: disable VNC password authentication (security type 2) when in FIPS modePaul Moore1-0/+10
2012-07-28Avoid returning voidBlue Swirl2-2/+3