summaryrefslogtreecommitdiffstats
path: root/common/canvas_base.c
Commit message (Expand)AuthorAgeFilesLines
* Handle surface images in DrawOpaqueAlexander Larsson2010-09-221-19/+42
* Fix crash when resetting pixman image transformAlexander Larsson2010-09-211-1/+2
* canvas_base jpeg_alpha: supply the correct size to jpeg_decoderYonit Halperin2010-07-151-1/+1
* Fix various misspellingsAlexander Larsson2010-07-081-1/+1
* Move in spice/draw.h from spice-protocol to common/Alexander Larsson2010-07-081-1/+0
* Properly parse QXLLineAttrs.styleAlexander Larsson2010-07-081-1/+1
* Properly parse QXLImage to the new-world SpiceImageGerd Hoffmann2010-07-071-175/+92
* Convert SpicePath.segments to a pointer arrayAlexander Larsson2010-07-051-12/+9
* Properly parse and marshall SpiceStringGerd Hoffmann2010-07-021-19/+4
* Fix build on win32Alexander Larsson2010-07-011-2/+2
* Update for the SpicePath.segments type changeAlexander Larsson2010-07-011-1/+1
* Store SpicePath segment count rather than sizeAlexander Larsson2010-06-301-8/+3
* qxl-abi: handle clip rect and path references.Gerd Hoffmann2010-06-301-5/+4
* qxl abi: parse QXLCopy + QXLBlend.Gerd Hoffmann2010-06-291-2/+2
* qxl abi: parse QXLOpaque.Gerd Hoffmann2010-06-291-1/+1
* qxl abi: parse QXLFill.Gerd Hoffmann2010-06-291-1/+1
* Remove support for clip by pathAlexander Larsson2010-06-241-3/+0
* Lossy compression of RGBA images (on WAN connection)Yonit Halperin2010-06-211-2/+90
* applying zlib compression over glz on WAN connectionYonit Halperin2010-06-211-9/+42
* Client: Use the autogenerated demarshallersAlexander Larsson2010-06-181-54/+0
* support for lossy images in the pixmap cache and fill bitsYonit Halperin2010-06-091-5/+51
* JPEG support: introducing jpeg encoding for spice bitmapsYonit Halperin2010-06-091-1/+81
* Fix spelling errors in comments and stringsAlexander Larsson2010-05-211-2/+2
* Remove all mentions of "cairo" from the codeAlexander Larsson2010-05-031-25/+25
* Add support for SPICE_IMAGE_FLAGS_HIGH_BITS_SETAlexander Larsson2010-04-281-2/+12
* fix two warningsGerd Hoffmann2010-04-261-0/+2
* Support alpha surface sources and destinationsAlexander Larsson2010-04-231-5/+27
* Localize palettes for LZ PLT formatAlexander Larsson2010-04-231-3/+45
* Make each surface its own depth/formatAlexander Larsson2010-04-231-239/+212
* Make client canvas and pixmaps handle more formats and simplifyAlexander Larsson2010-04-231-2/+6
* Remove unused method canvas_surf_to_inversAlexander Larsson2010-04-231-67/+17
* Relicense everything from GPL to LGPL 2.1+Alexander Larsson2010-04-131-9/+9
* libspice: add off screens supportIzik Eidus2010-04-031-142/+388
* 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-171-9/+9
* Use the spice allocator in common/Alexander Larsson2010-03-111-8/+8
* Use macros from <spice/macros.h> rather than duplicate themAlexander Larsson2010-03-091-17/+6
* Move draw_rop3 to canvas_baseAlexander Larsson2010-03-081-0/+94
* Move canvas_draw_stroke to canvas_baseAlexander Larsson2010-03-081-0/+450
* Move most of the shared draw_xyz() methods from CairoCanvas to CanvasBaseAlexander Larsson2010-03-081-3/+821
* Move canvas_region and group_start/end to canvas_baseAlexander Larsson2010-03-081-1/+40
* Move virtualization of canvas drawing into common/canvas_baseAlexander Larsson2010-03-081-8/+59
* Make virt mapping an interfaceAlexander Larsson2010-03-081-14/+7
* Make glz_decoder non-optional canvas_base in canvas constructorsAlexander Larsson2010-03-081-5/+8
* Make canvas Glz decoder integration nicerAlexander Larsson2010-03-081-7/+6
* Have only one copy of ROUND macro and cast to int explicitlyLarsson@.(none)2010-03-011-1/+1
* Remove last cairo use from canvas_baseAlexander Larsson2010-02-231-3/+0
* Remove cairo_t from cairo canvasAlexander Larsson2010-02-231-41/+0
* Remove unused cairo helper functionsAlexander Larsson2010-02-231-39/+0