summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Win32 canvas fixesAlexander Larsson2010-04-231-9/+9
* Support alpha surface sources and destinationsAlexander Larsson2010-04-233-18/+99
* Localize palettes for LZ PLT formatAlexander Larsson2010-04-231-3/+45
* Make each surface its own depth/formatAlexander Larsson2010-04-235-295/+242
* Make client canvas and pixmaps handle more formats and simplifyAlexander Larsson2010-04-238-12/+110
* common: Add lookaside storage for pixman image formatAlexander Larsson2010-04-232-1/+38
* Add pixman utilities for bitmap to pixman_image_t conversionAlexander Larsson2010-04-232-58/+775
* Add support for 16bit rop3Alexander Larsson2010-04-231-32/+75
* Remove unused method canvas_surf_to_inversAlexander Larsson2010-04-231-67/+17
* Fix warnings breaking win32 buildAlexander Larsson2010-04-231-3/+3
* spice: server: change update_area commandIzik Eidus2010-04-142-0/+26
* Relicense everything from GPL to LGPL 2.1+Alexander Larsson2010-04-1332-282/+294
* Fix win32 build with pixman 0.18.0Alexander Larsson2010-04-122-2/+2
* fix 16bpp support on cairo_canvasIzik Eidus2010-04-121-3/+30
* Always tread depth 24 (i.e. non alpha) as depth 32 when blittingAlexander Larsson2010-04-121-8/+22
* spice: win32 client: fix gdi lockingIzik Eidus2010-04-092-47/+112
* Initialize _kill_mark so we don't get spurious valgrind warningsAlexander Larsson2010-04-082-16/+0
* Remove non-used lookup3.[ch]Alexander Larsson2010-04-073-798/+0
* spice: common: gdi_canvas fix gdi objects leakIzik Eidus2010-04-051-0/+1
* libspice: add off screens supportIzik Eidus2010-04-038-392/+1086
* Add spice_strndupAlexander Larsson2010-03-242-0/+19
* Fix uninitilized memory read in stroke_fill_spans()Alexander Larsson2010-03-181-0/+3
* Use nearest scaling for DRAW_ALPHA_BLEND since this is what win32 needsAlexander Larsson2010-03-171-1/+1
* Fix up empty region checks in canvas operationsAlexander Larsson2010-03-172-10/+10
* Use the spice allocator in common/Alexander Larsson2010-03-119-116/+62
* New memory allocators that exit on OOM and handle multiplication overflowAlexander Larsson2010-03-112-0/+232
* Define GL_GLEXT_PROTOTYPES in CFLAGS not in random places in the sourceAlexander Larsson2010-03-101-2/+0
* Update gdi canvas wrt latest changesAlexander Larsson2010-03-091-2/+2
* Use macros from <spice/macros.h> rather than duplicate themAlexander Larsson2010-03-099-75/+19
* Move draw_rop3 to canvas_baseAlexander Larsson2010-03-082-96/+94
* Move canvas_draw_stroke to canvas_baseAlexander Larsson2010-03-082-455/+450
* Move most of the shared draw_xyz() methods from CairoCanvas to CanvasBaseAlexander Larsson2010-03-083-932/+1039
* Move canvas_region and group_start/end to canvas_baseAlexander Larsson2010-03-085-37/+57
* Move virtualization of canvas drawing into common/canvas_baseAlexander Larsson2010-03-088-251/+353