summaryrefslogtreecommitdiff
path: root/client
AgeCommit message (Expand)AuthorFilesLines
2010-07-08Disable tunnel by default on windowsAlexander Larsson1-8/+0
2010-07-08Make tunnel support optional in client tooAlexander Larsson2-3/+16
2010-07-08Make distcheck workAlexander Larsson4-3/+73
2010-07-08Fix various misspellingsAlexander Larsson8-42/+42
2010-07-08Fix inclusion of common files, no need for common/ partAlexander Larsson2-2/+2
2010-07-08Remove unused method declarationsAlexander Larsson1-5/+0
2010-07-08Move in spice/draw.h from spice-protocol to common/Alexander Larsson3-5/+2
2010-07-01Make CEGUI optionalAlon Levy6-43/+122
2010-07-01client: Use ASSERT, not assertAlexander Larsson1-1/+1
2010-06-30Update client and protocol to support the new SpiceClipRectsAlexander Larsson1-3/+2
2010-06-29client: add --include "common.h" for generated marshallersYonit Halperin3-4/+4
2010-06-29fixed unhandled destroy screen in Application:restore_screens_sizeYonit Halperin1-1/+1
2010-06-29detaching the screen when the primary surface is destoryed and closing the wi...Yonit Halperin2-10/+16
2010-06-28Replace log4cpp with custom log functionAlexander Larsson9-65/+102
2010-06-28Fix build error due to member "SpiceMsgEmpty" same name as typeAlexander Larsson1-2/+2
2010-06-24Remove support for clip by pathAlexander Larsson1-1/+1
2010-06-23Make pointers 32bit in new protocol formatAlexander Larsson2-4/+4
2010-06-23Fix version mismatch error on connectAlexander Larsson2-7/+15
2010-06-23Fix screen resolution changes on old serversAlexander Larsson1-5/+5
2010-06-22client: Support connecting to a major==1 serverAlexander Larsson5-28/+104
2010-06-22Implement display_mode message needed for backwards compatAlexander Larsson1-0/+12
2010-06-22Generate marshaller/demarshallers for old protocolAlexander Larsson7-13/+55
2010-06-22Add more emacs mode headersAlexander Larsson2-0/+2
2010-06-22Convert client to use indirect calls for message marshallingAlexander Larsson11-52/+113
2010-06-22Add destructor for demarshalled messagesAlexander Larsson2-5/+8
2010-06-21applying zlib compression over glz on WAN connectionYonit Halperin9-6/+125
2010-06-21Make opengl optional, disabled by defaultAlexander Larsson13-49/+122
2010-06-18Make generated marshallers build on win32Alexander Larsson2-8/+23
2010-06-18Make sound data @as_ptr to avoid copying dataAlexander Larsson1-4/+4
2010-06-18Make cursor data @as_ptr to avoid copying dataAlexander Larsson2-5/+5
2010-06-18Make all message structs internal to spiceAlexander Larsson4-5/+5
2010-06-18Switch client to use generated marshallersAlexander Larsson10-167/+219
2010-06-18Generate and link marshallers into clientAlexander Larsson3-1/+37
2010-06-18Generate demarshalling code on win32 tooAlexander Larsson1-13/+50
2010-06-18Client: Use the autogenerated demarshallersAlexander Larsson15-353/+235
2010-06-18Generate demarshallers in clientAlexander Larsson1-2/+11
2010-06-18Use the correctly spelled enum values from the new generated enumsAlexander Larsson2-2/+2
2010-06-18Use the new enums for keyboard modifier flagsAlexander Larsson1-3/+3
2010-06-09support for lossy images in the pixmap cache and fill bitsYonit Halperin3-5/+99
2010-06-09JPEG support: introducing jpeg encoding for spice bitmapsYonit Halperin11-5/+264
2010-06-09client: Only invalidate on screen if drawing to the primary surfaceAlexander Larsson1-2/+6
2010-05-21Fix some misspelled identifiersAlexander Larsson3-15/+15
2010-05-21Fix spelling errors in comments and stringsAlexander Larsson15-31/+31
2010-05-19Revert "[debug] migration troubleshooting"Gerd Hoffmann1-1/+1
2010-05-19[debug] migration troubleshootingGerd Hoffmann1-1/+1
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