summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-05-18Use sprintf_s instead of sprintf to not crashJakub Janků1-2/+2
2017-05-02Support file transfer for existing filesFrediano Ziglio1-5/+34
2017-04-05Don't exit vdagent when a client disconnectsJonathon Jongsma3-8/+26
2016-12-22vdservice: drop "RHEV" from service nameUri Lublin1-1/+1
2016-11-17build: Package zip fileFrediano Ziglio1-1/+1
2016-11-17build: Automatically update version/copyright in version.rcFrediano Ziglio3-7/+16
2016-11-17Move common resource code to a common fileFrediano Ziglio4-78/+74
2016-11-17Convert resource information to EnglishFrediano Ziglio2-14/+14
2016-10-28Update NEWS for 0.8.0 releaseChristophe Fergeau1-0/+8
2016-09-02Make CCD::load_api throw exception on its ownFrediano Ziglio2-13/+8
2016-09-02Fails CCD initialisation if get_config_buffers detect WDDM is not presentFrediano Ziglio1-0/+4
2016-09-02Do not print function calling vd_printfFrediano Ziglio1-29/+28
2016-09-01Use simpler classes for mutex handlingFrediano Ziglio5-27/+45
2016-09-01Use std::vector for agent capabilitiesFrediano Ziglio1-20/+11
2016-09-01Make some members constantFrediano Ziglio1-6/+6
2016-09-01Make static and constant some lookup arraysFrediano Ziglio1-6/+6
2016-09-01Reuse SPICE_N_ELEMENTS macroFrediano Ziglio1-2/+2
2016-09-01Make session_events static and constFrediano Ziglio1-1/+1
2016-09-01Make DisplayMode setter methods constFrediano Ziglio1-6/+6
2016-09-01Fix include syntaxFrediano Ziglio1-1/+1
2016-09-01Remove small possible buffer overflowFrediano Ziglio1-1/+2
2016-09-01Implementing WDDM interface to support multiple monitors and arbitrary resolu...Sameeh Jubran2-2/+400
2016-08-30Update the displays only when neededSameeh Jubran1-4/+14
2016-08-30Initialize buffers before querying display configSameeh Jubran1-2/+2
2016-08-16Avoid to use _singleton for VDServiceFrediano Ziglio1-23/+9
2016-08-16Pass class pointer using thread parameterFrediano Ziglio1-3/+4
2016-08-16Don't use _singleton if we already have the right this pointerFrediano Ziglio1-4/+3
2016-08-16Pass class pointer using control contextFrediano Ziglio1-2/+2
2016-08-16Encapsulating XPDM implementationSameeh Jubran4-126/+246
2016-08-16Introducing Windows CCD APISameeh Jubran3-0/+603
2016-08-16Update monitor state when it is detachedSameeh Jubran1-1/+4
2016-08-13vdagent: rework on event_dispatcherVictor Toso1-11/+28
2016-08-12Use proper delete for _events memberFrediano Ziglio1-1/+1
2016-08-12vdagent: remove whitespacesVictor Toso4-11/+11
2016-08-11file-transfer: fix typoVictor Toso1-1/+1
2016-08-10Use enumeration for supported_system_version return typeFrediano Ziglio2-4/+4
2016-08-10Fix swprintf_s call under MingWFrediano Ziglio2-2/+22
2016-08-01Fixing buffer overflow when reloading wallpaperSameeh Jubran1-1/+2
2016-05-09vdagent-win: check for locked sessionVictor Toso1-1/+19
2016-05-05handle_mouse_event: fix off-by-one when normalizing mouse coordinatesUri Lublin1-4/+6
2015-08-06Check for set-monitors-position capability from client.Sandy Stutsman4-2/+11
2015-06-29Add monitors_config driver escape.Sandy Stutsman2-3/+31
2015-06-10Use (0,0) for Windows Primary monitors.Sandy Stutsman2-5/+33
2015-04-30vdagent-win: Fix compile under MingWFrediano Ziglio1-0/+1
2015-04-30Use wide characters in drap&drop codeFrediano Ziglio2-25/+23
2015-04-20build-sys: Ship mingw-spice-vdagent.spec in tarballsChristophe Fergeau1-2/+2
2015-03-26Update NEWS for 0.7.3 releaseUri Lublin1-1/+10
2015-03-20Remove MSVC++ strncpy/strcat fallbacksChristophe Fergeau1-2/+0
2015-03-20Use new vdagent_{strncpy,strcat}_s helpersChristophe Fergeau2-3/+3
2015-03-20Add strcat_s/strcpy_s fallbacksChristophe Fergeau2-0/+64