summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-09-02server: avoid creating a stream from traces more than once for the same drawableHEADmasterYonit Halperin1-5/+10
2010-09-02Add API to turn on backwards compatibility modeAlexander Larsson2-0/+33
2010-08-31Bump version to 0.6.0Alexander Larsson1-2/+2
2010-08-31Require spice-protocol 0.6.0Alexander Larsson1-1/+1
2010-08-31Update NEWS for releaseAlexander Larsson1-0/+12
2010-08-31Fix scaling with large magnificationAlexander Larsson1-20/+16
2010-08-31Revert "Fix scaling with large magnification"Alexander Larsson1-104/+32
2010-08-31client: add default agent capabilitiesAlon Levy1-0/+11
2010-08-31qxl parser: complete parsing of QXLCompatDrawable structsGerd Hoffmann1-0/+14
2010-08-31server: red_current_add_equal - don't push a drawable to the middle of the pi...Yonit Halperin1-1/+13
2010-08-31server: when woken up by data ready to be read, don't call write.Alon Levy1-1/+1
2010-08-31server: retry mouse send on queue fullAlon Levy1-0/+1
2010-08-31server: bugfix - make vdi_port_write_retry reiterate if write_queue still not...Alon Levy1-1/+1
2010-08-31client: add announce_capabilitiesAlon Levy2-4/+70
2010-08-31server: add subtype to SpiceCharDeviceInterface, use for vdagentAlon Levy2-7/+50
2010-08-31server: rename SpiceVDIPort* to SpiceCharDevice*Alon Levy2-38/+38
2010-08-30server: fix red_current_flush to flush only the surface that was given as par...Yonit Halperin1-1/+3
2010-08-30Fix scaling with large magnificationAlexander Larsson1-32/+104
2010-08-30Bump versions.Gerd Hoffmann2-2/+2
2010-08-30Add config functions.Gerd Hoffmann2-0/+38
2010-08-30Merge commit 'ea298a14e1cde8b811baf6bd187287f18dde0dee'Alon Levy1-10/+0
2010-08-30server: moved agent pipe headers to spice-protocolAlon Levy1-10/+0
2010-08-30server: cleanups in destorying surfaces codeYonit Halperin1-29/+22
2010-08-30server: really wait for a surface to be destroyed, when calling destroy_surfa...Yonit Halperin1-9/+75
2010-08-30server: consider also PIPE_ITEM_UPGRADE when searching for drawables in red_c...Yonit Halperin1-17/+19
2010-08-27canvas: Better coordinate rounding in scalingAlexander Larsson1-28/+36
2010-08-27server: red_send_image() - append image data to right marshallerAlexander Larsson1-1/+2
2010-08-27server: red_send_image() initialize bitmap.flagsAlexander Larsson1-0/+1
2010-08-27zap more unused bits.Gerd Hoffmann1-14/+0
2010-08-27red_get_cursor: avoid extra copyGerd Hoffmann1-4/+4
2010-08-26fix red_cursur_flush segfaultGerd Hoffmann1-1/+3
2010-08-26zap dead typedefsGerd Hoffmann1-5/+0
2010-08-26zap dead qxl chunk codeGerd Hoffmann1-29/+0
2010-08-26qxl parser: add cursor parsingGerd Hoffmann3-48/+59
2010-08-26qxl parser: complete QXL_SURFACE_CMD_CREATE parsingGerd Hoffmann3-4/+6
2010-08-26server: Fix alloc_lz_image_surface stride allocationsAlexander Larsson1-1/+1
2010-08-25server: clean glz drawables when reseting qxlYonit Halperin1-0/+3
2010-08-25server: Add missing break in switch caseAlexander Larsson1-0/+1
2010-08-25client: Handle async errors from xshm setupAlexander Larsson1-0/+28
2010-08-24client: Don't leak xshm segmentsAlexander Larsson1-0/+8
2010-08-24Don't try xshm any more if it fails for a permanent reasonAlexander Larsson1-0/+16
2010-08-24server: remove the no longer used glz drawables list that was maintained for ...Yonit Halperin1-8/+0
2010-08-24server: remove unnecessary dependency between surfaces and Glz drawablesYonit Halperin1-26/+4
2010-08-23Fix mismerge in last commitAlexander Larsson1-1/+0
2010-08-23Remove USE_EXCLUDE_RGN define and !USE_EXCLUDE_RGN codeAlexander Larsson1-167/+0
2010-08-23Remove STREAM_TRACE define and !STREAM_TRACE codeAlexander Larsson1-206/+1
2010-08-23Limiting video streaming to the primary surface. freedesktop bug #28088.Yonit Halperin1-7/+40
2010-08-23client: Fix for clipboard sending; It wasn't thread safe.Yonit Halperin2-5/+27
2010-08-23client: fix - exit on bad display-effect argumentYonit Halperin1-0/+2
2010-08-18Stride can be negative, so don't use size_t for itAlexander Larsson2-2/+2