summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* Replace log4cpp with custom log functionAlexander Larsson2010-06-289-65/+102
* Fix build error due to member "SpiceMsgEmpty" same name as typeAlexander Larsson2010-06-281-2/+2
* Remove support for clip by pathAlexander Larsson2010-06-241-1/+1
* Make pointers 32bit in new protocol formatAlexander Larsson2010-06-232-4/+4
* Fix version mismatch error on connectAlexander Larsson2010-06-232-7/+15
* Fix screen resolution changes on old serversAlexander Larsson2010-06-231-5/+5
* client: Support connecting to a major==1 serverAlexander Larsson2010-06-225-28/+104
* Implement display_mode message needed for backwards compatAlexander Larsson2010-06-221-0/+12
* Generate marshaller/demarshallers for old protocolAlexander Larsson2010-06-227-13/+55
* Add more emacs mode headersAlexander Larsson2010-06-222-0/+2
* Convert client to use indirect calls for message marshallingAlexander Larsson2010-06-2211-52/+113
* Add destructor for demarshalled messagesAlexander Larsson2010-06-222-5/+8
* applying zlib compression over glz on WAN connectionYonit Halperin2010-06-219-6/+125
* Make opengl optional, disabled by defaultAlexander Larsson2010-06-2113-49/+122
* Make generated marshallers build on win32Alexander Larsson2010-06-182-8/+23
* Make sound data @as_ptr to avoid copying dataAlexander Larsson2010-06-181-4/+4
* Make cursor data @as_ptr to avoid copying dataAlexander Larsson2010-06-182-5/+5
* Make all message structs internal to spiceAlexander Larsson2010-06-184-5/+5
* Switch client to use generated marshallersAlexander Larsson2010-06-1810-167/+219
* Generate and link marshallers into clientAlexander Larsson2010-06-183-1/+37
* Generate demarshalling code on win32 tooAlexander Larsson2010-06-181-13/+50
* Client: Use the autogenerated demarshallersAlexander Larsson2010-06-1815-353/+235
* Generate demarshallers in clientAlexander Larsson2010-06-181-2/+11
* Use the correctly spelled enum values from the new generated enumsAlexander Larsson2010-06-182-2/+2
* Use the new enums for keyboard modifier flagsAlexander Larsson2010-06-181-3/+3
* support for lossy images in the pixmap cache and fill bitsYonit Halperin2010-06-093-5/+99
* JPEG support: introducing jpeg encoding for spice bitmapsYonit Halperin2010-06-0911-5/+264
* client: Only invalidate on screen if drawing to the primary surfaceAlexander Larsson2010-06-091-2/+6
* Fix some misspelled identifiersAlexander Larsson2010-05-213-15/+15
* Fix spelling errors in comments and stringsAlexander Larsson2010-05-2115-31/+31
* Revert "[debug] migration troubleshooting"Gerd Hoffmann2010-05-191-1/+1
* [debug] migration troubleshootingGerd Hoffmann2010-05-191-1/+1
* 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