aboutsummaryrefslogtreecommitdiff
path: root/ui/vnc.h
AgeCommit message (Expand)Author
2014-07-25vnc update fixGerd Hoffmann
2014-07-01ui/vnc: fix potential memory corruption issuesPeter Lieven
2014-06-23qapi event: convert VNC eventsWenchao Xia
2014-03-10ui/vnc: optimize dirty bitmap trackingPeter Lieven
2014-03-10ui/vnc: introduce VNC_DIRTY_PIXELS_PER_BIT macroPeter Lieven
2014-03-05input: mouse: switch vnc ui to new coreGerd Hoffmann
2013-05-03TLS support for VNC WebsocketsTim Hardeck
2013-04-29vnc: Support for LED state extensionLei Li
2013-04-16console: gui timer fixesGerd Hoffmann
2013-03-18vnc: stop using DisplayStateGerd Hoffmann
2013-03-18console: kill DisplayState->opaqueGerd Hoffmann
2013-01-21vnc: fix possible uninitialized removalsTim Hardeck
2013-01-21vnc: added initial websocket protocol supportTim Hardeck
2013-01-21vnc: added buffer_advance functionTim Hardeck
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19monitor: move include files to include/monitor/Paolo Bonzini
2012-12-19ui: move files to ui/ and include/ui/Paolo Bonzini
2012-11-03Merge branch 'trivial-patches' of git://github.com/stefanha/qemuBlue Swirl
2012-11-01vnc: add missing staticBlue Swirl
2012-11-01pixman/vnc: use pixman images in vnc.Gerd Hoffmann
2012-06-27Remove support for non-threaded VNC serverDaniel P. Berrange
2012-03-14vnc: don't mess up with iohandlers in the vnc threadCorentin Chary
2012-02-10vnc: implement shared flag handling.Gerd Hoffmann
2011-07-23Store VNC auth scheme per-client as well as per-serverDaniel P. Berrange
2011-03-10vnc: Fix stack corruption and other bitmap related bugsStefan Weil
2011-02-23vnc: add a non-adaptive optionCorentin Chary
2011-02-23vnc: use the new generic bitmap functionsCorentin Chary
2011-02-23vnc: Add ZRLE and ZYWRLE encodings.Corentin Chary
2011-02-23vnc: refresh lossy rect after a given timeoutCorentin Chary
2011-02-23vnc: add a way to get the update frequency for a given regionCorentin Chary
2010-12-09vnc: support password expireGerd Hoffmann
2010-07-26vnc: threaded VNC serverCorentin Chary
2010-07-26vnc: encapsulate encoding membersCorentin Chary
2010-07-26vnc: tight add PNG encodingCorentin Chary
2010-07-26ui: move all ui components in ui/Corentin Chary