summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-07-07Make streaming work again in new SpiceImage worldqxl-imageAlexander Larsson1-72/+46
2010-07-07marshaller: Don't allocate memory for non-copied demarshalled dataAlexander Larsson2-12/+12
2010-07-07Use @as_ptr to handle image data as (noncopied) pointersAlexander Larsson2-6/+6
2010-07-07When localizing bitmaps, don't modify the originalAlexander Larsson1-27/+43
2010-07-07Initialize chunk->data_sizeAlexander Larsson1-0/+1
2010-07-06Make client build againAlexander Larsson1-35/+20
2010-07-06Use @chunk for bitmap dataAlexander Larsson2-2/+2
2010-07-06Add support for @chunkAlexander Larsson1-2/+18
2010-07-06marshaller: Make get_nw_offset() handle deep member referencesAlexander Larsson1-7/+32
2010-07-06Renamed SpiceImage.data to SpiceImage.uAlexander Larsson5-77/+76
2010-07-06Fix up merge errorAlexander Larsson1-1/+1
2010-07-06Update for the SpiceBitmap->chunk name changeAlexander Larsson3-33/+25
2010-07-06Add spice_chunks_new_linearAlexander Larsson2-0/+11
2010-07-06image WIP, do cachingAlexander Larsson1-7/+6
2010-07-06Convert to the non-union SpiceImage type, remove RedImageAlexander Larsson8-176/+176
2010-07-06More image WIPAlexander Larsson6-135/+128
2010-07-06Add spice_chunks_* helpersAlexander Larsson2-0/+53
2010-07-06reverse lines fixGerd Hoffmann1-5/+10
2010-07-06[wip] even more QXLImageGerd Hoffmann2-214/+87
2010-07-06[wip] more QXLImageGerd Hoffmann3-108/+188
2010-07-06[wip] QXLImageGerd Hoffmann4-327/+276
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