aboutsummaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)Author
2012-11-03Merge branch 'trivial-patches' of git://github.com/stefanha/qemuBlue Swirl
2012-11-02ui/cocoa.m: Update to new DisplayChangeListener member namesPeter Maydell
2012-11-01vnc: add missing staticBlue Swirl
2012-11-01pixman/vnc: remove dead code.Gerd Hoffmann
2012-11-01pixman/vnc: remove rgb_prepare_row* functionsGerd Hoffmann
2012-11-01pixman/vnc: use pixman images in vnc.Gerd Hoffmann
2012-11-01console: remove DisplayAllocatorGerd Hoffmann
2012-11-01console: remove dpy_gfx_fillGerd Hoffmann
2012-11-01console: untangle gfx & txt updatesGerd Hoffmann
2012-11-01console: move set_mouse + cursor_define callbacksGerd Hoffmann
2012-10-23vnc: drop QERR_VNC_SERVER_FAILEDPaolo Bonzini
2012-10-23vnc: add error propagation to vnc_display_openPaolo Bonzini
2012-10-23vnc: reorganize code for reverse modePaolo Bonzini
2012-10-23vnc: introduce a single label for error returnsPaolo Bonzini
2012-10-23vnc: avoid Yoda conditionalsPaolo Bonzini
2012-10-23qemu-sockets: add Error ** to all functionsPaolo Bonzini
2012-10-19ui/vnc-jobs.c: Fix minor typos in commentsPeter Maydell
2012-10-19ui/vnc: Only report/use TIGHT_PNG encoding if enabled.Joel Martin
2012-10-12Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori
2012-10-12vnc: fix "info vnc" with "-vnc ..., reverse=on"Paolo Bonzini
2012-10-08spice: raise requirement to 0.12Gerd Hoffmann
2012-10-06Merge branch 'trivial-patches' of git://github.com/stefanha/qemuAurelien Jarno
2012-10-05cleanup useless return sentenceAmos Kong
2012-10-05ui/vnc: simplify and avoid strncpyJim Meyering
2012-10-05vnc: Fix spelling (hellmen -> hellman) in commentStefan Weil
2012-09-25Separate inet_connect into inet_connect (blocking) and inet_nonblocking_connectOrit Wasserman
2012-09-17Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori
2012-09-14ui: Fix spelling in comment (ressource -> resource)Stefan Weil
2012-09-12spice: send updates only for changed screen contentGerd Hoffmann
2012-09-12spice: add screen mirrorGerd Hoffmann
2012-09-12spice: split qemu_spice_create_updateGerd Hoffmann
2012-09-12spice: switch to queue for vga mode updatesGerd Hoffmann
2012-09-05spice: make number of surfaces runtime-configurable.Gerd Hoffmann
2012-09-05qxl: add QXL_IO_MONITORS_CONFIG_ASYNCAlon Levy
2012-09-05spice: adding seamless-migration option to the command lineYonit Halperin
2012-09-05spice: add 'migrated' flag to spice infoYonit Halperin
2012-09-05spice migration: add QEVENT_SPICE_MIGRATE_COMPLETEDYonit Halperin
2012-09-05spice: notify on vm state change only via spice_server_vm_start/stopYonit Halperin
2012-09-05spice: notify spice server on vm start/stopYonit Halperin
2012-09-05spice: abort on invalid streaming cmdline paramsChristophe Fergeau
2012-08-13net: inet_connect(), inet_connect_opts(): add in_progress argumentLuiz Capitulino
2012-08-03vnc: disable VNC password authentication (security type 2) when in FIPS modePaul Moore
2012-07-28Avoid returning voidBlue Swirl
2012-06-27Remove support for non-threaded VNC serverDaniel P. Berrange
2012-06-22ui/spice-display.c: add missing initialization for valgrindAlon Levy
2012-06-07build: move ui/ objects to nested Makefile.objsPaolo Bonzini
2012-05-30vnc: fix segfault in vnc_display_pw_expire()Gerd Hoffmann
2012-05-29cocoa: Suppress Cocoa frontend for -qtestAndreas Färber
2012-05-10sockets: use error class to pass listen errorAmos Kong
2012-05-10sockets: change inet_connect() to support nonblock socketAmos Kong