summaryrefslogtreecommitdiff
path: root/canvas_utils.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-13Remove trailing blank linesDaniel P. Berrange1-1/+0
2012-01-13Remove useless if() before free()Daniel P. Berrange1-3/+1
2011-05-12common: use INLINE instead of inlineArnon Gilboa1-1/+1
2011-05-03common: add windows.h where required, make gdi_handlers staticMarc-André Lureau1-1/+1
2011-05-03common,server: use ASSERT from spice_common.hChristophe Fergeau1-8/+0
2011-05-03add #include <config.h> to all source filesChristophe Fergeau1-0/+3
2010-08-26server: Fix alloc_lz_image_surface stride allocationsAlexander Larsson1-1/+1
2010-04-23Make each surface its own depth/formatAlexander Larsson1-11/+4
2010-04-23Make client canvas and pixmaps handle more formats and simplifyAlexander Larsson1-0/+9
2010-04-23common: Add lookaside storage for pixman image formatAlexander Larsson1-1/+32
2010-04-13Relicense everything from GPL to LGPL 2.1+Alexander Larsson1-9/+9
2010-03-11Use the spice allocator in common/Alexander Larsson1-1/+2
2010-03-09Use macros from <spice/macros.h> rather than duplicate themAlexander Larsson1-8/+6
2010-03-01Make gdi canvas build in the new pixman worldLarsson@.(none)1-4/+4
2010-02-23Use pixman_image_t instead of cairo_surface_t as the generic pixman containerAlexander Larsson1-77/+75
2009-10-14fresh startYaniv Kamay1-0/+277