summaryrefslogtreecommitdiff
path: root/vdagent
AgeCommit message (Expand)AuthorFilesLines
2018-06-28Reuse spice-protocol macros instead of defining new ones for alignmentHEADmasterFrediano Ziglio1-2/+4
2018-05-31vdagent: Fix loss of mouse movement eventsfree.user.name1-69/+64
2018-05-28file_xfer: Use shared_ptr to simplify memory managementFrediano Ziglio2-22/+6
2018-05-28file_xfer: Use destructor for FileXferTaskFrediano Ziglio2-10/+18
2018-05-28file_xfer: Remove too C syntax for C++Frediano Ziglio1-2/+2
2018-05-28file_xfer: Remove FileXferTask structure alignmentFrediano Ziglio1-2/+2
2018-05-28Avoid unused variable warningFrediano Ziglio1-1/+1
2018-05-28Fix minor compiler compatibilityFrediano Ziglio1-0/+4
2018-05-28vcproj: Add some missing filesFrediano Ziglio1-0/+12
2018-05-28vcproj: Remove reference to CxImageFrediano Ziglio1-8/+8
2018-05-25Avoid to use names with reserved characters.Frediano Ziglio1-0/+10
2018-05-25vdagent: Removed unused declarationFrediano Ziglio1-1/+0
2017-08-22imagetest: Save BMP file using BitmapCoderFrediano Ziglio3-16/+8
2017-08-22imagetest: Save PNG file using a helper functionFrediano Ziglio1-10/+18
2017-08-22Make BitmapCoder::from_bitmap return a BMP file formatFrediano Ziglio1-3/+12
2017-07-26Add test for PNG filesFrediano Ziglio1-0/+82
2017-07-26Support encoding PNG imagesFrediano Ziglio1-3/+115
2017-07-26Write code to decode PNG formatFrediano Ziglio3-7/+271
2017-07-26Initial rewrite of image conversion codeFrediano Ziglio2-40/+153
2017-07-26Move image handling to a separate fileFrediano Ziglio3-49/+144
2017-07-24fix format string for Visual StudioFrediano Ziglio1-1/+2
2017-07-14event_dispatcher: vd_printf calls -- remove __func__Uri Lublin1-2/+2
2017-07-14clipboard: log format usedUri Lublin1-1/+1
2017-05-23Fix hdesk handle leak in vdagentkunming.xie1-1/+2
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-11-17Move common resource code to a common fileFrediano Ziglio1-39/+12
2016-11-17Convert resource information to EnglishFrediano Ziglio1-7/+7
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 Ziglio3-15/+7
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 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-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-16Encapsulating XPDM implementationSameeh Jubran4-126/+246
2016-08-16Introducing Windows CCD APISameeh Jubran2-0/+601
2016-08-16Update monitor state when it is detachedSameeh Jubran1-1/+4
2016-08-13vdagent: rework on event_dispatcherVictor Toso1-11/+28
2016-08-12vdagent: remove whitespacesVictor Toso4-11/+11