summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* Fix typo; sampel --> sampleJeremy White2014-01-0211-45/+45
* Add support for the Opus codecJeremy White2014-01-0210-55/+76
* Revise the spice client and server to use the new snd_codec functions in spic...Jeremy White2014-01-023-82/+58
* Remove tunneling supportChristophe Fergeau2013-10-284-1013/+0
* Fix an overlooked x11 client case.Jeremy White2013-10-091-0/+2
* spicec: disable stencil test with primary fboMarc-André Lureau2013-09-302-1/+2
* spicec: use pre/post copyMarc-André Lureau2013-09-301-0/+2
* spicec: add sw canvas diff checkMarc-André Lureau2013-09-304-24/+88
* spicec: do not abort if cache errorMarc-André Lureau2013-09-301-1/+2
* spicec: add SPICE_NOGRABMarc-André Lureau2013-09-301-0/+7
* spicec: remove dead GL codeMarc-André Lureau2013-09-302-34/+0
* spicec: use doublebuffer for openglMarc-André Lureau2013-09-305-3/+16
* spicec: fix non-doublebuffer drawingMarc-André Lureau2013-09-303-0/+4
* spicec: use standard opengl 3.0 framebufferMarc-André Lureau2013-09-303-47/+50
* spicec: refresh the display after display resizeMarc-André Lureau2013-09-301-0/+4
* spicec: warn when throwing exceptionMarc-André Lureau2013-09-301-0/+3
* build-sys: fix some automake warningMarc-André Lureau2013-09-171-1/+1
* client: add some missing USE_GUI define guardsAlon Levy2013-08-291-0/+4
* spice-client: Add --hotkeys cmdline optionHans de Goede2012-12-191-0/+7
* client: Advertise A8_SURFACE capabilitySøren Sandmann Pedersen2012-09-061-0/+1
* client: fix missing stdarg.h includeYann E. MORIN2012-08-271-0/+1
* seamless-migration: update spice-common submoduleYonit Halperin2012-08-271-9/+9
* Add support for Composite command to the clientSøren Sandmann Pedersen2012-08-244-0/+22
* Update the spice-common submoduleYonit Halperin2012-05-031-2/+4
* Ensure __STDC_FORMAT_MACROS is always defined firstDaniel P. Berrange2012-04-261-1/+0
* Add some more 'noreturn' annotationsDaniel P. Berrange2012-04-255-7/+5
* Fix printf format specifiers for i686 hostsDaniel P. Berrange2012-04-253-5/+5
* Add missing struct field initializersDaniel P. Berrange2012-04-251-5/+5
* Enable many more compiler warningsDaniel P. Berrange2012-04-251-1/+1
* Fix broken -I../common to be -I../spice-common in clientDaniel P. Berrange2012-04-251-1/+1
* Mark functions which never return controlDaniel P. Berrange2012-04-251-1/+1
* Fix multiple printf format problemsDaniel P. Berrange2012-04-257-9/+7
* update visual studio project fileAric Stewart2012-04-181-36/+36
* client/windows/redc.vcproj: switch to unix EOL (dos2unix)Alon Levy2012-04-181-1001/+1001
* Update win32 generate(1).bat files to match modern usageAric Stewart2012-04-182-4/+4
* we do not need afxres.h included in redc.rcAric Stewart2012-04-181-1/+1
* Copy getopt.h from old common/win/my_getopt-1.5/my_getoptAric Stewart2012-04-171-0/+56
* update windows client generate.bat and generate1.batAric Stewart2012-04-172-4/+4
* Replace sprintf with snprintf useChristophe Fergeau2012-04-021-1/+1
* Copy common/win/my_getopt-1.5/my_getopt client/windowsMarc-André Lureau2012-03-252-21/+352
* Use the spice-common submoduleMarc-André Lureau2012-03-2535-203/+118
* Don't truncate SPICE_FOREIGN_MENU_SOCKETChristophe Fergeau2012-03-201-5/+8
* Don't limit spice controller socket name to 50 charsChristophe Fergeau2012-03-201-6/+4
* Remove unused Canvas membersChristophe Fergeau2012-03-204-8/+0
* Use SPICE_FOREIGN_MENU_SOCKET if it's availableMarc-André Lureau2012-03-052-2/+8
* mingw: fix signed/unsigned comparison warningsChristophe Fergeau2012-03-043-3/+3
* mingw: add workaround for _ftime_s issue on mingwChristophe Fergeau2012-03-041-0/+7
* mingw: #ifdef unneeded #define in common.hChristophe Fergeau2012-03-041-0/+2
* mingw: use uintptr_t when converting a pointer to an intChristophe Fergeau2012-03-042-2/+2
* client/windows: fix SetClipboardViewer error handling rhbz#786554Arnon Gilboa2012-03-011-3/+4