aboutsummaryrefslogtreecommitdiff
path: root/ui/vnc.c
AgeCommit message (Expand)Author
2011-03-22vnc: fix build error from VNC_DIRTY_WORDSAnthony Liguori
2011-03-22fix vnc regressionWen Congyang
2011-03-22Make VNC support optionalJes Sorensen
2011-03-21change all rt_clock references to use millisecond resolution accessorsPaolo Bonzini
2011-03-15win32: implement missing timersubBlue Swirl
2011-03-10vnc: Fix stack corruption and other bitmap related bugsStefan Weil
2011-02-23vnc: Fix fatal crash with vnc reverse modeStefan Weil
2011-02-23vnc: add a non-adaptive optionCorentin Chary
2011-02-23vnc: don't try to send bigger updates that client heightCorentin Chary
2011-02-23vnc: use the new generic bitmap functionsCorentin Chary
2011-02-23vnc: fix lossy rect refreshingCorentin 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
2011-02-23vnc: don't set the quality if lossy encoding are disabledCorentin Chary
2011-02-01Merge remote branch 'spice/usb.5' into stagingAnthony Liguori
2011-02-01vnc: Fix password expiration through 'change vnc ""' (v2)Anthony Liguori
2011-01-24vnc: fix numlock+capslock trackingGerd Hoffmann
2010-12-09vnc: support password expireGerd Hoffmann
2010-12-09vnc: auth reject cleanupGerd Hoffmann
2010-10-13vnc: avoid write only variablesBlue Swirl
2010-08-22vnc: check fd before calling qemu_set_fd_handler2() in vnc_client_write()Yoshiaki Tamura
2010-07-26vnc: add missing lock for vnc_cursor_define()Corentin Chary
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