summaryrefslogtreecommitdiff
path: root/common/sw_canvas.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-02Do not check for HAVE_CONFIG_HFrediano Ziglio1-2/+0
2018-07-04swcanvas: Remove canvas_create()Christophe Fergeau1-26/+0
2018-01-18canvas: Remove dc parameter from SwCanvas::put_imageFrediano Ziglio1-3/+0
2017-06-20Avoid clang warnings on casts with stricter alignment requirementsChristophe de Dinechin1-5/+6
2017-05-18Style adjustment - Making code match surrounding styleChristophe de Dinechin1-68/+63
2016-11-30sw-canvas: remove unused definesVictor Toso1-2/+0
2016-03-23use macro to define constructor functionFrediano Ziglio1-11/+1
2015-12-18Remove trailing whitespaceLukas Venhoda1-1/+1
2015-03-26Get rid of SW_CANVAS_IMAGE_CACHEChristophe Fergeau1-18/+6
2012-08-24Add support for A8 images to the LZ routinesSøren Sandmann Pedersen1-2/+18
2012-04-25Add missing struct field initializersDaniel P. Berrange1-3/+3
2012-03-20Remove need for SPICE_CANVAS_INTERNALMarc-André Lureau1-4/+0
2012-03-20Use a log handler to modify abort() behaviourMarc-André Lureau1-14/+20
2012-03-20Remove useless if() before free()Daniel P. Berrange1-3/+1
2012-03-20Death to all TABsDaniel P. Berrange1-8/+8
2012-03-20client/common: mingw32: workaround HAVE_STDLIB_H redefined in jconfig.hAlon Levy1-0/+3
2012-03-20add #include <config.h> to all source filesChristophe Fergeau1-0/+3
2012-03-20autotools: correctly build canvas-related codeChristophe Fergeau1-0/+4
2012-03-20use foo(void) instead of foo() in prototypesChristophe Fergeau1-1/+1
2012-03-20common/sw_canvas: remove unused error valAlon Levy1-2/+1
2012-03-20mingw32 build: fix signed/unsigned warnings as errorsAlon Levy1-2/+2
2012-03-20Fix scaling with large magnificationAlexander Larsson1-20/+16
2012-03-20Revert "Fix scaling with large magnification"Alexander Larsson1-104/+32
2012-03-20Fix scaling with large magnificationAlexander Larsson1-32/+104
2012-03-20canvas: Better coordinate rounding in scalingAlexander Larsson1-28/+36
2012-03-20Stride can be negative, so don't use size_t for itAlexander Larsson1-1/+1
2012-03-20Properly parse QXLImage to the new-world SpiceImageGerd Hoffmann1-18/+0
2012-03-20applying zlib compression over glz on WAN connectionYonit Halperin1-0/+6
2012-03-20Client: Use the autogenerated demarshallersAlexander Larsson1-10/+0
2012-03-20JPEG support: introducing jpeg encoding for spice bitmapsYonit Halperin1-0/+6
2012-03-20Remove all mentions of "cairo" from the codeAlexander Larsson1-0/+1332