summaryrefslogtreecommitdiff
path: root/ui/vnc.h
AgeCommit message (Expand)AuthorFilesLines
2014-03-10ui/vnc: optimize dirty bitmap trackingPeter Lieven1-0/+4
2014-03-10ui/vnc: introduce VNC_DIRTY_PIXELS_PER_BIT macroPeter Lieven1-1/+5
2014-03-05input: mouse: switch vnc ui to new coreGerd Hoffmann1-0/+1
2013-05-03TLS support for VNC WebsocketsTim Hardeck1-1/+4
2013-04-29vnc: Support for LED state extensionLei Li1-0/+3
2013-04-16console: gui timer fixesGerd Hoffmann1-2/+0
2013-03-18vnc: stop using DisplayStateGerd Hoffmann1-2/+1
2013-03-18console: kill DisplayState->opaqueGerd Hoffmann1-0/+1
2013-01-21vnc: fix possible uninitialized removalsTim Hardeck1-0/+1
2013-01-21vnc: added initial websocket protocol supportTim Hardeck1-0/+19
2013-01-21vnc: added buffer_advance functionTim Hardeck1-0/+1
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-3/+3
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-1/+1
2012-11-03Merge branch 'trivial-patches' of git://github.com/stefanha/qemuBlue Swirl1-5/+0
2012-11-01vnc: add missing staticBlue Swirl1-5/+0
2012-11-01pixman/vnc: use pixman images in vnc.Gerd Hoffmann1-4/+15
2012-06-27Remove support for non-threaded VNC serverDaniel P. Berrange1-17/+0
2012-03-14vnc: don't mess up with iohandlers in the vnc threadCorentin Chary1-0/+2
2012-02-10vnc: implement shared flag handling.Gerd Hoffmann1-0/+16
2011-07-23Store VNC auth scheme per-client as well as per-serverDaniel P. Berrange1-0/+2
2011-03-10vnc: Fix stack corruption and other bitmap related bugsStefan Weil1-3/+6
2011-02-23vnc: add a non-adaptive optionCorentin Chary1-0/+1
2011-02-23vnc: use the new generic bitmap functionsCorentin Chary1-3/+4
2011-02-23vnc: Add ZRLE and ZYWRLE encodings.Corentin Chary1-1/+26
2011-02-23vnc: refresh lossy rect after a given timeoutCorentin Chary1-0/+3
2011-02-23vnc: add a way to get the update frequency for a given regionCorentin Chary1-0/+19
2010-12-09vnc: support password expireGerd Hoffmann1-0/+1
2010-07-26vnc: threaded VNC serverCorentin Chary1-1/+52
2010-07-26vnc: encapsulate encoding membersCorentin Chary1-26/+33
2010-07-26vnc: tight add PNG encodingCorentin Chary1-1/+14
2010-07-26ui: move all ui components in ui/Corentin Chary1-0/+430