summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-09-06Add app that can read log fileslog-drawingAlexander Larsson1-0/+184
2010-08-30Add support for draw loggingAlexander Larsson3-0/+155
2010-08-27canvas: Better coordinate rounding in scalingAlexander Larsson1-28/+36
2010-08-27server: red_send_image() - append image data to right marshallerAlexander Larsson1-1/+2
2010-08-27server: red_send_image() initialize bitmap.flagsAlexander Larsson1-0/+1
2010-08-27zap more unused bits.Gerd Hoffmann1-14/+0
2010-08-27red_get_cursor: avoid extra copyGerd Hoffmann1-4/+4
2010-08-26fix red_cursur_flush segfaultGerd Hoffmann1-1/+3
2010-08-26zap dead typedefsGerd Hoffmann1-5/+0
2010-08-26zap dead qxl chunk codeGerd Hoffmann1-29/+0
2010-08-26qxl parser: add cursor parsingGerd Hoffmann3-48/+59
2010-08-26qxl parser: complete QXL_SURFACE_CMD_CREATE parsingGerd Hoffmann3-4/+6
2010-08-26server: Fix alloc_lz_image_surface stride allocationsAlexander Larsson1-1/+1
2010-08-25server: clean glz drawables when reseting qxlYonit Halperin1-0/+3
2010-08-25server: Add missing break in switch caseAlexander Larsson1-0/+1
2010-08-25client: Handle async errors from xshm setupAlexander Larsson1-0/+28
2010-08-24client: Don't leak xshm segmentsAlexander Larsson1-0/+8
2010-08-24Don't try xshm any more if it fails for a permanent reasonAlexander Larsson1-0/+16
2010-08-24server: remove the no longer used glz drawables list that was maintained for ...Yonit Halperin1-8/+0
2010-08-24server: remove unnecessary dependency between surfaces and Glz drawablesYonit Halperin1-26/+4
2010-08-23Fix mismerge in last commitAlexander Larsson1-1/+0
2010-08-23Remove USE_EXCLUDE_RGN define and !USE_EXCLUDE_RGN codeAlexander Larsson1-167/+0
2010-08-23Remove STREAM_TRACE define and !STREAM_TRACE codeAlexander Larsson1-206/+1
2010-08-23Limiting video streaming to the primary surface. freedesktop bug #28088.Yonit Halperin1-7/+40
2010-08-23client: Fix for clipboard sending; It wasn't thread safe.Yonit Halperin2-5/+27
2010-08-23client: fix - exit on bad display-effect argumentYonit Halperin1-0/+2
2010-08-18Stride can be negative, so don't use size_t for itAlexander Larsson2-2/+2
2010-08-17support python 2.5.4+ for marshaller/demarshallersAlon Levy3-0/+3
2010-07-29client: Application::get_screen: fix double SpicePoint size, second hiding th...Alon Levy1-1/+1
2010-07-29add arm and armv7 to configurable 32 bit variants in configure.ac (n900 and p...Alon Levy1-1/+1
2010-07-29add eol after #ifdef in jpeg_encoder.h for n900 scratchbox compilerAlon Levy1-1/+2
2010-07-22server: add vdi_port write retry timer. RHBZ 616772Alon Levy1-0/+30
2010-07-21Don't do manual marshalling for input channelAlexander Larsson1-45/+67
2010-07-21Fix typo in NEWSAlexander Larsson1-1/+1
2010-07-20Update NEWS for 0.5.3Alexander Larsson1-0/+10
2010-07-20Require spice-protocol 0.5.3 or laterAlexander Larsson1-1/+1
2010-07-20Bump version to 0.5.3Alexander Larsson1-1/+1
2010-07-20server: Properly order rgb for 24bit bitmaps when sending to libjpegAlexander Larsson1-2/+8
2010-07-20Swap red and blue when decoding 0.4 mjpeg streamsAlexander Larsson3-12/+22
2010-07-20demarshaller: Fix palette marshallingAlexander Larsson1-14/+32
2010-07-20Don't send padding over the network with video dataAlexander Larsson5-15/+8
2010-07-19Fix uninitialized variable warningsAlexander Larsson1-1/+1
2010-07-19Don't send CursorHeader if cursor_flags is NONEAlexander Larsson4-5/+11
2010-07-19Send Clip.rects inline rather than using a pointerAlexander Larsson1-1/+1
2010-07-19codegen: Allow @to_ptr to make inline structs demarshal as pointersAlexander Larsson3-9/+37
2010-07-19codegen: Various cleanupsAlexander Larsson10-130/+102
2010-07-19codegen: Pass member to SubMarshallingSource rather than nameAlexander Larsson1-9/+10
2010-07-19codegen: Remove unused methos has_pointer()Alexander Larsson1-27/+0
2010-07-19server vdi port: prevent recursive calls to read_from_vdi_port (required for ...Alon Levy1-7/+21
2010-07-19client: add clipboard supportArnon Gilboa7-11/+476