summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 0.6.00.6.0Alexander Larsson2010-08-311-2/+2
* Require spice-protocol 0.6.0Alexander Larsson2010-08-311-1/+1
* Update NEWS for releaseAlexander Larsson2010-08-311-0/+12
* Fix scaling with large magnificationAlexander Larsson2010-08-311-20/+16
* Revert "Fix scaling with large magnification"Alexander Larsson2010-08-311-104/+32
* client: add default agent capabilitiesAlon Levy2010-08-311-0/+11
* qxl parser: complete parsing of QXLCompatDrawable structsGerd Hoffmann2010-08-311-0/+14
* server: red_current_add_equal - don't push a drawable to the middle of the pi...Yonit Halperin2010-08-311-1/+13
* server: when woken up by data ready to be read, don't call write.Alon Levy2010-08-311-1/+1
* server: retry mouse send on queue fullAlon Levy2010-08-311-0/+1
* server: bugfix - make vdi_port_write_retry reiterate if write_queue still not...Alon Levy2010-08-311-1/+1
* client: add announce_capabilitiesAlon Levy2010-08-312-4/+70
* server: add subtype to SpiceCharDeviceInterface, use for vdagentAlon Levy2010-08-312-7/+50
* server: rename SpiceVDIPort* to SpiceCharDevice*Alon Levy2010-08-312-38/+38
* server: fix red_current_flush to flush only the surface that was given as par...Yonit Halperin2010-08-301-1/+3
* Fix scaling with large magnificationAlexander Larsson2010-08-301-32/+104
* Bump versions.Gerd Hoffmann2010-08-302-2/+2
* Add config functions.Gerd Hoffmann2010-08-302-0/+38
* Merge commit 'ea298a14e1cde8b811baf6bd187287f18dde0dee'Alon Levy2010-08-301-10/+0
|\
| * server: moved agent pipe headers to spice-protocolAlon Levy2010-08-301-10/+0
* | server: cleanups in destorying surfaces codeYonit Halperin2010-08-301-29/+22
* | server: really wait for a surface to be destroyed, when calling destroy_surfa...Yonit Halperin2010-08-301-9/+75
* | server: consider also PIPE_ITEM_UPGRADE when searching for drawables in red_c...Yonit Halperin2010-08-301-17/+19
* | canvas: Better coordinate rounding in scalingAlexander Larsson2010-08-271-28/+36
* | server: red_send_image() - append image data to right marshallerAlexander Larsson2010-08-271-1/+2
* | server: red_send_image() initialize bitmap.flagsAlexander Larsson2010-08-271-0/+1
|/
* zap more unused bits.Gerd Hoffmann2010-08-271-14/+0
* red_get_cursor: avoid extra copyGerd Hoffmann2010-08-271-4/+4
* fix red_cursur_flush segfaultGerd Hoffmann2010-08-261-1/+3
* zap dead typedefsGerd Hoffmann2010-08-261-5/+0
* zap dead qxl chunk codeGerd Hoffmann2010-08-261-29/+0
* qxl parser: add cursor parsingGerd Hoffmann2010-08-263-48/+59
* qxl parser: complete QXL_SURFACE_CMD_CREATE parsingGerd Hoffmann2010-08-263-4/+6
* server: Fix alloc_lz_image_surface stride allocationsAlexander Larsson2010-08-261-1/+1
* server: clean glz drawables when reseting qxlYonit Halperin2010-08-251-0/+3
* server: Add missing break in switch caseAlexander Larsson2010-08-251-0/+1
* client: Handle async errors from xshm setupAlexander Larsson2010-08-251-0/+28
* client: Don't leak xshm segmentsAlexander Larsson2010-08-241-0/+8
* Don't try xshm any more if it fails for a permanent reasonAlexander Larsson2010-08-241-0/+16
* server: remove the no longer used glz drawables list that was maintained for ...Yonit Halperin2010-08-241-8/+0
* server: remove unnecessary dependency between surfaces and Glz drawablesYonit Halperin2010-08-241-26/+4
* Fix mismerge in last commitAlexander Larsson2010-08-231-1/+0
* Remove USE_EXCLUDE_RGN define and !USE_EXCLUDE_RGN codeAlexander Larsson2010-08-231-167/+0
* Remove STREAM_TRACE define and !STREAM_TRACE codeAlexander Larsson2010-08-231-206/+1
* Limiting video streaming to the primary surface. freedesktop bug #28088.Yonit Halperin2010-08-231-7/+40
* client: Fix for clipboard sending; It wasn't thread safe.Yonit Halperin2010-08-232-5/+27
* client: fix - exit on bad display-effect argumentYonit Halperin2010-08-231-0/+2
* Stride can be negative, so don't use size_t for itAlexander Larsson2010-08-182-2/+2
* support python 2.5.4+ for marshaller/demarshallersAlon Levy2010-08-173-0/+3
* client: Application::get_screen: fix double SpicePoint size, second hiding th...Alon Levy2010-07-291-1/+1