summaryrefslogtreecommitdiff
path: root/vdagent/vdagent.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-01-31vdservice stops vdagent via eventArnon Gilboa1-1/+15
2012-12-09vdagent: remove vdi_port, use vio_serial directlyArnon Gilboa1-130/+109
2012-12-09vdagent: when SetClipboardData fails, set clipboard control event to stop waitArnon Gilboa1-14/+16
2012-11-18vdagent: remove a wrong returnArnon Gilboa1-1/+0
2012-11-14vdagent: set timeout for next clipboard chunk instead of complete receptionArnon Gilboa1-33/+34
2012-11-14vdagent: extract event_dispatcher from input_desktop_message_loopArnon Gilboa1-49/+56
2012-11-14vdagent: use virtio-serial, remove pipe usageArnon Gilboa1-239/+228
2012-09-10vdagent: don't stop due to UIPI blockingArnon Gilboa1-3/+8
2012-09-10vdagent: add message_queue for messages written to pipeArnon Gilboa1-95/+91
2012-07-25Fix remaining warningsMarc-André Lureau1-1/+1
2012-05-25vdagent: reset clipboard eventMarc-André Lureau1-2/+21
2012-05-24mingw: add standard main() entry functionMarc-André Lureau1-0/+4
2012-03-01Revert "mingw: remove tMain use"Christophe Fergeau1-1/+1
2012-03-01Fix spacing in VDAgent initialization listChristophe Fergeau1-2/+2
2012-03-01mingw: remove tMain useChristophe Fergeau1-1/+1
2012-03-01mingw: fix another signed/unsigned warningChristophe Fergeau1-2/+2
2012-03-01mingw: workaround ximage.h #defining min/maxChristophe Fergeau1-0/+2
2012-03-01mingw: workaround "use of unitialized var" warningChristophe Fergeau1-1/+1
2012-03-01mingw: use unsigned int in for loops when neededChristophe Fergeau1-4/+4
2012-03-01mingw: fix initialization list order for VDAgent()Christophe Fergeau1-2/+2
2012-02-23mingw: fix format string warningsChristophe Fergeau1-28/+28
2011-11-16vdagent: release clipboard ownership on agent stop & desktop switch rhbz#731628Arnon Gilboa1-21/+65
2011-07-24vdagent: remove whitespacesArnon Gilboa1-4/+4
2010-11-23vdagent: add image copy-paste supportArnon Gilboa1-68/+146
2010-10-11vdagent: handle multiple types on clipboard grab send & receiveArnon Gilboa1-29/+41
2010-10-06vdagent: remove clipboard_changer hackArnon Gilboa1-7/+5
2010-10-06vdagent: Keep track of clipboard ownershipArnon Gilboa1-30/+79
2010-10-05vdagent: receiving a clipboard request with an unsupported type is replied by...Arnon Gilboa1-2/+3
2010-10-05vdagent: remove windows-specific bitmap cut & paste supportArnon Gilboa1-26/+18
2010-09-29vdagent: support & check VD_AGENT_CAP_CLIPBOARD_BY_DEMANDArnon Gilboa1-20/+23
2010-09-21vd_agent: support clipboard/selection-owner modelArnon Gilboa1-70/+253
2010-08-31vdagent: support announce_capabilitiesAlon Levy1-1/+89
2010-08-24Controlling Windows display settings (e.g., wallpaper, UI effects and font sm...Yonit Halperin1-0/+123
2010-08-23vdagent: support basic clipboard support (disabled by default)Arnon Gilboa1-0/+159
2010-08-23vdservice/vdagent: fixes leading to clipboard (aka large) message handlingArnon Gilboa1-24/+60
2010-08-23spice: vdagent: drop mouse event when SendInput fails due to DesktopSwitch ev...Arnon Gilboa1-5/+4
2009-11-05fresh startArnon Gilboa1-0/+598