summaryrefslogtreecommitdiff
path: root/client
AgeCommit message (Expand)AuthorFilesLines
2011-06-22sndworker: add AudioVolume/AudioMute messagesMarc-André Lureau1-0/+2
2011-06-14client: fix for redundant shift+f11 RHBZ #674532Yonit Halperin3-10/+27
2011-05-30client/windows: enable image randomization (ASLR) rhbz#701111Arnon Gilboa1-2/+2
2011-05-30client/windows: remove slash from x64 build dirArnon Gilboa1-4/+4
2011-05-22client/windows: remove precompiled header for common.h (fix broken windows de...Arnon Gilboa1-4/+4
2011-05-19client: fix flipped video in Linux guest on windows client, RHBZ #667689Yonit Halperin1-3/+5
2011-05-12client/windows: undef SIZE_MAX in stdint.hArnon Gilboa1-1/+1
2011-05-12client/windows: add common\ssl_verify.c/h to projectArnon Gilboa1-2/+10
2011-05-12client/windows: inc version to 0,9,0,0Arnon Gilboa1-4/+4
2011-05-12client/windows: init PACKAGE_VERSIONArnon Gilboa2-3/+5
2011-05-12client: fix return code when missing hostAlon Levy1-0/+1
2011-05-03client: make use of ssl_verify.cMarc-André Lureau4-385/+36
2011-05-03common: add windows.h where required, make gdi_handlers staticMarc-André Lureau1-1/+0
2011-05-03client: remove unused mb() macroChristophe Fergeau1-6/+0
2011-05-03add missing staticChristophe Fergeau2-2/+2
2011-05-03win32: remove obsolete preprocessor #definesChristophe Fergeau1-4/+4
2011-05-03s/USE_OGL/USE_OPENGLChristophe Fergeau17-100/+100
2011-05-03add #include <config.h> to all source filesChristophe Fergeau67-3/+202
2011-05-03autotools: correctly build canvas-related codeChristophe Fergeau14-15/+65
2011-05-03autotools: refactor the whole build machineryChristophe Fergeau4-571/+235
2011-05-02add missing "LGPLv2.1 or later" header to source filesChristophe Fergeau11-1/+184
2011-05-02client: remove c++ wrappersChristophe Fergeau17-338/+36
2011-05-02configure.ac: fix make distChristophe Fergeau1-2/+1
2011-04-18client: skip spaces in --host-subjectChristophe Fergeau1-1/+8
2011-04-18client: add --version cmdline option to spicecChristophe Fergeau1-1/+9
2011-04-18client: s/reqired/required in CmdLineParserChristophe Fergeau2-5/+5
2011-04-18client: s/AVAILIBLE/AVAILABLE in CmdLineParserChristophe Fergeau4-5/+5
2011-04-08gl: remove unused variablesChristophe Fergeau1-6/+0
2011-04-08gl: use correct pixman accessor for image dataChristophe Fergeau1-1/+1
2011-04-08client: use silent generation rules in Makefile.amChristophe Fergeau1-4/+4
2011-03-23spicec-x11: Work around a bug in xselHans de Goede1-1/+3
2011-03-23spicec-x11: Don't crash on apps sending bad atoms as TARGETSHans de Goede1-12/+16
2011-03-23opengl: fix compilationChristophe Fergeau1-3/+0
2011-03-22client/smartcard: use proper include delemitersAlon Levy1-4/+4
2011-03-11client: Don't handle hotkeys while sticky alt is activeHans de Goede1-4/+6
2011-03-08client/smartcard: handle the --smartcard-db optionAlon Levy1-1/+4
2011-03-08client/windows: cleanup vcproj based on updated libsArnon Gilboa1-8/+8
2011-03-01x11: Use _exit rather then exit on X errors (rhbz#680763)Hans de Goede1-2/+2
2011-03-01client: exit nicely for --controller with no SPICE_XPI_SOCKET (rhbz#644292)Uri Lublin1-0/+1
2011-03-01Fix keyb modifiers not syncing from client to client os (rhbz#679467)Hans de Goede1-0/+2
2011-02-13client/windows: use SPICE_PROTOCOL_DIR in project include dirsArnon Gilboa1-4/+4
2011-02-11Drop static_title.bmp from windows/Makefile.amHans de Goede1-1/+0
2011-02-09client/smartcard: libcacard dropped ReaderAddResponseAlon Levy2-18/+78
2011-02-07client/smartcard: ignore VSC_InitAlon Levy1-0/+2
2011-02-07client/smartcard: s/reader_id_t/uint32_t/ (libcacard changed)Alon Levy2-11/+11
2011-02-07client: log subject-host mismatch, and raise ssl warnings to errorsAlon Levy1-5/+5
2011-01-27spice-client migration: fix minor for old migration support.Uri Lublin1-1/+1
2011-01-27client/windows: don't allocate console unless requiredAlon Levy1-9/+27
2011-01-27client: fix broken vs2008 buildAlon Levy4-4/+15
2011-01-27client: --help should not need platform initializationAlon Levy2-33/+62