summaryrefslogtreecommitdiffstats
path: root/client/display_channel.cpp
Commit message (Expand)AuthorAgeFilesLines
* client: Advertise A8_SURFACE capabilitySøren Sandmann Pedersen2012-09-061-0/+1
* Add support for Composite command to the clientSøren Sandmann Pedersen2012-08-241-0/+13
* Update the spice-common submoduleYonit Halperin2012-05-031-2/+4
* Use the spice-common submoduleMarc-André Lureau2012-03-251-1/+0
* Remove trailing whitespace from end of linesDaniel P. Berrange2012-01-131-1/+1
* Remove trailing blank linesDaniel P. Berrange2012-01-131-1/+0
* client: display channel - destroy all surfaces on disconnectYonit Halperin2011-11-021-6/+12
* client: display channel migrationYonit Halperin2011-11-021-13/+144
* client: rewrite surfaces cacheYonit Halperin2011-11-021-97/+52
* client: don't crash when booting a Xinerama setupChristophe Fergeau2011-09-191-4/+6
* client: fix flipped video in Linux guest on windows client, RHBZ #667689Yonit Halperin2011-05-191-3/+5
* s/USE_OGL/USE_OPENGLChristophe Fergeau2011-05-031-20/+20
* add #include <config.h> to all source filesChristophe Fergeau2011-05-031-0/+3
* opengl: fix compilationChristophe Fergeau2011-03-231-3/+0
* client/display_channel: gcc 4.6.0 unused fixesAlon Levy2011-01-251-6/+12
* mingw32 build: fix signed/unsigned warnings as errorsAlon Levy2010-12-081-1/+1
* spicec: Don't show a white screen if guest resolution does not fit fullscreenHans de Goede2010-11-251-1/+1
* Swap red and blue when decoding 0.4 mjpeg streamsAlexander Larsson2010-07-201-1/+1
* Don't send padding over the network with video dataAlexander Larsson2010-07-201-5/+4
* Update client and protocol to support the new SpiceClipRectsAlexander Larsson2010-06-301-3/+2
* detaching the screen when the primary surface is destoryed and closing the wi...Yonit Halperin2010-06-291-10/+15
* Remove support for clip by pathAlexander Larsson2010-06-241-1/+1
* Fix screen resolution changes on old serversAlexander Larsson2010-06-231-5/+5
* Implement display_mode message needed for backwards compatAlexander Larsson2010-06-221-0/+12
* Convert client to use indirect calls for message marshallingAlexander Larsson2010-06-221-2/+1
* Switch client to use generated marshallersAlexander Larsson2010-06-181-6/+8
* Client: Use the autogenerated demarshallersAlexander Larsson2010-06-181-86/+54
* client: Only invalidate on screen if drawing to the primary surfaceAlexander Larsson2010-06-091-2/+6
* Fix some misspelled identifiersAlexander Larsson2010-05-211-9/+9
* Fix spelling errors in comments and stringsAlexander Larsson2010-05-211-2/+2
* Remove all mentions of "cairo" from the codeAlexander Larsson2010-05-031-5/+5
* Make each surface its own depth/formatAlexander Larsson2010-04-231-20/+22
* Make client canvas and pixmaps handle more formats and simplifyAlexander Larsson2010-04-231-15/+14
* Add emacs modelines to more filesAlexander Larsson2010-04-231-0/+1
* Relicense everything from GPL to LGPL 2.1+Alexander Larsson2010-04-131-9/+9
* Remove leftover AutoVStreamInit classAlexander Larsson2010-04-081-10/+0
* Initialize _kill_mark so we don't get spurious valgrind warningsAlexander Larsson2010-04-081-0/+1
* Use libjpeg to decode mjpegs, not ffmpegAlexander Larsson2010-04-081-151/+24
* libspice: add off screens supportIzik Eidus2010-04-031-87/+255
* spice server: surface create/destroy protocol supportIzik Eidus2010-04-031-42/+102
* spice: client: fix handling of top down images in video streamsAlon Levy2010-03-241-9/+5
* Define GL_GLEXT_PROTOTYPES in CFLAGS not in random places in the sourceAlexander Larsson2010-03-101-2/+0
* Rename symbols that were changed in spice-protocolAlexander Larsson2010-02-041-125/+125
* client: move visibility change logic from screen to appYaniv Kamay2009-12-281-17/+1
* client: improve screen resizingYaniv Kamay2009-12-281-2/+29
* client: interactive screen layerYaniv Kamay2009-11-301-4/+208
* spice: client: gl: fix glx support.Izik Eidus2009-11-091-2/+14
* spice client: remove timer interface from platform - use Application (via Pro...Yonit Halperin2009-11-091-76/+34
* spice client: Transfer all channels run loop from EventsLoop class to Process...Yonit Halperin2009-11-091-4/+4
* spice client: creating a general process loop.Yonit Halperin2009-11-091-7/+8