summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-08-06avoid %llumingwGerd Hoffmann1-2/+3
2010-08-06configure: add -mwindows for win buildsGerd Hoffmann1-1/+1
2010-08-06mingw32 build: fix build errorsGerd Hoffmann5-4/+21
2010-08-06mingw32 build: disable ms compiler pragmas for gccGerd Hoffmann1-0/+2
2010-08-06mingw32 build: -fvisibility test needs refinement, disable for nowGerd Hoffmann1-3/+3
2010-08-06mingw32 build: add client/windows/Makefile, tweak configureGerd Hoffmann2-38/+198
2010-08-06build: s/HUGE/INFINITY/Gerd Hoffmann1-1/+1
2010-08-06build: use jpeg_boolean with more recent libjpeg versions.Gerd Hoffmann2-2/+10
2010-08-06build: only check for x11 extensions when building for x11 platform.Gerd Hoffmann1-13/+19
2010-08-06build: alsa is needed on linux only.Gerd Hoffmann1-4/+6
2010-07-20Update NEWS for 0.5.3Alexander Larsson1-0/+10
2010-07-20Require spice-protocol 0.5.3 or laterAlexander Larsson1-1/+1
2010-07-20Bump version to 0.5.3Alexander Larsson1-1/+1
2010-07-20server: Properly order rgb for 24bit bitmaps when sending to libjpegAlexander Larsson1-2/+8
2010-07-20Swap red and blue when decoding 0.4 mjpeg streamsAlexander Larsson3-12/+22
2010-07-20demarshaller: Fix palette marshallingAlexander Larsson1-14/+32
2010-07-20Don't send padding over the network with video dataAlexander Larsson5-15/+8
2010-07-19Fix uninitialized variable warningsAlexander Larsson1-1/+1
2010-07-19Don't send CursorHeader if cursor_flags is NONEAlexander Larsson4-5/+11
2010-07-19Send Clip.rects inline rather than using a pointerAlexander Larsson1-1/+1
2010-07-19codegen: Allow @to_ptr to make inline structs demarshal as pointersAlexander Larsson3-9/+37
2010-07-19codegen: Various cleanupsAlexander Larsson10-130/+102
2010-07-19codegen: Pass member to SubMarshallingSource rather than nameAlexander Larsson1-9/+10
2010-07-19codegen: Remove unused methos has_pointer()Alexander Larsson1-27/+0
2010-07-19server vdi port: prevent recursive calls to read_from_vdi_port (required for ...Alon Levy1-7/+21
2010-07-19client: add clipboard supportArnon Gilboa7-11/+476
2010-07-19fix typo DisplayModeListner -> DisplayModeListenerAlon Levy4-10/+10
2010-07-19client: command line arguments for setting windows guest monitors'Yonit Halperin4-7/+157
2010-07-15canvas_base jpeg_alpha: supply the correct size to jpeg_decoderYonit Halperin1-1/+1
2010-07-15Merge branch 'master' of git://git.freedesktop.org/git/spice/spice into spice...Yonit Halperin3-3/+4
2010-07-14add SPICE_SERVER_VERSIONGerd Hoffmann1-0/+2
2010-07-14update shlib minorGerd Hoffmann1-1/+1
2010-07-14server: enabling/disabling jpeg and zlib-over-glz via spice command line argsYonit Halperin5-3/+66
2010-07-13red_glz_compress_image: lines isn't needed any moreGerd Hoffmann1-2/+1
2010-07-12server: enabling/disabling jpeg and zlib-over-glz via spice command line argsYonit Halperin5-3/+66
2010-07-09Don't marshall bitmap data as pointer, instead send inlineAlexander Larsson2-19/+13
2010-07-09Add --enable-werror and make it the default only for git buildsAlexander Larsson2-1/+15
2010-07-09Use the right enum types for bitmap_data.type comparisonsAlexander Larsson1-2/+2
2010-07-09Add files i forgot to commitAlexander Larsson2-0/+15
2010-07-08Update NEWS for releaseAlexander Larsson1-0/+22
2010-07-08Disable tunnel by default on windowsAlexander Larsson1-8/+0
2010-07-08Make tunnel support optional in client tooAlexander Larsson4-5/+23
2010-07-08Make distcheck workAlexander Larsson10-12/+89
2010-07-08Missed some misspelling fixesAlexander Larsson1-11/+11
2010-07-08Fix various misspellingsAlexander Larsson23-111/+111
2010-07-08Fix sign warnings from win32 compilerAlexander Larsson2-3/+3
2010-07-08Fix inclusion of common files, no need for common/ partAlexander Larsson14-14/+14
2010-07-08server: Remove unnecessary pci id/rev checksAlexander Larsson2-11/+0
2010-07-08Simplify spice_pixman_region32_init_rects with new typesAlexander Larsson1-28/+2
2010-07-08Make all internal structures not be packedAlexander Larsson2-48/+43