summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-08-17support python 2.5.4+ for marshaller/demarshallersAlon Levy3-0/+3
2010-07-29client: Application::get_screen: fix double SpicePoint size, second hiding th...Alon Levy1-1/+1
2010-07-29add arm and armv7 to configurable 32 bit variants in configure.ac (n900 and p...Alon Levy1-1/+1
2010-07-29add eol after #ifdef in jpeg_encoder.h for n900 scratchbox compilerAlon Levy1-1/+2
2010-07-22server: add vdi_port write retry timer. RHBZ 616772Alon Levy1-0/+30
2010-07-21Don't do manual marshalling for input channelAlexander Larsson1-45/+67
2010-07-21Fix typo in NEWSAlexander Larsson1-1/+1
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
2010-07-08Remove unused method declarationsAlexander Larsson1-5/+0
2010-07-08Move SpiceChunks to mem.hAlexander Larsson3-19/+19
2010-07-08Move in spice/draw.h from spice-protocol to common/Alexander Larsson18-18/+307