summaryrefslogtreecommitdiffstats
path: root/common/gdi_canvas.c
Commit message (Expand)AuthorAgeFilesLines
* Get rid of SW_CANVAS_IMAGE_CACHEChristophe Fergeau2015-03-261-6/+2
* gdi: fix path segments drawing天外银龙2014-11-101-1/+1
* Fix invalid macro usageMarc-André Lureau2012-06-301-1/+1
* Add a return value to the default case in create_bitmap to satisfy VC++Aric Stewart2012-04-171-1/+1
* Remove need for SPICE_CANVAS_INTERNALMarc-André Lureau2012-03-201-4/+0
* Use a log handler to modify abort() behaviourMarc-André Lureau2012-03-201-47/+59
* Remove trailing whitespace from end of linesDaniel P. Berrange2012-03-201-23/+22
* Remove trailing blank linesDaniel P. Berrange2012-03-201-1/+0
* Remove useless if() before free()Daniel P. Berrange2012-03-201-3/+1
* Death to all TABsDaniel P. Berrange2012-03-201-21/+21
* client/windows: fix several assigned but not used errorsAlon Levy2012-03-201-15/+9
* client/common: mingw32: workaround HAVE_STDLIB_H redefined in jconfig.hAlon Levy2012-03-201-0/+3
* add #include <config.h> to all source filesChristophe Fergeau2012-03-201-1/+3
* autotools: correctly build canvas-related codeChristophe Fergeau2012-03-201-0/+5
* use foo(void) instead of foo() in prototypesChristophe Fergeau2012-03-201-1/+1
* mingw32 build: various fixesAlon Levy2012-03-201-2/+2
* mingw32 build: fix build errorsGerd Hoffmann2012-03-201-2/+2
* Fix various misspellingsAlexander Larsson2012-03-201-1/+1
* Properly parse QXLLineAttrs.styleAlexander Larsson2012-03-201-2/+1
* Convert SpicePath.segments to a pointer arrayAlexander Larsson2012-03-201-8/+5
* Fix build on win32Alexander Larsson2012-03-201-18/+18
* Update for the SpicePath.segments type changeAlexander Larsson2012-03-201-1/+1
* Simplify SpiceLineAttr by removing unsed stuffAlexander Larsson2012-03-201-41/+4
* Store SpicePath segment count rather than sizeAlexander Larsson2012-03-201-9/+6
* Remove support for clip by pathAlexander Larsson2012-03-201-6/+0
* applying zlib compression over glz on WAN connectionYonit Halperin2012-03-201-1/+3
* Client: Use the autogenerated demarshallersAlexander Larsson2012-03-201-17/+0
* There are multiple line attribute flags enums, use only oneAlexander Larsson2012-03-201-2/+2
* JPEG support: introducing jpeg encoding for spice bitmapsYonit Halperin2012-03-201-1/+3
* Remove all mentions of "cairo" from the codeAlexander Larsson2012-03-201-5/+5
* win32 client: Remove unnecessary GDIImage typeAlexander Larsson2012-03-201-67/+40
* Win32 canvas fixesAlexander Larsson2012-03-201-9/+9
* Make client canvas and pixmaps handle more formats and simplifyAlexander Larsson2012-03-201-2/+2
* Relicense everything from GPL to LGPL 2.1+Alexander Larsson2012-03-201-9/+9
* spice: win32 client: fix gdi lockingIzik Eidus2012-03-201-46/+111
* spice: common: gdi_canvas fix gdi objects leakIzik Eidus2012-03-201-0/+1
* libspice: add off screens supportIzik Eidus2012-03-201-181/+284
* Use the spice allocator in common/Alexander Larsson2012-03-201-3/+3
* Update gdi canvas wrt latest changesAlexander Larsson2012-03-201-2/+2
* Move canvas_region and group_start/end to canvas_baseAlexander Larsson2012-03-201-2/+4
* Move virtualization of canvas drawing into common/canvas_baseAlexander Larsson2012-03-201-37/+70
* Make glz_decoder non-optional canvas_base in canvas constructorsAlexander Larsson2012-03-201-7/+1
* Make canvas Glz decoder integration nicerAlexander Larsson2012-03-201-3/+2
* Make gdi canvas build in the new pixman worldLarsson@.(none)2012-03-201-14/+17
* Add possibility to not invert bitmask in canvas_get_mask()Alexander Larsson2012-03-201-1/+1
* Use pixman_image_t instead of cairo_surface_t as the generic pixman containerAlexander Larsson2012-03-201-78/+78
* Turn image and palette cache into c style dynamic interfaceAlexander Larsson2012-03-201-16/+6
* Add emacs settings for indent according to spice styleguideAlexander Larsson2012-03-201-0/+1
* Use standard int types and <spice/types.h>Alexander Larsson2012-03-201-1/+1
* Rename symbols that were changed in spice-protocolAlexander Larsson2012-03-201-117/+117