Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | demarshaller: Fix palette marshalling | Alexander Larsson | 2010-07-20 | 1 | -14/+32 | |
| | | | | | | | It turns out that using base + sizeof(struct) is not a good way to access an array at the end of a struct. For SpicePalette sizeof is 16, but offset of ents is 12. Using this calculation in the demarshaller breaks things badly, so now we use the actual array member. | |||||
* | Don't send padding over the network with video data | Alexander Larsson | 2010-07-20 | 5 | -15/+8 | |
| | ||||||
* | Fix uninitialized variable warnings | Alexander Larsson | 2010-07-19 | 1 | -1/+1 | |
| | ||||||
* | Don't send CursorHeader if cursor_flags is NONE | Alexander Larsson | 2010-07-19 | 4 | -5/+11 | |
| | ||||||
* | Send Clip.rects inline rather than using a pointer | Alexander Larsson | 2010-07-19 | 1 | -1/+1 | |
| | ||||||
* | codegen: Allow @to_ptr to make inline structs demarshal as pointers | Alexander Larsson | 2010-07-19 | 3 | -9/+37 | |
| | ||||||
* | codegen: Various cleanups | Alexander Larsson | 2010-07-19 | 10 | -130/+102 | |
| | | | | | | | | | | | | Remove all uses of @end in the marshaller, instead just using the C struct array-at-end-of-struct. To make this work we also remove all use of @end for switches (making them C unions). We drop the zero member of the notify message so that we can avoid this use of @end for a primitive in the marshaller (plus its useless to send over the wire). We change the offsets and stuff in the migration messages to real pointers. | |||||
* | codegen: Pass member to SubMarshallingSource rather than name | Alexander Larsson | 2010-07-19 | 1 | -9/+10 | |
| | | | | This way we can check attributes on the member. | |||||
* | codegen: Remove unused methos has_pointer() | Alexander Larsson | 2010-07-19 | 1 | -27/+0 | |
| | ||||||
* | server vdi port: prevent recursive calls to read_from_vdi_port (required for ↵ | Alon Levy | 2010-07-19 | 1 | -7/+21 | |
| | | | | spice-vmc) | |||||
* | client: add clipboard support | Arnon Gilboa | 2010-07-19 | 7 | -11/+476 | |
| | | | | | | | | * windows - untested * linux - small strings both ways, large implemented differently: * client to guest - support INCR * guest to client - we supply a single possibly very large property * requires server changes in next patch to work with spice-vmc | |||||
* | fix typo DisplayModeListner -> DisplayModeListener | Alon Levy | 2010-07-19 | 4 | -10/+10 | |
| | ||||||
* | client: command line arguments for setting windows guest monitors' | Yonit Halperin | 2010-07-19 | 4 | -7/+157 | |
| | | | | color depth and disabling some display options (helpful on WAN) | |||||
* | canvas_base jpeg_alpha: supply the correct size to jpeg_decoder | Yonit Halperin | 2010-07-15 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'master' of git://git.freedesktop.org/git/spice/spice into ↵ | Yonit Halperin | 2010-07-15 | 3 | -3/+4 | |
|\ | | | | | | | spice_image | |||||
| * | add SPICE_SERVER_VERSION | Gerd Hoffmann | 2010-07-14 | 1 | -0/+2 | |
| | | | | | | | | Allow to ifdef features which depend on a certain libspice-server release. | |||||
| * | update shlib minor | Gerd Hoffmann | 2010-07-14 | 1 | -1/+1 | |
| | | | | | | | | | | commit c90183da944001e466f60acb58a5052c353995ca added two new functions, update shared lib minor version for that. | |||||
| * | server: enabling/disabling jpeg and zlib-over-glz via spice command line args | Yonit Halperin | 2010-07-14 | 5 | -3/+66 | |
| | | ||||||
| * | red_glz_compress_image: lines isn't needed any more | Gerd Hoffmann | 2010-07-13 | 1 | -2/+1 | |
| | | ||||||
* | | server: enabling/disabling jpeg and zlib-over-glz via spice command line args | Yonit Halperin | 2010-07-12 | 5 | -3/+66 | |
|/ | ||||||
* | Don't marshall bitmap data as pointer, instead send inline | Alexander Larsson | 2010-07-09 | 2 | -19/+13 | |
| | ||||||
* | Add --enable-werror and make it the default only for git builds0.5.2 | Alexander Larsson | 2010-07-09 | 2 | -1/+15 | |
| | | | | | Its not generally a good idea to have released tarballs build with -Werror, as later compilers may add warnings breaking old releases, etc. | |||||
* | Use the right enum types for bitmap_data.type comparisons | Alexander Larsson | 2010-07-09 | 1 | -2/+2 | |
| | ||||||
* | Add files i forgot to commit | Alexander Larsson | 2010-07-09 | 2 | -0/+15 | |
| | ||||||
* | Update NEWS for release | Alexander Larsson | 2010-07-08 | 1 | -0/+22 | |
| | ||||||
* | Disable tunnel by default on windows | Alexander Larsson | 2010-07-08 | 1 | -8/+0 | |
| | ||||||
* | Make tunnel support optional in client too | Alexander Larsson | 2010-07-08 | 4 | -5/+23 | |
| | ||||||
* | Make distcheck work | Alexander Larsson | 2010-07-08 | 10 | -12/+89 | |
| | ||||||
* | Missed some misspelling fixes | Alexander Larsson | 2010-07-08 | 1 | -11/+11 | |
| | ||||||
* | Fix various misspellings | Alexander Larsson | 2010-07-08 | 23 | -111/+111 | |
| | | | | | | | | | | | | | letancy -> latency compund -> compound SpicedSubMessage -> SpiceSubMessage modifaiers -> modifiers massage -> message outgoiong -> outgoing AlphaBlnd -> AlphaBlend remoth -> remote modifires -> modifiers secore -> secure | |||||
* | Fix sign warnings from win32 compiler | Alexander Larsson | 2010-07-08 | 2 | -3/+3 | |
| | ||||||
* | Fix inclusion of common files, no need for common/ part | Alexander Larsson | 2010-07-08 | 14 | -14/+14 | |
| | ||||||
* | server: Remove unnecessary pci id/rev checks | Alexander Larsson | 2010-07-08 | 2 | -11/+0 | |
| | | | | | | There is no need to check the pci ids or revisions. Thats a contract between qemu and the driver, and spice need not care, as long as we get the right data from qemu. | |||||
* | Simplify spice_pixman_region32_init_rects with new types | Alexander Larsson | 2010-07-08 | 1 | -28/+2 | |
| | | | | | Don't manually of SpiceRects to pixman_box32_t now that they are compatible and SpiceRect is internal. | |||||
* | Make all internal structures not be packed | Alexander Larsson | 2010-07-08 | 2 | -48/+43 | |
| | ||||||
* | Remove unused method declarations | Alexander Larsson | 2010-07-08 | 1 | -5/+0 | |
| | ||||||
* | Move SpiceChunks to mem.h | Alexander Larsson | 2010-07-08 | 3 | -19/+19 | |
| | ||||||
* | Move in spice/draw.h from spice-protocol to common/ | Alexander Larsson | 2010-07-08 | 18 | -18/+307 | |
| | ||||||
* | Handle the new QXLCursorHeader type | Alexander Larsson | 2010-07-08 | 1 | -3/+13 | |
| | ||||||
* | Use QXLPHYSICAL, not SPICE_ADDRESS in qxl parser | Alexander Larsson | 2010-07-08 | 2 | -19/+19 | |
| | ||||||
* | codegen: No SPICE_ADDRESS types left, drop @c_ptr | Alexander Larsson | 2010-07-08 | 4 | -44/+37 | |
| | ||||||
* | Properly parse QXLLineAttrs.style | Alexander Larsson | 2010-07-08 | 6 | -48/+29 | |
| | ||||||
* | remove QXLInterface->has_command() | Gerd Hoffmann | 2010-07-08 | 1 | -1/+0 | |
| | | | | Not used any more, zap it before rolling up a release tarball. | |||||
* | server: add missing ifdef USE_OGL (red_worker.c) | Uri Lublin | 2010-07-08 | 1 | -0/+2 | |
| | ||||||
* | Properly parse QXLImage to the new-world SpiceImage | Gerd Hoffmann | 2010-07-07 | 14 | -1208/+813 | |
| | | | | | SpiceImage now replaces RedImage and has all image types in it. All image data are now chunked (and as such not copied when demarshalling). | |||||
* | codegen: support @chunk on non-pointer arrays | Alexander Larsson | 2010-07-07 | 2 | -5/+29 | |
| | | | | This is similar to @as_ptr, but generates a single chunk of data. | |||||
* | Add support for @chunk | Alexander Larsson | 2010-07-07 | 1 | -2/+18 | |
| | ||||||
* | marshaller: Make get_nw_offset() handle deep member references | Alexander Larsson | 2010-07-07 | 1 | -7/+32 | |
| | ||||||
* | Add spice_marshaller_add_ref_chunks | Alexander Larsson | 2010-07-07 | 2 | -0/+12 | |
| | ||||||
* | Add spice_chunks_* helpers | Alexander Larsson | 2010-07-07 | 2 | -0/+64 | |
| |