summaryrefslogtreecommitdiffstats
path: root/client/windows
Commit message (Expand)AuthorAgeFilesLines
* client: add clipboard supportArnon Gilboa2010-07-191-0/+90
* fix typo DisplayModeListner -> DisplayModeListenerAlon Levy2010-07-191-1/+1
* Disable tunnel by default on windowsAlexander Larsson2010-07-081-8/+0
* Make distcheck workAlexander Larsson2010-07-081-0/+39
* Make CEGUI optionalAlon Levy2010-07-011-2/+2
* client: add --include "common.h" for generated marshallersYonit Halperin2010-06-292-2/+2
* Replace log4cpp with custom log functionAlexander Larsson2010-06-283-5/+6
* Make pointers 32bit in new protocol formatAlexander Larsson2010-06-231-2/+2
* Generate marshaller/demarshallers for old protocolAlexander Larsson2010-06-223-12/+42
* applying zlib compression over glz on WAN connectionYonit Halperin2010-06-211-2/+10
* Make opengl optional, disabled by defaultAlexander Larsson2010-06-211-8/+0
* Make generated marshallers build on win32Alexander Larsson2010-06-182-8/+23
* Generate demarshalling code on win32 tooAlexander Larsson2010-06-181-13/+50
* Client: Use the autogenerated demarshallersAlexander Larsson2010-06-181-2/+2
* JPEG support: introducing jpeg encoding for spice bitmapsYonit Halperin2010-06-091-0/+8
* Remove all mentions of "cairo" from the codeAlexander Larsson2010-05-032-10/+10
* client: Report window format right for win32Alexander Larsson2010-04-292-4/+14
* client: Support 16bpp pixmaps on win32Alexander Larsson2010-04-292-6/+33
* Fix up win32 client with recent changesAlexander Larsson2010-04-232-1/+10
* Client: Support pixmap format conversion in copy_pixelsAlexander Larsson2010-04-231-1/+1
* Move RedPixmap::Format to RedDrawable::FormatAlexander Larsson2010-04-233-9/+9
* Make client canvas and pixmaps handle more formats and simplifyAlexander Larsson2010-04-233-29/+20
* Add emacs modelines to more filesAlexander Larsson2010-04-232-0/+2
* Relicense everything from GPL to LGPL 2.1+Alexander Larsson2010-04-1323-207/+207
* Use upstream name for pthreads lib and new freetype versionAlexander Larsson2010-04-121-2/+2
* spice: win32 client: fix gdi lockingIzik Eidus2010-04-094-11/+11
* Use libjpeg to decode mjpegs, not ffmpegAlexander Larsson2010-04-081-4/+12
* Update project file to visual studio 2008Alexander Larsson2010-04-082-9/+8
* New memory allocators that exit on OOM and handle multiplication overflowAlexander Larsson2010-03-111-0/+4
* Use macros from <spice/macros.h> rather than duplicate themAlexander Larsson2010-03-091-1/+1
* Fix up win32 build reference to pixman_utils.cppAlexander Larsson2010-03-051-1/+1
* Update visual studio project for pixman changesLarsson@.(none)2010-03-011-4/+12
* Remove no longer needed CAIRO_CANVAS_CACH_IS_SHARED define and codeAlexander Larsson2010-02-231-2/+2
* Use the new header namesAlexander Larsson2010-02-041-1/+1
* Rename symbols that were changed in spice-protocolAlexander Larsson2010-02-044-51/+51
* client: add Platform::term_printfYaniv Kamay2010-01-112-26/+66
* client: move log file to spicec appdata dirYaniv Kamay2010-01-111-6/+11
* server,client: server authentication for secured channels.Yonit Halperin2010-01-111-0/+19
* spice: menu additonsArnon Gilboa2010-01-071-4/+12
* spice: add missing breakArnon Gilboa2010-01-061-0/+1
* client: use spice icon instead-of solidice iconYaniv Kamay2010-01-044-2/+2
* spice: position mouse in primary monitor center after full screen toggleArnon Gilboa2009-12-303-10/+29
* spice: on_activate_screen generates on_key_down for any modifier pressedArnon Gilboa2009-12-301-33/+17
* client: remove splash imageYaniv Kamay2009-12-284-7/+1
* client: add GUI infrastructure + functional login dialogYaniv Kamay2009-12-282-0/+21
* client: add soft renderer and ceguiYaniv Kamay2009-12-281-6/+22
* win client: change avcodec version to 51Yaniv Kamay2009-12-241-2/+2
* client: new static title imageYaniv Kamay2009-12-231-0/+0
* client: KeyHandler now receive unicode char event in addition to RedKey eventsYaniv Kamay2009-11-301-0/+53
* client: interactive screen layerYaniv Kamay2009-11-301-20/+29