summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* Remove all mentions of "cairo" from the codeAlexander Larsson2010-05-0320-83/+83
* client: Report window format right for win32Alexander Larsson2010-04-292-4/+14
* client: Support 16bpp pixmaps on win32Alexander Larsson2010-04-292-6/+33
* fix two warningsGerd Hoffmann2010-04-261-1/+1
* Fix up win32 client with recent changesAlexander Larsson2010-04-233-11/+16
* Make each surface its own depth/formatAlexander Larsson2010-04-233-27/+32
* Client: Support pixmap format conversion in copy_pixelsAlexander Larsson2010-04-2311-249/+179
* X11 client: Add helper for XImage constructionAlexander Larsson2010-04-232-4/+47
* Add utility functions to create XShm imagesAlexander Larsson2010-04-232-0/+83
* Create screen composit area in same format as windowAlexander Larsson2010-04-231-2/+2
* Add helper to compare RedDrawable::Formats for copy compabibleAlexander Larsson2010-04-231-0/+4
* Add RedDrawable::Format get_format()Alexander Larsson2010-04-234-0/+8
* Add XPlatform::get_screen_format for X11Alexander Larsson2010-04-232-0/+30
* Move RedPixmap::Format to RedDrawable::FormatAlexander Larsson2010-04-239-65/+66
* Make client canvas and pixmaps handle more formats and simplifyAlexander Larsson2010-04-2321-214/+176
* Add emacs modelines to more filesAlexander Larsson2010-04-2311-0/+11
* Make client start if screen is 16bppAlexander Larsson2010-04-231-9/+18
* Client: Don't die if XIM not availibleAlexander Larsson2010-04-232-27/+40
* Detect XShm extension sanelyAlexander Larsson2010-04-231-6/+4
* Avoid unncessary buffer management in mjpeg decoder if possibleAlexander Larsson2010-04-142-19/+46
* Relicense everything from GPL to LGPL 2.1+Alexander Larsson2010-04-13139-1263/+1263
* Fix A1 handling in RedDrawable combine_pixels.Alexander Larsson2010-04-131-23/+18
* Use upstream name for pthreads lib and new freetype versionAlexander Larsson2010-04-121-2/+2
* Fixed vs2008 warningAlexander Larsson2010-04-121-1/+1
* spice: win32 client: fix gdi lockingIzik Eidus2010-04-095-13/+13
* Remove leftover AutoVStreamInit classAlexander Larsson2010-04-081-10/+0
* Initialize _kill_mark so we don't get spurious valgrind warningsAlexander Larsson2010-04-082-6/+9
* Free the jpeg decoder with the streamAlexander Larsson2010-04-081-0/+1
* Use libjpeg to decode mjpegs, not ffmpegAlexander Larsson2010-04-086-163/+354
* Update project file to visual studio 2008Alexander Larsson2010-04-082-9/+8
* client: handling SPICE_MSG_MAIN_MIGRATE_SWITCH_HOSTYonit Halperin2010-04-064-4/+98
* client: fix unsafe access to an event memberYonit Halperin2010-04-061-4/+1
* client: x11: fix a crash caused by a call to a destroyed window.Yonit Halperin2010-04-032-4/+10
* libspice: add off screens supportIzik Eidus2010-04-0310-104/+439
* spice server: surface create/destroy protocol supportIzik Eidus2010-04-033-42/+115
* spice: client: fix handling of top down images in video streamsAlon Levy2010-03-241-9/+5
* configure.ac: client: replace $(top_srcdir) in x11/Makefile.am (subdir config)Alexander Larsson2010-03-241-89/+92
* client: add command line support for ciphers, ca file, and host certificate s...Yonit Halperin2010-03-187-10/+116
* Explicitly depend on various X libraries, and -pthreadSøren Sandmann Pedersen2010-03-111-1/+5
* New memory allocators that exit on OOM and handle multiplication overflowAlexander Larsson2010-03-114-0/+30
* Define __STDC_LIMIT_MACROS for c++ code to get SIZE_MAXAlexander Larsson2010-03-101-0/+1
* Define GL_GLEXT_PROTOTYPES in CFLAGS not in random places in the sourceAlexander Larsson2010-03-107-9/+0
* Use macros from <spice/macros.h> rather than duplicate themAlexander Larsson2010-03-096-21/+16
* Move canvas_region and group_start/end to canvas_baseAlexander Larsson2010-03-081-1/+1
* Move virtualization of canvas drawing into common/canvas_baseAlexander Larsson2010-03-088-375/+68
* Make canvas Glz decoder integration nicerAlexander Larsson2010-03-087-16/+21
* 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-011-3/+12