summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Make distcheck workAlexander Larsson2010-07-082-8/+8
* Fix various misspellingsAlexander Larsson2010-07-086-7/+7
* Fix sign warnings from win32 compilerAlexander Larsson2010-07-082-3/+3
* Fix inclusion of common files, no need for common/ partAlexander Larsson2010-07-0811-11/+11
* Simplify spice_pixman_region32_init_rects with new typesAlexander Larsson2010-07-081-28/+2
* Make all internal structures not be packedAlexander Larsson2010-07-081-37/+33
* Move SpiceChunks to mem.hAlexander Larsson2010-07-083-19/+19
* Move in spice/draw.h from spice-protocol to common/Alexander Larsson2010-07-0815-13/+305
* Properly parse QXLLineAttrs.styleAlexander Larsson2010-07-082-3/+2
* Properly parse QXLImage to the new-world SpiceImageGerd Hoffmann2010-07-076-219/+92
* Add spice_marshaller_add_ref_chunksAlexander Larsson2010-07-072-0/+12
* Add spice_chunks_* helpersAlexander Larsson2010-07-072-0/+64
* Convert SpicePath.segments to a pointer arrayAlexander Larsson2010-07-053-27/+19
* Properly parse and marshall SpiceStringGerd Hoffmann2010-07-021-19/+4
* Fix build on win32Alexander Larsson2010-07-012-20/+20
* Update for the SpicePath.segments type changeAlexander Larsson2010-07-013-3/+3
* Simplify SpiceLineAttr by removing unsed stuffAlexander Larsson2010-06-302-42/+5
* Store SpicePath segment count rather than sizeAlexander Larsson2010-06-303-23/+13
* Add spice_marshaller_set_uint32Alexander Larsson2010-06-302-16/+31
* qxl-abi: handle clip rect and path references.Gerd Hoffmann2010-06-302-15/+12
* qxl abi: parse QXLCopy + QXLBlend.Gerd Hoffmann2010-06-292-4/+4
* qxl abi: parse QXLOpaque.Gerd Hoffmann2010-06-292-3/+3
* qxl abi: parse QXLFill.Gerd Hoffmann2010-06-292-2/+2
* Remove support for clip by pathAlexander Larsson2010-06-243-15/+0
* fix use-after-free in spice_marshaller_resetGerd Hoffmann2010-06-231-2/+3
* Lossy compression of RGBA images (on WAN connection)Yonit Halperin2010-06-213-6/+107
* applying zlib compression over glz on WAN connectionYonit Halperin2010-06-218-11/+71
* Make generated marshallers build on win32Alexander Larsson2010-06-182-0/+6
* Make sound data @as_ptr to avoid copying dataAlexander Larsson2010-06-181-2/+4
* Make ping data @as_ptr to avoid copying dataAlexander Larsson2010-06-181-0/+2
* Make cursor data @as_ptr to avoid copying dataAlexander Larsson2010-06-181-1/+2
* Make pointer types in messages be 64bit in memoryAlexander Larsson2010-06-181-2/+2
* Don't pack the message structuresAlexander Larsson2010-06-181-87/+83
* Make all message structs internal to spiceAlexander Larsson2010-06-181-0/+497
* Add SpiceMarshaller for easy marshallingAlexander Larsson2010-06-183-0/+648
* Client: Use the autogenerated demarshallersAlexander Larsson2010-06-185-97/+0
* There are multiple line attribute flags enums, use only oneAlexander Larsson2010-06-172-4/+4
* Add spice_strnlenAlexander Larsson2010-06-172-0/+14
* support for lossy images in the pixmap cache and fill bitsYonit Halperin2010-06-092-5/+61
* JPEG support: introducing jpeg encoding for spice bitmapsYonit Halperin2010-06-098-3/+115
* Fix spelling errors in comments and stringsAlexander Larsson2010-05-2110-23/+23
* Use the new byteswap macros from spice-protocolAlexander Larsson2010-05-191-8/+2
* Add C version of find_msb()Gerd Hoffmann2010-05-031-1/+20
* Remove all mentions of "cairo" from the codeAlexander Larsson2010-05-038-159/+158
* win32 client: Remove unnecessary GDIImage typeAlexander Larsson2010-04-292-74/+40
* Add support for SPICE_IMAGE_FLAGS_HIGH_BITS_SETAlexander Larsson2010-04-281-2/+12
* Clear alpha in xRGB destination to avoid pixman setting it to 0xffAlexander Larsson2010-04-281-0/+66
* Fix line lengths and tabsAlexander Larsson2010-04-281-6/+13
* fix two warningsGerd Hoffmann2010-04-261-0/+2
* Remove surface format workaround now that win32 driver is fixedAlexander Larsson2010-04-231-7/+0