summaryrefslogtreecommitdiff
path: root/client/display_channel.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-11-02client: display channel - destroy all surfaces on disconnectYonit Halperin1-6/+12
2011-11-02client: display channel migrationYonit Halperin1-13/+144
2011-11-02client: rewrite surfaces cacheYonit Halperin1-97/+52
2011-09-19client: don't crash when booting a Xinerama setupChristophe Fergeau1-4/+6
2011-05-19client: fix flipped video in Linux guest on windows client, RHBZ #667689Yonit Halperin1-3/+5
2011-05-03s/USE_OGL/USE_OPENGLChristophe Fergeau1-20/+20
2011-05-03add #include <config.h> to all source filesChristophe Fergeau1-0/+3
2011-03-23opengl: fix compilationChristophe Fergeau1-3/+0
2011-01-25client/display_channel: gcc 4.6.0 unused fixesAlon Levy1-6/+12
2010-12-08mingw32 build: fix signed/unsigned warnings as errorsAlon Levy1-1/+1
2010-11-25spicec: Don't show a white screen if guest resolution does not fit fullscreenHans de Goede1-1/+1
2010-07-20Swap red and blue when decoding 0.4 mjpeg streamsAlexander Larsson1-1/+1
2010-07-20Don't send padding over the network with video dataAlexander Larsson1-5/+4
2010-06-30Update client and protocol to support the new SpiceClipRectsAlexander Larsson1-3/+2
2010-06-29detaching the screen when the primary surface is destoryed and closing the wi...Yonit Halperin1-10/+15
2010-06-24Remove support for clip by pathAlexander Larsson1-1/+1
2010-06-23Fix screen resolution changes on old serversAlexander Larsson1-5/+5
2010-06-22Implement display_mode message needed for backwards compatAlexander Larsson1-0/+12
2010-06-22Convert client to use indirect calls for message marshallingAlexander Larsson1-2/+1
2010-06-18Switch client to use generated marshallersAlexander Larsson1-6/+8
2010-06-18Client: Use the autogenerated demarshallersAlexander Larsson1-86/+54
2010-06-09client: Only invalidate on screen if drawing to the primary surfaceAlexander Larsson1-2/+6
2010-05-21Fix some misspelled identifiersAlexander Larsson1-9/+9
2010-05-21Fix spelling errors in comments and stringsAlexander Larsson1-2/+2
2010-05-03Remove all mentions of "cairo" from the codeAlexander Larsson1-5/+5
2010-04-23Make each surface its own depth/formatAlexander Larsson1-20/+22
2010-04-23Make client canvas and pixmaps handle more formats and simplifyAlexander Larsson1-15/+14
2010-04-23Add emacs modelines to more filesAlexander Larsson1-0/+1
2010-04-13Relicense everything from GPL to LGPL 2.1+Alexander Larsson1-9/+9
2010-04-08Remove leftover AutoVStreamInit classAlexander Larsson1-10/+0
2010-04-08Initialize _kill_mark so we don't get spurious valgrind warningsAlexander Larsson1-0/+1
2010-04-08Use libjpeg to decode mjpegs, not ffmpegAlexander Larsson1-151/+24
2010-04-03libspice: add off screens supportIzik Eidus1-87/+255
2010-04-03spice server: surface create/destroy protocol supportIzik Eidus1-42/+102
2010-03-24spice: client: fix handling of top down images in video streamsAlon Levy1-9/+5
2010-03-10Define GL_GLEXT_PROTOTYPES in CFLAGS not in random places in the sourceAlexander Larsson1-2/+0
2010-02-04Rename symbols that were changed in spice-protocolAlexander Larsson1-125/+125
2009-12-28client: move visibility change logic from screen to appYaniv Kamay1-17/+1
2009-12-28client: improve screen resizingYaniv Kamay1-2/+29
2009-11-30client: interactive screen layerYaniv Kamay1-4/+208
2009-11-09spice: client: gl: fix glx support.Izik Eidus1-2/+14
2009-11-09spice client: remove timer interface from platform - use Application (via Pro...Yonit Halperin1-76/+34
2009-11-09spice client: Transfer all channels run loop from EventsLoop class to Process...Yonit Halperin1-4/+4
2009-11-09spice client: creating a general process loop.Yonit Halperin1-7/+8
2009-10-26fix build on DebianYaniv Kamay1-4/+1
2009-10-25spice: move create and destroy of the canvas to new placeIzik Eidus1-3/+2
2009-10-14fresh startYaniv Kamay1-0/+1483