summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* new libspice api: add spice_server_set_channel_security()Gerd Hoffmann2010-03-092-0/+17
* new libspice api: make spice_channel_name_t part of the public api.Gerd Hoffmann2010-03-092-33/+35
* new libspice api: add spice_server_{get, set}_image_compression()Gerd Hoffmann2010-03-092-0/+18
* new libspice api: make image_compression_t part of the public api.Gerd Hoffmann2010-03-096-56/+61
* new libspice api: configure listen addr, add ipv6 supporGerd Hoffmann2010-03-092-39/+74
* new libspice api: configure tlsGerd Hoffmann2010-03-092-2/+48
* new libspice api: zap function pointer indirection.Gerd Hoffmann2010-03-092-9/+40
* new libspice api: configure port + ticketGerd Hoffmann2010-03-092-0/+54
* new libspice api: alloc, initi and free spice server instances.Gerd Hoffmann2010-03-092-6/+40
* Fix possible quic_usr_more_lines_unstable() crashGerd Hoffmann2010-03-091-2/+8
* Use macros from <spice/macros.h> rather than duplicate themAlexander Larsson2010-03-0923-219/+128
* Move draw_rop3 to canvas_baseAlexander Larsson2010-03-082-96/+94
* Move canvas_draw_stroke to canvas_baseAlexander Larsson2010-03-082-455/+450
* Move most of the shared draw_xyz() methods from CairoCanvas to CanvasBaseAlexander Larsson2010-03-083-932/+1039
* Move canvas_region and group_start/end to canvas_baseAlexander Larsson2010-03-086-38/+58
* Move virtualization of canvas drawing into common/canvas_baseAlexander Larsson2010-03-0817-830/+501
* Make virt mapping an interfaceAlexander Larsson2010-03-087-48/+41
* Make glz_decoder non-optional canvas_base in canvas constructorsAlexander Larsson2010-03-087-30/+13
* Make canvas Glz decoder integration nicerAlexander Larsson2010-03-0815-38/+48
* Fix colorkeying in pixman_utils.cAlexander Larsson2010-03-081-1/+2
* Fix up win32 build reference to pixman_utils.cppAlexander Larsson2010-03-051-1/+1
* Only use AI_ADDRCONF if availibleAlexander Larsson2010-03-031-1/+4
* Update visual studio project for pixman changesLarsson@.(none)2010-03-011-4/+12
* Make gdi canvas build in the new pixman worldLarsson@.(none)2010-03-014-23/+35
* Always include spice/types.h before pixman so standard int types existLarsson@.(none)2010-03-011-0/+2
* Fix warnings from visual studio compilerLarsson@.(none)2010-03-012-15/+15
* Have only one copy of ROUND macro and cast to int explicitlyLarsson@.(none)2010-03-012-3/+1
* spice client: add ipv6 support.Gerd Hoffmann2010-02-272-53/+41
* spice client: fix dns lookupGerd Hoffmann2010-02-271-3/+9
* Remove qcairo dependency, only use pixmanAlexander Larsson2010-02-235-12/+8
* Remove cairo use in clientAlexander Larsson2010-02-234-118/+149
* Remove no longer needed CAIRO_CANVAS_CACH_IS_SHARED define and codeAlexander Larsson2010-02-233-11/+2
* Remove last cairo use from canvas_baseAlexander Larsson2010-02-231-3/+0
* Remove cairo_t from cairo canvasAlexander Larsson2010-02-235-96/+28
* Covert cairo canvas put_image() to pixmanAlexander Larsson2010-02-231-77/+33
* Replace custom region implementation with pixman_region32_tAlexander Larsson2010-02-2316-870/+618
* Convert cairo canvas clear() to pixmanAlexander Larsson2010-02-231-8/+5
* Convert cairo canvas group_start/end to pixmanAlexander Larsson2010-02-231-14/+18
* Convert cairo canvas read_bits() to pixmanAlexander Larsson2010-02-231-6/+5
* Remove unused cairo helper functionsAlexander Larsson2010-02-232-494/+0
* Convert cairo canvas to use pixman for draw_strokeAlexander Larsson2010-02-232-213/+465
* Convert cairo canvas draw_transparent to use pixmanAlexander Larsson2010-02-231-119/+134
* Convert cairo canvas draw_rop3 to using pixmanAlexander Larsson2010-02-231-40/+29
* Convert draw_blackness/whiteness/invers to using pixmanAlexander Larsson2010-02-231-16/+61
* Convert cairo canvas alpha_blend to using pixmanAlexander Larsson2010-02-231-15/+135
* Convert cairo canvas draw_text to using pixmanAlexander Larsson2010-02-231-71/+100
* Convert cairo canvas copy bits to pixmanAlexander Larsson2010-02-231-211/+90
* Convert cairo canvas draw_copy() to using pixmanAlexander Larsson2010-02-231-20/+60
* Convert cairo canvas draw_blend() to using pixmanAlexander Larsson2010-02-231-25/+168
* Convert cairo canvas draw_opaque() to using pixmanAlexander Larsson2010-02-231-27/+133