summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* common/sw_canvas: remove unused error valAlon Levy2011-01-271-2/+1
* common/canvas_base.c: remove unused variablesAlon Levy2011-01-271-12/+0
* common, canvas_get_jpeg_alpha: let top_down be any valueAlon Levy2011-01-171-1/+1
* Initialize variable to avoid compiler warningAlexander Larsson2010-09-291-1/+1
* Handle surface images in DrawOpaqueAlexander Larsson2010-09-221-19/+42
* Fix crash when resetting pixman image transformAlexander Larsson2010-09-211-1/+2
* Fix scaling with large magnificationAlexander Larsson2010-08-311-20/+16
* Revert "Fix scaling with large magnification"Alexander Larsson2010-08-311-104/+32
* Fix scaling with large magnificationAlexander Larsson2010-08-301-32/+104
* canvas: Better coordinate rounding in scalingAlexander Larsson2010-08-271-28/+36
* server: Fix alloc_lz_image_surface stride allocationsAlexander Larsson2010-08-261-1/+1
* Stride can be negative, so don't use size_t for itAlexander Larsson2010-08-182-2/+2
* Don't send padding over the network with video dataAlexander Larsson2010-07-201-1/+0
* codegen: Various cleanupsAlexander Larsson2010-07-191-11/+12
* canvas_base jpeg_alpha: supply the correct size to jpeg_decoderYonit Halperin2010-07-151-1/+1
* Add files i forgot to commitAlexander Larsson2010-07-092-0/+15
* 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