summaryrefslogtreecommitdiffstats
path: root/common/gdi_canvas.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespace from end of linesDaniel P. Berrange2012-01-131-23/+22
* Remove trailing blank linesDaniel P. Berrange2012-01-131-1/+0
* Remove useless if() before free()Daniel P. Berrange2012-01-131-3/+1
* Death to all TABsDaniel P. Berrange2012-01-131-21/+21
* client/windows: fix several assigned but not used errorsAlon Levy2012-01-131-15/+9
* client/common: mingw32: workaround HAVE_STDLIB_H redefined in jconfig.hAlon Levy2012-01-131-0/+3
* add #include <config.h> to all source filesChristophe Fergeau2011-05-031-1/+3
* autotools: correctly build canvas-related codeChristophe Fergeau2011-05-031-0/+5
* use foo(void) instead of foo() in prototypesChristophe Fergeau2011-05-021-1/+1
* mingw32 build: various fixesAlon Levy2010-12-081-2/+2
* mingw32 build: fix build errorsGerd Hoffmann2010-12-081-2/+2
* Fix various misspellingsAlexander Larsson2010-07-081-1/+1
* Properly parse QXLLineAttrs.styleAlexander Larsson2010-07-081-2/+1
* Convert SpicePath.segments to a pointer arrayAlexander Larsson2010-07-051-8/+5
* Fix build on win32Alexander Larsson2010-07-011-18/+18
* Update for the SpicePath.segments type changeAlexander Larsson2010-07-011-1/+1
* Simplify SpiceLineAttr by removing unsed stuffAlexander Larsson2010-06-301-41/+4
* Store SpicePath segment count rather than sizeAlexander Larsson2010-06-301-9/+6
* Remove support for clip by pathAlexander Larsson2010-06-241-6/+0
* applying zlib compression over glz on WAN connectionYonit Halperin2010-06-211-1/+3
* Client: Use the autogenerated demarshallersAlexander Larsson2010-06-181-17/+0
* There are multiple line attribute flags enums, use only oneAlexander Larsson2010-06-171-2/+2
* JPEG support: introducing jpeg encoding for spice bitmapsYonit Halperin2010-06-091-1/+3
* Remove all mentions of "cairo" from the codeAlexander Larsson2010-05-031-5/+5
* win32 client: Remove unnecessary GDIImage typeAlexander Larsson2010-04-291-67/+40
* Win32 canvas fixesAlexander Larsson2010-04-231-9/+9
* Make client canvas and pixmaps handle more formats and simplifyAlexander Larsson2010-04-231-2/+2
* Relicense everything from GPL to LGPL 2.1+Alexander Larsson2010-04-131-9/+9
* spice: win32 client: fix gdi lockingIzik Eidus2010-04-091-46/+111
* spice: common: gdi_canvas fix gdi objects leakIzik Eidus2010-04-051-0/+1
* libspice: add off screens supportIzik Eidus2010-04-031-181/+284
* Use the spice allocator in common/Alexander Larsson2010-03-111-3/+3
* Update gdi canvas wrt latest changesAlexander Larsson2010-03-091-2/+2
* Move canvas_region and group_start/end to canvas_baseAlexander Larsson2010-03-081-2/+4
* Move virtualization of canvas drawing into common/canvas_baseAlexander Larsson2010-03-081-37/+70
* Make glz_decoder non-optional canvas_base in canvas constructorsAlexander Larsson2010-03-081-7/+1
* Make canvas Glz decoder integration nicerAlexander Larsson2010-03-081-3/+2
* Make gdi canvas build in the new pixman worldLarsson@.(none)2010-03-011-14/+17
* Add possibility to not invert bitmask in canvas_get_mask()Alexander Larsson2010-02-231-1/+1
* Use pixman_image_t instead of cairo_surface_t as the generic pixman containerAlexander Larsson2010-02-231-78/+78
* Turn image and palette cache into c style dynamic interfaceAlexander Larsson2010-02-231-16/+6
* Add emacs settings for indent according to spice styleguideAlexander Larsson2010-02-231-0/+1
* Use standard int types and <spice/types.h>Alexander Larsson2010-02-041-1/+1
* Rename symbols that were changed in spice-protocolAlexander Larsson2010-02-041-117/+117
* spice client: fix wrong gdi-canvas handling of blend_alphaIzik Eidus2009-12-231-6/+14
* spice: server: add memslots support.Izik Eidus2009-11-231-10/+2
* fresh startYaniv Kamay2009-10-141-0/+1757