summaryrefslogtreecommitdiff
path: root/client
AgeCommit message (Expand)AuthorFilesLines
2014-12-03client: Remove client codeChristophe Fergeau176-103818/+0
2014-01-02Fix typo; sampel --> sampleJeremy White11-45/+45
2014-01-02Add support for the Opus codecJeremy White10-55/+76
2014-01-02Revise the spice client and server to use the new snd_codec functions in spic...Jeremy White3-82/+58
2013-10-28Remove tunneling supportChristophe Fergeau4-1013/+0
2013-10-09Fix an overlooked x11 client case.Jeremy White1-0/+2
2013-09-30spicec: disable stencil test with primary fboMarc-André Lureau2-1/+2
2013-09-30spicec: use pre/post copyMarc-André Lureau1-0/+2
2013-09-30spicec: add sw canvas diff checkMarc-André Lureau4-24/+88
2013-09-30spicec: do not abort if cache errorMarc-André Lureau1-1/+2
2013-09-30spicec: add SPICE_NOGRABMarc-André Lureau1-0/+7
2013-09-30spicec: remove dead GL codeMarc-André Lureau2-34/+0
2013-09-30spicec: use doublebuffer for openglMarc-André Lureau5-3/+16
2013-09-30spicec: fix non-doublebuffer drawingMarc-André Lureau3-0/+4
2013-09-30spicec: use standard opengl 3.0 framebufferMarc-André Lureau3-47/+50
2013-09-30spicec: refresh the display after display resizeMarc-André Lureau1-0/+4
2013-09-30spicec: warn when throwing exceptionMarc-André Lureau1-0/+3
2013-09-17build-sys: fix some automake warningMarc-André Lureau1-1/+1
2013-08-29client: add some missing USE_GUI define guardsAlon Levy1-0/+4
2012-12-19spice-client: Add --hotkeys cmdline optionHans de Goede1-0/+7
2012-09-06client: Advertise A8_SURFACE capabilitySøren Sandmann Pedersen1-0/+1
2012-08-27client: fix missing stdarg.h includeYann E. MORIN1-0/+1
2012-08-27seamless-migration: update spice-common submoduleYonit Halperin1-9/+9
2012-08-24Add support for Composite command to the clientSøren Sandmann Pedersen4-0/+22
2012-05-03Update the spice-common submoduleYonit Halperin1-2/+4
2012-04-26Ensure __STDC_FORMAT_MACROS is always defined firstDaniel P. Berrange1-1/+0
2012-04-25Add some more 'noreturn' annotationsDaniel P. Berrange5-7/+5
2012-04-25Fix printf format specifiers for i686 hostsDaniel P. Berrange3-5/+5
2012-04-25Add missing struct field initializersDaniel P. Berrange1-5/+5
2012-04-25Enable many more compiler warningsDaniel P. Berrange1-1/+1
2012-04-25Fix broken -I../common to be -I../spice-common in clientDaniel P. Berrange1-1/+1
2012-04-25Mark functions which never return controlDaniel P. Berrange1-1/+1
2012-04-25Fix multiple printf format problemsDaniel P. Berrange7-9/+7
2012-04-18update visual studio project fileAric Stewart1-36/+36
2012-04-18client/windows/redc.vcproj: switch to unix EOL (dos2unix)Alon Levy1-1001/+1001
2012-04-18Update win32 generate(1).bat files to match modern usageAric Stewart2-4/+4
2012-04-18we do not need afxres.h included in redc.rcAric Stewart1-1/+1
2012-04-17Copy getopt.h from old common/win/my_getopt-1.5/my_getoptAric Stewart1-0/+56
2012-04-17update windows client generate.bat and generate1.batAric Stewart2-4/+4
2012-04-02Replace sprintf with snprintf useChristophe Fergeau1-1/+1
2012-03-25Copy common/win/my_getopt-1.5/my_getopt client/windowsMarc-André Lureau2-21/+352
2012-03-25Use the spice-common submoduleMarc-André Lureau35-203/+118
2012-03-20Don't truncate SPICE_FOREIGN_MENU_SOCKETChristophe Fergeau1-5/+8
2012-03-20Don't limit spice controller socket name to 50 charsChristophe Fergeau1-6/+4
2012-03-20Remove unused Canvas membersChristophe Fergeau4-8/+0
2012-03-05Use SPICE_FOREIGN_MENU_SOCKET if it's availableMarc-André Lureau2-2/+8
2012-03-04mingw: fix signed/unsigned comparison warningsChristophe Fergeau3-3/+3
2012-03-04mingw: add workaround for _ftime_s issue on mingwChristophe Fergeau1-0/+7
2012-03-04mingw: #ifdef unneeded #define in common.hChristophe Fergeau1-0/+2
2012-03-04mingw: use uintptr_t when converting a pointer to an intChristophe Fergeau2-2/+2