summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
...
* common: mem.h add alloca definitionMarc-André Lureau2012-03-201-0/+30
* common: spice_memdup could accept NULLMarc-André Lureau2012-03-201-0/+4
* common: add windows.h where required, make gdi_handlers staticMarc-André Lureau2012-03-203-1/+8
* move get_time_stamp to main_channel.cChristophe Fergeau2012-03-201-7/+0
* use standard do { } while (0) for spice_common.h macrosChristophe Fergeau2012-03-201-11/+11
* move WARN and WARN_ONCE to spice_common.hChristophe Fergeau2012-03-204-15/+7
* common: use PANIC from spice_common.hChristophe Fergeau2012-03-203-20/+0
* common,server: use ASSERT from spice_common.hChristophe Fergeau2012-03-207-36/+3
* common: don't duplicate find_msb implementationChristophe Fergeau2012-03-204-67/+95
* add missing staticChristophe Fergeau2012-03-201-2/+2
* add #include <config.h> to all source filesChristophe Fergeau2012-03-2020-5/+63
* autotools: correctly build canvas-related codeChristophe Fergeau2012-03-209-14/+39
* autotools: refactor the whole build machineryChristophe Fergeau2012-03-201-31/+56
* common: don't try to redefine PANIC if it already existsChristophe Fergeau2012-03-201-0/+2
* use foo(void) instead of foo() in prototypesChristophe Fergeau2012-03-2011-11/+11
* common: add missing header guards to gl_canvas.hChristophe Fergeau2012-03-201-0/+5
* common: add extern "C" guards to headersChristophe Fergeau2012-03-2023-2/+182
* draw: remove SPICE_ADDRESSChristophe Fergeau2012-03-201-1/+0
* common/pixman: remove dead assignmentsChristophe Fergeau2012-03-201-7/+3
* common/gl: remove unused variableChristophe Fergeau2012-03-201-3/+2
* ring: add RING_FOREACH{,_SAFE,_REVERSED}Alon Levy2012-03-201-0/+21
* server/common: introduce common/spice_common.hAlon Levy2012-03-201-0/+70
* common: add SpiceBuffer - based on qemu-vnc BufferMarc-André Lureau2012-03-202-0/+70
* common/sw_canvas: remove unused error valAlon Levy2012-03-201-2/+1
* common/canvas_base.c: remove unused variablesAlon Levy2012-03-201-12/+0
* common, canvas_get_jpeg_alpha: let top_down be any valueAlon Levy2012-03-201-1/+1
* mingw32 build: various fixesAlon Levy2012-03-201-2/+2
* mingw32 build: fix two functionsAlon Levy2012-03-201-1/+1
* mingw32 build: fix signed/unsigned warnings as errorsAlon Levy2012-03-203-7/+7
* mingw32 build: fix build errorsGerd Hoffmann2012-03-201-2/+2
* Initialize variable to avoid compiler warningAlexander Larsson2012-03-201-1/+1
* Handle surface images in DrawOpaqueAlexander Larsson2012-03-201-19/+42
* Fix crash when resetting pixman image transformAlexander Larsson2012-03-201-1/+2
* Fix scaling with large magnificationAlexander Larsson2012-03-201-20/+16
* Revert "Fix scaling with large magnification"Alexander Larsson2012-03-201-104/+32
* Fix scaling with large magnificationAlexander Larsson2012-03-201-32/+104
* canvas: Better coordinate rounding in scalingAlexander Larsson2012-03-201-28/+36
* server: Fix alloc_lz_image_surface stride allocationsAlexander Larsson2012-03-201-1/+1
* Stride can be negative, so don't use size_t for itAlexander Larsson2012-03-202-2/+2
* Don't send padding over the network with video dataAlexander Larsson2012-03-201-1/+0
* codegen: Various cleanupsAlexander Larsson2012-03-201-11/+12
* canvas_base jpeg_alpha: supply the correct size to jpeg_decoderYonit Halperin2012-03-201-1/+1
* Add files i forgot to commitAlexander Larsson2012-03-202-0/+15
* Make distcheck workAlexander Larsson2012-03-202-8/+8
* Fix various misspellingsAlexander Larsson2012-03-206-7/+7
* Fix sign warnings from win32 compilerAlexander Larsson2012-03-202-3/+3
* Fix inclusion of common files, no need for common/ partAlexander Larsson2012-03-2011-11/+11
* Simplify spice_pixman_region32_init_rects with new typesAlexander Larsson2012-03-201-28/+2
* Make all internal structures not be packedAlexander Larsson2012-03-201-37/+33
* Move SpiceChunks to mem.hAlexander Larsson2012-03-203-19/+19