summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2010-07-19codegen: Various cleanupsAlexander Larsson1-11/+12
2010-07-15canvas_base jpeg_alpha: supply the correct size to jpeg_decoderYonit Halperin1-1/+1
2010-07-09Add files i forgot to commitAlexander Larsson2-0/+15
2010-07-08Make distcheck workAlexander Larsson2-8/+8
2010-07-08Fix various misspellingsAlexander Larsson6-7/+7
2010-07-08Fix sign warnings from win32 compilerAlexander Larsson2-3/+3
2010-07-08Fix inclusion of common files, no need for common/ partAlexander Larsson11-11/+11
2010-07-08Simplify spice_pixman_region32_init_rects with new typesAlexander Larsson1-28/+2
2010-07-08Make all internal structures not be packedAlexander Larsson1-37/+33
2010-07-08Move SpiceChunks to mem.hAlexander Larsson3-19/+19
2010-07-08Move in spice/draw.h from spice-protocol to common/Alexander Larsson15-13/+305
2010-07-08Properly parse QXLLineAttrs.styleAlexander Larsson2-3/+2
2010-07-07Properly parse QXLImage to the new-world SpiceImageGerd Hoffmann6-219/+92
2010-07-07Add spice_marshaller_add_ref_chunksAlexander Larsson2-0/+12
2010-07-07Add spice_chunks_* helpersAlexander Larsson2-0/+64
2010-07-05Convert SpicePath.segments to a pointer arrayAlexander Larsson3-27/+19
2010-07-02Properly parse and marshall SpiceStringGerd Hoffmann1-19/+4
2010-07-01Fix build on win32Alexander Larsson2-20/+20
2010-07-01Update for the SpicePath.segments type changeAlexander Larsson3-3/+3
2010-06-30Simplify SpiceLineAttr by removing unsed stuffAlexander Larsson2-42/+5
2010-06-30Store SpicePath segment count rather than sizeAlexander Larsson3-23/+13
2010-06-30Add spice_marshaller_set_uint32Alexander Larsson2-16/+31
2010-06-30qxl-abi: handle clip rect and path references.Gerd Hoffmann2-15/+12
2010-06-29qxl abi: parse QXLCopy + QXLBlend.Gerd Hoffmann2-4/+4
2010-06-29qxl abi: parse QXLOpaque.Gerd Hoffmann2-3/+3
2010-06-29qxl abi: parse QXLFill.Gerd Hoffmann2-2/+2
2010-06-24Remove support for clip by pathAlexander Larsson3-15/+0
2010-06-23fix use-after-free in spice_marshaller_resetGerd Hoffmann1-2/+3
2010-06-21Lossy compression of RGBA images (on WAN connection)Yonit Halperin3-6/+107
2010-06-21applying zlib compression over glz on WAN connectionYonit Halperin8-11/+71
2010-06-18Make generated marshallers build on win32Alexander Larsson2-0/+6
2010-06-18Make sound data @as_ptr to avoid copying dataAlexander Larsson1-2/+4
2010-06-18Make ping data @as_ptr to avoid copying dataAlexander Larsson1-0/+2
2010-06-18Make cursor data @as_ptr to avoid copying dataAlexander Larsson1-1/+2
2010-06-18Make pointer types in messages be 64bit in memoryAlexander Larsson1-2/+2
2010-06-18Don't pack the message structuresAlexander Larsson1-87/+83
2010-06-18Make all message structs internal to spiceAlexander Larsson1-0/+497
2010-06-18Add SpiceMarshaller for easy marshallingAlexander Larsson3-0/+648
2010-06-18Client: Use the autogenerated demarshallersAlexander Larsson5-97/+0
2010-06-17There are multiple line attribute flags enums, use only oneAlexander Larsson2-4/+4
2010-06-17Add spice_strnlenAlexander Larsson2-0/+14
2010-06-09support for lossy images in the pixmap cache and fill bitsYonit Halperin2-5/+61
2010-06-09JPEG support: introducing jpeg encoding for spice bitmapsYonit Halperin8-3/+115
2010-05-21Fix spelling errors in comments and stringsAlexander Larsson10-23/+23
2010-05-19Use the new byteswap macros from spice-protocolAlexander Larsson1-8/+2
2010-05-03Add C version of find_msb()Gerd Hoffmann1-1/+20
2010-05-03Remove all mentions of "cairo" from the codeAlexander Larsson8-159/+158
2010-04-29win32 client: Remove unnecessary GDIImage typeAlexander Larsson2-74/+40
2010-04-28Add support for SPICE_IMAGE_FLAGS_HIGH_BITS_SETAlexander Larsson1-2/+12
2010-04-28Clear alpha in xRGB destination to avoid pixman setting it to 0xffAlexander Larsson1-0/+66