summaryrefslogtreecommitdiff
path: root/vdagent/vdagent.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-12-30vdagent::handle_max_clipboard fix vd_printf formatUri Lublin1-2/+2
2014-06-19Don't refresh displays config when updatingMarc-André Lureau1-1/+10
2014-03-09vdagent: clipboard: Add VD_AGENT_CAP_MAX_CLIPBOARD supportUri Lublin1-0/+24
2014-03-09vdagent: clipboard: GlobalUnlock on handle_request failureUri Lublin1-4/+14
2013-07-17Add suggested parenthesesMarc-André Lureau1-1/+1
2013-07-17Fix wrong DWORD print fmtMarc-André Lureau1-2/+2
2013-07-17dos2unixMarc-André Lureau1-19/+19
2013-06-27vdagent: add support for client -> guest file transfersArnon Gilboa1-0/+11
2013-06-27cleanup dispatch_message()Arnon Gilboa1-12/+11
2013-06-20vdagent: advertise CRLF line-endingArnon Gilboa1-0/+1
2013-05-12vdagent: protect against NULL entry in _displaysUri Lublin1-3/+6
2013-05-09vdagent: drop clipboard received after timeoutArnon Gilboa1-3/+10
2013-05-09vdagent: add support for VD_AGENT_CLIENT_DISCONNECTEDArnon Gilboa1-0/+4
2013-05-09vdagent: support sparse monitors configArnon Gilboa1-0/+6
2013-04-24build-sys: fix mingw buildMarc-André Lureau1-0/+5
2013-04-24Revert "Refresh monitor config only when needed"Marc-André Lureau1-1/+3
2013-04-22Revert "vdagent: add vdagent_helper to support mouse when UAC dialog takes fo...Arnon Gilboa1-50/+1
2013-03-18vdagent: add vdagent_helper to support mouse when UAC dialog takes focusArnon Gilboa1-1/+50
2013-03-18vdagent: don't terminate if stop event cannot be openedArnon Gilboa1-13/+9
2013-03-18vdagent: log unsupported grabbed clipboard formatsArnon Gilboa1-3/+8
2013-03-18vdagent: for Win7 class, use ClipboardFormatListener apiArnon Gilboa1-2/+38
2013-03-18vdagent: on encoding only, use HBITMAP to keep the correct paletteArnon Gilboa1-1/+5
2013-03-16Refresh monitor config only when neededMarc-André Lureau1-1/+1
2013-03-12vdagent: use HBITMAP instead of DIB for image encodingArnon Gilboa1-3/+8
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