summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* server: red_send_image() - append image data to right marshallerAlexander Larsson2010-08-271-1/+2
* server: red_send_image() initialize bitmap.flagsAlexander Larsson2010-08-271-0/+1
* zap more unused bits.Gerd Hoffmann2010-08-271-14/+0
* red_get_cursor: avoid extra copyGerd Hoffmann2010-08-271-4/+4
* fix red_cursur_flush segfaultGerd Hoffmann2010-08-261-1/+3
* zap dead typedefsGerd Hoffmann2010-08-261-5/+0
* zap dead qxl chunk codeGerd Hoffmann2010-08-261-29/+0
* qxl parser: add cursor parsingGerd Hoffmann2010-08-263-48/+59
* qxl parser: complete QXL_SURFACE_CMD_CREATE parsingGerd Hoffmann2010-08-263-4/+6
* server: Fix alloc_lz_image_surface stride allocationsAlexander Larsson2010-08-261-1/+1
* server: clean glz drawables when reseting qxlYonit Halperin2010-08-251-0/+3
* server: Add missing break in switch caseAlexander Larsson2010-08-251-0/+1
* 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
* server: remove the no longer used glz drawables list that was maintained for ...Yonit Halperin2010-08-241-8/+0
* server: remove unnecessary dependency between surfaces and Glz drawablesYonit Halperin2010-08-241-26/+4
* Fix mismerge in last commitAlexander Larsson2010-08-231-1/+0
* Remove USE_EXCLUDE_RGN define and !USE_EXCLUDE_RGN codeAlexander Larsson2010-08-231-167/+0
* Remove STREAM_TRACE define and !STREAM_TRACE codeAlexander Larsson2010-08-231-206/+1
* Limiting video streaming to the primary surface. freedesktop bug #28088.Yonit Halperin2010-08-231-7/+40
* 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
* Stride can be negative, so don't use size_t for itAlexander Larsson2010-08-182-2/+2
* support python 2.5.4+ for marshaller/demarshallersAlon Levy2010-08-173-0/+3
* client: Application::get_screen: fix double SpicePoint size, second hiding th...Alon Levy2010-07-291-1/+1
* add arm and armv7 to configurable 32 bit variants in configure.ac (n900 and p...Alon Levy2010-07-291-1/+1
* add eol after #ifdef in jpeg_encoder.h for n900 scratchbox compilerAlon Levy2010-07-291-1/+2
* server: add vdi_port write retry timer. RHBZ 616772Alon Levy2010-07-221-0/+30
* Don't do manual marshalling for input channelAlexander Larsson2010-07-211-45/+67
* Fix typo in NEWSAlexander Larsson2010-07-211-1/+1
* Update NEWS for 0.5.30.5.3Alexander Larsson2010-07-201-0/+10
* Require spice-protocol 0.5.3 or laterAlexander Larsson2010-07-201-1/+1
* Bump version to 0.5.3Alexander Larsson2010-07-201-1/+1
* server: Properly order rgb for 24bit bitmaps when sending to libjpegAlexander Larsson2010-07-201-2/+8
* Swap red and blue when decoding 0.4 mjpeg streamsAlexander Larsson2010-07-203-12/+22
* demarshaller: Fix palette marshallingAlexander Larsson2010-07-201-14/+32
* Don't send padding over the network with video dataAlexander Larsson2010-07-205-15/+8
* Fix uninitialized variable warningsAlexander Larsson2010-07-191-1/+1
* Don't send CursorHeader if cursor_flags is NONEAlexander Larsson2010-07-194-5/+11
* Send Clip.rects inline rather than using a pointerAlexander Larsson2010-07-191-1/+1
* codegen: Allow @to_ptr to make inline structs demarshal as pointersAlexander Larsson2010-07-193-9/+37
* codegen: Various cleanupsAlexander Larsson2010-07-1910-130/+102
* codegen: Pass member to SubMarshallingSource rather than nameAlexander Larsson2010-07-191-9/+10
* codegen: Remove unused methos has_pointer()Alexander Larsson2010-07-191-27/+0
* server vdi port: prevent recursive calls to read_from_vdi_port (required for ...Alon Levy2010-07-191-7/+21
* 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
* canvas_base jpeg_alpha: supply the correct size to jpeg_decoderYonit Halperin2010-07-151-1/+1