summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-07-07codegen: support @chunk on non-pointer arraysAlexander Larsson2-5/+29
2010-07-07Add support for @chunkAlexander Larsson1-2/+18
2010-07-07marshaller: Make get_nw_offset() handle deep member referencesAlexander Larsson1-7/+32
2010-07-07Add spice_marshaller_add_ref_chunksAlexander Larsson2-0/+12
2010-07-07Add spice_chunks_* helpersAlexander Larsson2-0/+64
2010-07-05Convert SpicePath.segments to a pointer arrayAlexander Larsson8-61/+58
2010-07-05Handle extra size for switch and array the right wayAlexander Larsson1-23/+20
2010-07-05marshaller: Add some docs describing the types of sizesAlexander Larsson1-0/+29
2010-07-05marshaller: Make @nonnull a propagated attributeAlexander Larsson3-6/+3
2010-07-05marshaller: Make @c_ptr a propagated attributeAlexander Larsson2-17/+18
2010-07-05marshaller: Add generic way to handle propagating attributesAlexander Larsson3-11/+18
2010-07-02Properly parse and marshall SpiceStringGerd Hoffmann8-107/+159
2010-07-01Fix build on win32Alexander Larsson2-20/+20
2010-07-01Fix 32bit failure in demarshallerAlexander Larsson1-2/+2
2010-07-01Update for the SpicePath.segments type changeAlexander Larsson5-6/+6
2010-07-01Make CEGUI optionalAlon Levy7-47/+137
2010-07-01client: Use ASSERT, not assertAlexander Larsson1-1/+1
2010-07-01- fix for noopengl patch for serverAlon Levy1-0/+4
2010-07-01fix for not clearing the cursor ring when the primary surface is destroyedYonit Halperin1-14/+71
2010-06-30Simplify SpiceLineAttr by removing unsed stuffAlexander Larsson8-80/+49
2010-06-30Automatically marshall SpiceClipRectsAlexander Larsson2-54/+39
2010-06-30Automatically marshall SpicePathAlexander Larsson2-4/+1
2010-06-30Support @marshall to automatically marshall pointersAlexander Larsson2-28/+40
2010-06-30Store SpicePath segment count rather than sizeAlexander Larsson11-62/+111
2010-06-30Add spice_marshaller_set_uint32Alexander Larsson2-16/+31
2010-06-30Update client and protocol to support the new SpiceClipRectsAlexander Larsson3-5/+4
2010-06-30demarshaller: Support @c_ptr attributes for pointersAlexander Larsson1-7/+16
2010-06-30demarshaller: Don't parse @zero membersAlexander Larsson1-1/+4
2010-06-30qxl-abi: handle clip rect and path references.Gerd Hoffmann4-297/+218
2010-06-30add qxl chunk parserGerd Hoffmann2-0/+52
2010-06-29server: Don't call opengl if not enabledAlexander Larsson3-3/+17
2010-06-29client: add --include "common.h" for generated marshallersYonit Halperin3-4/+4
2010-06-29fixed unhandled destroy screen in Application:restore_screens_sizeYonit Halperin1-1/+1
2010-06-29detaching the screen when the primary surface is destoryed and closing the wi...Yonit Halperin2-10/+16
2010-06-29remove unnecessary send of SPICE_MSG_DISPLAY_RESETYonit Halperin1-3/+0
2010-06-29qxl abi: parse QXLRect.Gerd Hoffmann4-18/+42
2010-06-29qxl abi: parse QXLPoint & friends.Gerd Hoffmann2-7/+21
2010-06-29qxl abi: parse QXLCursorCmd.Gerd Hoffmann3-22/+76
2010-06-29qxl abi: parse QXLSurfaceCmd.Gerd Hoffmann3-10/+63
2010-06-29qxl abi: parse QXLMessage.Gerd Hoffmann3-4/+41
2010-06-29qxl abi: parse QXLUpdateCmd.Gerd Hoffmann3-9/+38
2010-06-29qxl abi: parse QXLClip.Gerd Hoffmann1-2/+9
2010-06-29qxl abi: parse QXLLineAttr.Gerd Hoffmann1-4/+10
2010-06-29qxl abi: parse QXLPattern.Gerd Hoffmann1-1/+2
2010-06-29qxl abi: parse QXLBrush.Gerd Hoffmann1-6/+20
2010-06-29qxl abi: parse QXLQMask.Gerd Hoffmann1-8/+16
2010-06-29qxl abi: parse QXLBlackness+QXLInvers+QXLWhiteness.Gerd Hoffmann1-6/+24
2010-06-29qxl abi: parse QXLText.Gerd Hoffmann1-2/+13
2010-06-29qxl abi: parse QXLStroke.Gerd Hoffmann1-2/+12
2010-06-29qxl abi: parse QXLRop3.Gerd Hoffmann1-2/+13