summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * demarshaller/marshaller fix gcc 4.6.0Alon Levy2012-03-202-9/+21
| * codegen: avoid creating out if not used (fix gcc 4.6.0 warning)Alon Levy2012-03-201-3/+5
| * mingw32 build: python_modules/marshal: use unsigned for for_loop index variableAlon Levy2012-03-201-1/+1
| * smartcard: add to spice.protoAlon Levy2012-03-201-0/+8
| * spice codegen: fix copy-o, no such variable valueAlon Levy2012-03-201-1/+1
| * support python 2.5.4+ for marshaller/demarshallersAlon Levy2012-03-203-0/+3
| * demarshaller: Fix palette marshallingAlexander Larsson2012-03-201-14/+32
| * Don't send padding over the network with video dataAlexander Larsson2012-03-202-4/+2
| * Fix uninitialized variable warningsAlexander Larsson2012-03-201-1/+1
| * Don't send CursorHeader if cursor_flags is NONEAlexander Larsson2012-03-204-5/+11
| * Send Clip.rects inline rather than using a pointerAlexander Larsson2012-03-201-1/+1
| * codegen: Allow @to_ptr to make inline structs demarshal as pointersAlexander Larsson2012-03-203-9/+37
| * codegen: Various cleanupsAlexander Larsson2012-03-204-78/+59
| * codegen: Pass member to SubMarshallingSource rather than nameAlexander Larsson2012-03-201-9/+10
| * codegen: Remove unused methos has_pointer()Alexander Larsson2012-03-201-27/+0
| * Don't marshall bitmap data as pointer, instead send inlineAlexander Larsson2012-03-201-1/+1
| * Make distcheck workAlexander Larsson2012-03-201-1/+1
| * Fix various misspellingsAlexander Larsson2012-03-202-2/+2
| * Fix inclusion of common files, no need for common/ partAlexander Larsson2012-03-201-1/+1
| * codegen: No SPICE_ADDRESS types left, drop @c_ptrAlexander Larsson2012-03-204-44/+37
| * Properly parse QXLLineAttrs.styleAlexander Larsson2012-03-202-2/+2
| * Properly parse QXLImage to the new-world SpiceImageGerd Hoffmann2012-03-205-81/+106
| * codegen: support @chunk on non-pointer arraysAlexander Larsson2012-03-202-5/+29
| * Add support for @chunkAlexander Larsson2012-03-201-2/+18
| * marshaller: Make get_nw_offset() handle deep member referencesAlexander Larsson2012-03-201-7/+32
| * Convert SpicePath.segments to a pointer arrayAlexander Larsson2012-03-203-26/+31
| * Handle extra size for switch and array the right wayAlexander Larsson2012-03-201-23/+20
| * marshaller: Add some docs describing the types of sizesAlexander Larsson2012-03-201-0/+29
| * marshaller: Make @nonnull a propagated attributeAlexander Larsson2012-03-203-6/+3
| * marshaller: Make @c_ptr a propagated attributeAlexander Larsson2012-03-202-17/+18
| * marshaller: Add generic way to handle propagating attributesAlexander Larsson2012-03-203-11/+18
| * Properly parse and marshall SpiceStringGerd Hoffmann2012-03-205-20/+70
| * Fix 32bit failure in demarshallerAlexander Larsson2012-03-201-2/+2
| * Simplify SpiceLineAttr by removing unsed stuffAlexander Larsson2012-03-204-29/+35
| * Automatically marshall SpiceClipRectsAlexander Larsson2012-03-201-1/+1
| * Automatically marshall SpicePathAlexander Larsson2012-03-201-1/+1
| * Support @marshall to automatically marshall pointersAlexander Larsson2012-03-202-28/+40
| * Store SpicePath segment count rather than sizeAlexander Larsson2012-03-205-16/+37
| * Update client and protocol to support the new SpiceClipRectsAlexander Larsson2012-03-202-2/+2
| * demarshaller: Support @c_ptr attributes for pointersAlexander Larsson2012-03-201-7/+16
| * demarshaller: Don't parse @zero membersAlexander Larsson2012-03-201-1/+4
| * qxl abi: parse QXLCopy + QXLBlend.Gerd Hoffmann2012-03-202-4/+4
| * qxl abi: parse QXLOpaque.Gerd Hoffmann2012-03-202-2/+2
| * qxl abi: parse QXLFill.Gerd Hoffmann2012-03-202-2/+2
| * Fix build error due to member "SpiceMsgEmpty" same name as typeAlexander Larsson2012-03-201-0/+2
| * spice.proto: surface_create.format is of type surface_fmtAlexander Larsson2012-03-201-1/+1
| * Use smaller size for enums and flags on the networkAlexander Larsson2012-03-201-16/+16
| * Remove support for clip by pathAlexander Larsson2012-03-202-11/+5
| * spice.proto: No need for @ptr32 as that is now the defaultAlexander Larsson2012-03-201-2/+2
| * spice.proto: Don't use @fixedsize for BrushAlexander Larsson2012-03-201-1/+1