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