summaryrefslogtreecommitdiff
path: root/spice.proto
AgeCommit message (Expand)AuthorFilesLines
2010-07-20Don't send padding over the network with video dataAlexander Larsson1-2/+0
2010-07-19Don't send CursorHeader if cursor_flags is NONEAlexander Larsson1-1/+4
2010-07-19Send Clip.rects inline rather than using a pointerAlexander Larsson1-1/+1
2010-07-19codegen: Various cleanupsAlexander Larsson1-12/+7
2010-07-09Don't marshall bitmap data as pointer, instead send inlineAlexander Larsson1-1/+1
2010-07-08Fix various misspellingsAlexander Larsson1-1/+1
2010-07-08codegen: No SPICE_ADDRESS types left, drop @c_ptrAlexander Larsson1-13/+13
2010-07-08Properly parse QXLLineAttrs.styleAlexander Larsson1-1/+1
2010-07-07Properly parse QXLImage to the new-world SpiceImageGerd Hoffmann1-38/+43
2010-07-05Convert SpicePath.segments to a pointer arrayAlexander Larsson1-1/+1
2010-07-02Properly parse and marshall SpiceStringGerd Hoffmann1-5/+5
2010-06-30Simplify SpiceLineAttr by removing unsed stuffAlexander Larsson1-19/+9
2010-06-30Automatically marshall SpiceClipRectsAlexander Larsson1-1/+1
2010-06-30Automatically marshall SpicePathAlexander Larsson1-1/+1
2010-06-30Store SpicePath segment count rather than sizeAlexander Larsson1-2/+2
2010-06-30Update client and protocol to support the new SpiceClipRectsAlexander Larsson1-1/+1
2010-06-29qxl abi: parse QXLCopy + QXLBlend.Gerd Hoffmann1-2/+2
2010-06-29qxl abi: parse QXLOpaque.Gerd Hoffmann1-1/+1
2010-06-29qxl abi: parse QXLFill.Gerd Hoffmann1-1/+1
2010-06-24spice.proto: surface_create.format is of type surface_fmtAlexander Larsson1-1/+1
2010-06-24Use smaller size for enums and flags on the networkAlexander Larsson1-16/+16
2010-06-24Remove support for clip by pathAlexander Larsson1-4/+1
2010-06-23spice.proto: No need for @ptr32 as that is now the defaultAlexander Larsson1-2/+2
2010-06-23spice.proto: Don't use @fixedsize for BrushAlexander Larsson1-1/+1
2010-06-23Don't send zero data item for clips with no dataAlexander Larsson1-3/+1
2010-06-23Remove minor markup in unstable protocol as we're resetting minor to 0Alexander Larsson1-4/+4
2010-06-21Lossy compression of RGBA images (on WAN connection)Yonit Halperin1-0/+14
2010-06-21applying zlib compression over glz on WAN connectionYonit Halperin1-0/+9
2010-06-18Make sound data @as_ptr to avoid copying dataAlexander Larsson1-4/+4
2010-06-18Make ping data @as_ptr to avoid copying dataAlexander Larsson1-1/+1
2010-06-18Make cursor data @as_ptr to avoid copying dataAlexander Larsson1-1/+1
2010-06-18Make tunnel_service_add members be of cstring array sizeAlexander Larsson1-2/+2
2010-06-18Use @ptr32 for 32bit offsets in spice.protoAlexander Larsson1-2/+2
2010-06-18Add @nomarshal in a few places where we're marshalling manuallyAlexander Larsson1-11/+11
2010-06-18spice.proto: add @outvar markupAlexander Larsson1-15/+15
2010-06-18Initial import of spice protocol description and demarshall generatorAlexander Larsson1-0/+1086