summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-10-10red_worker: use bitmap cropping option for drawables that contain a src-bitmapbitmap-crop.v2Yonit Halperin1-28/+95
2013-10-10red_worker/encode_spice_image_bitmap: add support for bitmap croppingYonit Halperin2-8/+177
2013-10-10red_worker: rename fill_palette to spice_palette_set_flagsYonit Halperin1-6/+5
2013-10-10red_worker: rename FillBitsType to SpiceImageCompressTypeYonit Halperin1-29/+27
2013-10-10red_worker/fill_bits: wrap the code that encodes the output SpiceImage in its...Yonit Halperin1-38/+72
2013-10-10red_worker/fill_bits: separate filling/encoding quic SpiceImage data from mar...Yonit Halperin1-10/+22
2013-10-10red_worker/fill_bits: separate filling/encoding bitmap SpiceImage data from m...Yonit Halperin1-33/+41
2013-10-10red_worker/fill_bits: separate filling surface SpiceImage data from marshalli...Yonit Halperin1-19/+24
2013-10-10red_worker/fill_bits: separate filling cached SpiceImage data from marshallin...Yonit Halperin1-24/+54
2013-10-10remove compress_send_data_t, use SpiceChunks and add spice_image_marshellYonit Halperin1-132/+157
2013-10-08reds: remove dead codeMarc-André Lureau1-33/+0
2013-10-08reds: Fix 'asyc' typoChristophe Fergeau1-23/+23
2013-10-08Fix 'recive' typo throughout the code baseChristophe Fergeau4-63/+63
2013-10-08Namespace RECEIVE_BUF_SIZEChristophe Fergeau3-9/+9
2013-10-07server: handle red_get_surface_cmd() error explicitelyMarc-André Lureau1-24/+32
2013-10-07server: plug some leaks on errorMarc-André Lureau1-2/+7
2013-10-07server: inputs s/relase/releaseMarc-André Lureau1-2/+2
2013-10-07server: release all pressed keys on client disconnectMarc-André Lureau1-7/+35
2013-10-07server: mark deprecated symbolsMarc-André Lureau2-22/+30
2013-10-07server/tests: avoid using deprecated symbolsMarc-André Lureau1-7/+6
2013-10-07server: set dispatcher before calling attache_workerMarc-André Lureau3-7/+10
2013-10-07Update spice-commonMarc-André Lureau1-0/+0
2013-10-01server: remove memslot unused functionsMarc-André Lureau2-51/+0
2013-09-30cleanup: remove GITVERSIONMarc-André Lureau1-0/+0
2013-09-30server: remove unused fill_rects_clipMarc-André Lureau1-11/+0
2013-09-30spicec: disable stencil test with primary fboMarc-André Lureau2-1/+2
2013-09-30spicec: use pre/post copyMarc-André Lureau1-0/+2
2013-09-30spicec: add sw canvas diff checkMarc-André Lureau4-24/+88
2013-09-30spicec: do not abort if cache errorMarc-André Lureau1-1/+2
2013-09-30spicec: add SPICE_NOGRABMarc-André Lureau1-0/+7
2013-09-30spicec: remove dead GL codeMarc-André Lureau2-34/+0
2013-09-30spicec: use doublebuffer for openglMarc-André Lureau5-3/+16
2013-09-30spicec: fix non-doublebuffer drawingMarc-André Lureau3-0/+4
2013-09-30spicec: use standard opengl 3.0 framebufferMarc-André Lureau3-47/+50
2013-09-30spicec: refresh the display after display resizeMarc-André Lureau1-0/+4
2013-09-30spicec: warn when throwing exceptionMarc-André Lureau1-0/+3
2013-09-30update spice-commonMarc-André Lureau1-0/+0
2013-09-26red_worker: disconnect the channel instead of shutdown in case of a blocking ...Yonit Halperin1-5/+5
2013-09-26red_channel: cleanup of red_channel_client blocking methodsYonit Halperin3-57/+93
2013-09-26red_worker: cleanup red_clear_surface_drawables_from_pipesYonit Halperin1-12/+18
2013-09-17build-sys: fix some automake warningMarc-André Lureau3-3/+3
2013-09-10Fix _FORTIFY_SOURCE redefine errorDunrong Huang1-1/+1
2013-09-02red_parse_qxl: Change spice_error() to spice_warning()Christophe Fergeau1-3/+4
2013-09-02server: bitmap_consistent: replace spice_error with spice_warningUri Lublin1-1/+1
2013-08-29client: add some missing USE_GUI define guardsAlon Levy1-0/+4
2013-08-22red_worker: fix call to dump_bitmap (too many args)Yonit Halperin1-1/+1
2013-08-22spice_bitmap_utils: fix dump_bitmapYonit Halperin1-3/+3
2013-08-14main_channel: monitoring client connection statusYonit Halperin3-9/+23
2013-08-14red_channel: add option to monitor whether a channel client is aliveYonit Halperin2-0/+133
2013-08-14red_channel: add on_input callback for tracing incoming bytesYonit Halperin2-0/+9