summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 0.6.10.6.1Alexander Larsson2010-09-291-1/+1
* Update NEWS for releaseAlexander Larsson2010-09-291-0/+8
* client: Avoid crash if platform_win is NULLAlexander Larsson2010-09-291-2/+6
* client: Re-enable USE_XRANDR_1_2Alexander Larsson2010-09-291-1/+1
* client: Don't hardcode -lrtAlexander Larsson2010-09-291-2/+1
* client: Fall back to gettimeofday if clock_gettime not foundAlexander Larsson2010-09-293-1/+20
* client: Include config.h from common.hAlexander Larsson2010-09-295-10/+4
* client: Check for pthread yield function using autoconfAlexander Larsson2010-09-292-1/+21
* Initialize variable to avoid compiler warningAlexander Larsson2010-09-291-1/+1
* client: Include stdint.h for uint32_tAlexander Larsson2010-09-291-0/+2
* client: Don't use basename for argv[0] in --help outputAlexander Larsson2010-09-291-17/+1
* Fix warning from OSX compilerAlexander Larsson2010-09-291-4/+1
* Handle surface images in DrawOpaqueAlexander Larsson2010-09-221-19/+42
* server: Handle self_image in localize_bitmapAlexander Larsson2010-09-211-9/+16
* server: Handle NULL image in red_update_streamableAlexander Larsson2010-09-211-1/+2
* server: Use the right image size for self_bitmapAlexander Larsson2010-09-211-2/+2
* server: Don't leak QUIC image chunksAlexander Larsson2010-09-211-0/+3
* Fix crash when resetting pixman image transformAlexander Larsson2010-09-211-1/+2
* server: Ensure we flush the release pipe after an oomAlexander Larsson2010-09-201-0/+1
* Release more drawables on OOMAlexander Larsson2010-09-201-1/+1
* fix palette handling for 0.4 compatGerd Hoffmann2010-09-141-43/+56
* fix brush handling for 0.4 compatGerd Hoffmann2010-09-141-23/+38
* move command flags handling to the qxl parserGerd Hoffmann2010-09-143-14/+18
* spicec-x11: Fix going into a never ending loop upon xrandr event (#628573) (v2)Hans de Goede2010-09-091-0/+10
* server: avoid creating a stream from traces more than once for the same drawableYonit Halperin2010-09-021-5/+10
* Add API to turn on backwards compatibility modeAlexander Larsson2010-09-022-0/+33
* 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