summaryrefslogtreecommitdiff
path: root/client
AgeCommit message (Expand)AuthorFilesLines
2010-05-03Remove all mentions of "cairo" from the codeAlexander Larsson20-83/+83
2010-04-29client: Report window format right for win32Alexander Larsson2-4/+14
2010-04-29client: Support 16bpp pixmaps on win32Alexander Larsson2-6/+33
2010-04-26fix two warningsGerd Hoffmann1-1/+1
2010-04-23Fix up win32 client with recent changesAlexander Larsson3-11/+16
2010-04-23Make each surface its own depth/formatAlexander Larsson3-27/+32
2010-04-23Client: Support pixmap format conversion in copy_pixelsAlexander Larsson11-249/+179
2010-04-23X11 client: Add helper for XImage constructionAlexander Larsson2-4/+47
2010-04-23Add utility functions to create XShm imagesAlexander Larsson2-0/+83
2010-04-23Create screen composit area in same format as windowAlexander Larsson1-2/+2
2010-04-23Add helper to compare RedDrawable::Formats for copy compabibleAlexander Larsson1-0/+4
2010-04-23Add RedDrawable::Format get_format()Alexander Larsson4-0/+8
2010-04-23Add XPlatform::get_screen_format for X11Alexander Larsson2-0/+30
2010-04-23Move RedPixmap::Format to RedDrawable::FormatAlexander Larsson9-65/+66
2010-04-23Make client canvas and pixmaps handle more formats and simplifyAlexander Larsson21-214/+176
2010-04-23Add emacs modelines to more filesAlexander Larsson11-0/+11
2010-04-23Make client start if screen is 16bppAlexander Larsson1-9/+18
2010-04-23Client: Don't die if XIM not availibleAlexander Larsson2-27/+40
2010-04-23Detect XShm extension sanelyAlexander Larsson1-6/+4
2010-04-14Avoid unncessary buffer management in mjpeg decoder if possibleAlexander Larsson2-19/+46
2010-04-13Relicense everything from GPL to LGPL 2.1+Alexander Larsson139-1263/+1263
2010-04-13Fix A1 handling in RedDrawable combine_pixels.Alexander Larsson1-23/+18
2010-04-12Use upstream name for pthreads lib and new freetype versionAlexander Larsson1-2/+2
2010-04-12Fixed vs2008 warningAlexander Larsson1-1/+1
2010-04-09spice: win32 client: fix gdi lockingIzik Eidus5-13/+13
2010-04-08Remove leftover AutoVStreamInit classAlexander Larsson1-10/+0
2010-04-08Initialize _kill_mark so we don't get spurious valgrind warningsAlexander Larsson2-6/+9
2010-04-08Free the jpeg decoder with the streamAlexander Larsson1-0/+1
2010-04-08Use libjpeg to decode mjpegs, not ffmpegAlexander Larsson6-163/+354
2010-04-08Update project file to visual studio 2008Alexander Larsson2-9/+8
2010-04-06client: handling SPICE_MSG_MAIN_MIGRATE_SWITCH_HOSTYonit Halperin4-4/+98
2010-04-06client: fix unsafe access to an event memberYonit Halperin1-4/+1
2010-04-03client: x11: fix a crash caused by a call to a destroyed window.Yonit Halperin2-4/+10
2010-04-03libspice: add off screens supportIzik Eidus10-104/+439
2010-04-03spice server: surface create/destroy protocol supportIzik Eidus3-42/+115
2010-03-24spice: client: fix handling of top down images in video streamsAlon Levy1-9/+5
2010-03-24configure.ac: client: replace $(top_srcdir) in x11/Makefile.am (subdir config)Alexander Larsson1-89/+92
2010-03-18client: add command line support for ciphers, ca file, and host certificate s...Yonit Halperin7-10/+116
2010-03-11Explicitly depend on various X libraries, and -pthreadSøren Sandmann Pedersen1-1/+5
2010-03-11New memory allocators that exit on OOM and handle multiplication overflowAlexander Larsson4-0/+30
2010-03-10Define __STDC_LIMIT_MACROS for c++ code to get SIZE_MAXAlexander Larsson1-0/+1
2010-03-10Define GL_GLEXT_PROTOTYPES in CFLAGS not in random places in the sourceAlexander Larsson7-9/+0
2010-03-09Use macros from <spice/macros.h> rather than duplicate themAlexander Larsson6-21/+16
2010-03-08Move canvas_region and group_start/end to canvas_baseAlexander Larsson1-1/+1
2010-03-08Move virtualization of canvas drawing into common/canvas_baseAlexander Larsson8-375/+68
2010-03-08Make canvas Glz decoder integration nicerAlexander Larsson7-16/+21
2010-03-05Fix up win32 build reference to pixman_utils.cppAlexander Larsson1-1/+1
2010-03-03Only use AI_ADDRCONF if availibleAlexander Larsson1-1/+4
2010-03-01Update visual studio project for pixman changesLarsson@.(none)1-4/+12
2010-03-01Make gdi canvas build in the new pixman worldLarsson@.(none)1-3/+12