summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* client: Avoid crash if platform_win is NULLAlexander Larsson2010-09-291-2/+6
* client: Re-enable USE_XRANDR_1_2Alexander Larsson2010-09-291-1/+1
* client: Don't hardcode -lrtAlexander Larsson2010-09-291-2/+1
* client: Fall back to gettimeofday if clock_gettime not foundAlexander Larsson2010-09-292-1/+18
* client: Include config.h from common.hAlexander Larsson2010-09-295-10/+4
* client: Check for pthread yield function using autoconfAlexander Larsson2010-09-291-1/+1
* client: Include stdint.h for uint32_tAlexander Larsson2010-09-291-0/+2
* client: Don't use basename for argv[0] in --help outputAlexander Larsson2010-09-291-17/+1
* Fix warning from OSX compilerAlexander Larsson2010-09-291-4/+1
* spicec-x11: Fix going into a never ending loop upon xrandr event (#628573) (v2)Hans de Goede2010-09-091-0/+10
* client: add default agent capabilitiesAlon Levy2010-08-311-0/+11
* client: add announce_capabilitiesAlon Levy2010-08-312-4/+70
* client: Handle async errors from xshm setupAlexander Larsson2010-08-251-0/+28
* client: Don't leak xshm segmentsAlexander Larsson2010-08-241-0/+8
* Don't try xshm any more if it fails for a permanent reasonAlexander Larsson2010-08-241-0/+16
* client: Fix for clipboard sending; It wasn't thread safe.Yonit Halperin2010-08-232-5/+27
* client: fix - exit on bad display-effect argumentYonit Halperin2010-08-231-0/+2
* client: Application::get_screen: fix double SpicePoint size, second hiding th...Alon Levy2010-07-291-1/+1
* add eol after #ifdef in jpeg_encoder.h for n900 scratchbox compilerAlon Levy2010-07-291-1/+2
* Swap red and blue when decoding 0.4 mjpeg streamsAlexander Larsson2010-07-203-12/+22
* Don't send padding over the network with video dataAlexander Larsson2010-07-201-5/+4
* codegen: Various cleanupsAlexander Larsson2010-07-193-28/+23
* client: add clipboard supportArnon Gilboa2010-07-197-11/+476
* fix typo DisplayModeListner -> DisplayModeListenerAlon Levy2010-07-194-10/+10
* client: command line arguments for setting windows guest monitors'Yonit Halperin2010-07-194-7/+157
* Disable tunnel by default on windowsAlexander Larsson2010-07-081-8/+0
* Make tunnel support optional in client tooAlexander Larsson2010-07-082-3/+16
* Make distcheck workAlexander Larsson2010-07-084-3/+73
* Fix various misspellingsAlexander Larsson2010-07-088-42/+42
* Fix inclusion of common files, no need for common/ partAlexander Larsson2010-07-082-2/+2
* Remove unused method declarationsAlexander Larsson2010-07-081-5/+0
* Move in spice/draw.h from spice-protocol to common/Alexander Larsson2010-07-083-5/+2
* Make CEGUI optionalAlon Levy2010-07-016-43/+122
* client: Use ASSERT, not assertAlexander Larsson2010-07-011-1/+1
* Update client and protocol to support the new SpiceClipRectsAlexander Larsson2010-06-301-3/+2
* client: add --include "common.h" for generated marshallersYonit Halperin2010-06-293-4/+4
* fixed unhandled destroy screen in Application:restore_screens_sizeYonit Halperin2010-06-291-1/+1
* detaching the screen when the primary surface is destoryed and closing the wi...Yonit Halperin2010-06-292-10/+16
* Replace log4cpp with custom log functionAlexander Larsson2010-06-289-65/+102
* Fix build error due to member "SpiceMsgEmpty" same name as typeAlexander Larsson2010-06-281-2/+2
* Remove support for clip by pathAlexander Larsson2010-06-241-1/+1
* Make pointers 32bit in new protocol formatAlexander Larsson2010-06-232-4/+4
* Fix version mismatch error on connectAlexander Larsson2010-06-232-7/+15
* Fix screen resolution changes on old serversAlexander Larsson2010-06-231-5/+5
* client: Support connecting to a major==1 serverAlexander Larsson2010-06-225-28/+104
* Implement display_mode message needed for backwards compatAlexander Larsson2010-06-221-0/+12
* Generate marshaller/demarshallers for old protocolAlexander Larsson2010-06-227-13/+55
* Add more emacs mode headersAlexander Larsson2010-06-222-0/+2
* Convert client to use indirect calls for message marshallingAlexander Larsson2010-06-2211-52/+113
* Add destructor for demarshalled messagesAlexander Larsson2010-06-222-5/+8