summaryrefslogtreecommitdiffstats
path: root/client/windows
Commit message (Expand)AuthorAgeFilesLines
* Fix typo: seperator -> separatorLiang Guo2011-08-021-3/+3
* client: fix for redundant shift+f11 RHBZ #674532Yonit Halperin2011-06-141-10/+19
* client/windows: enable image randomization (ASLR) rhbz#701111Arnon Gilboa2011-05-301-2/+2
* client/windows: remove slash from x64 build dirArnon Gilboa2011-05-301-4/+4
* client/windows: remove precompiled header for common.h (fix broken windows de...Arnon Gilboa2011-05-221-4/+4
* client/windows: undef SIZE_MAX in stdint.hArnon Gilboa2011-05-121-1/+1
* client/windows: add common\ssl_verify.c/h to projectArnon Gilboa2011-05-121-2/+10
* client/windows: inc version to 0,9,0,0Arnon Gilboa2011-05-121-4/+4
* client/windows: init PACKAGE_VERSIONArnon Gilboa2011-05-121-3/+3
* common: add windows.h where required, make gdi_handlers staticMarc-André Lureau2011-05-031-1/+0
* win32: remove obsolete preprocessor #definesChristophe Fergeau2011-05-031-4/+4
* s/USE_OGL/USE_OPENGLChristophe Fergeau2011-05-032-3/+3
* add #include <config.h> to all source filesChristophe Fergeau2011-05-0314-0/+42
* autotools: correctly build canvas-related codeChristophe Fergeau2011-05-031-8/+0
* autotools: refactor the whole build machineryChristophe Fergeau2011-05-031-236/+0
* client: remove c++ wrappersChristophe Fergeau2011-05-022-24/+24
* configure.ac: fix make distChristophe Fergeau2011-05-021-2/+1
* client/windows: cleanup vcproj based on updated libsArnon Gilboa2011-03-081-8/+8
* client/windows: use SPICE_PROTOCOL_DIR in project include dirsArnon Gilboa2011-02-131-4/+4
* Drop static_title.bmp from windows/Makefile.amHans de Goede2011-02-111-1/+0
* client/windows: don't allocate console unless requiredAlon Levy2011-01-271-9/+27
* spicec: Remove spice-client watermark (rhbz#662450)Hans de Goede2010-12-164-6/+0
* mingw32 build: check for CXImage, disable if not found (only on mingw32)Alon Levy2010-12-082-0/+16
* mingw32 build: various fixesAlon Levy2010-12-081-1/+1
* mingw32 build: fix two functionsAlon Levy2010-12-081-5/+0
* mingw32 build: add missing switch flags (nop)Alon Levy2010-12-082-1/+9
* mingw32 build: eol fixesAlon Levy2010-12-081-11/+11
* mingw32 build: windows/Makefile.am: double NULL definitionAlon Levy2010-12-081-1/+0
* mingw32 build: missing linked files for spicec.exeAlon Levy2010-12-081-0/+4
* mingw32 build: remove unused, initialize uninitialized, reorder constructor i...Alon Levy2010-12-083-7/+6
* mingw32 build: fix assignement as condition warningAlon Levy2010-12-081-1/+1
* mingw32 build: fix signed/unsigned warnings as errorsAlon Levy2010-12-081-6/+6
* mingw32 build: fix various warningsAlon Levy2010-12-083-7/+7
* mingw32 build: fix build errorsGerd Hoffmann2010-12-081-1/+2
* mingw32 build: add client/windows/Makefile, tweak configureGerd Hoffmann2010-12-071-0/+195
* spicec-win: add image copy-paste supportArnon Gilboa2010-11-242-69/+151
* spicec-win: ignore MSVCRT.lib in x86 buildArnon Gilboa2010-11-081-2/+3
* spicec-win: add x64 to vcproj & sln (v2)Arnon Gilboa2010-10-252-0/+242
* spicec-win: map title string from utf8 to utf16Arnon Gilboa2010-10-251-1/+8
* spicec-win: add #ifndef _WIN64 for u/intptr_t typedefsArnon Gilboa2010-10-241-1/+3
* spicec-win: Replace Set/GetWindowLong to LongPtr for x64 competabilityArnon Gilboa2010-10-241-5/+5
* Remove no longer used wstring_printf functionsHans de Goede2010-10-211-14/+0
* client: Interpret the title control message as utf8 instead of unicode16Hans de Goede2010-10-211-1/+1
* spicec: add controllerArnon Gilboa2010-10-181-0/+8
* spicec: add foreign menuArnon Gilboa2010-10-181-5/+13
* spicec-win: move named_pipe definesArnon Gilboa2010-10-172-3/+4
* spicec-win: fix menu id push to free_sys_menu_idArnon Gilboa2010-10-171-1/+1
* spice-win: handle multiple types on clipboard grab send & receiveArnon Gilboa2010-10-111-19/+36
* spice-win: remove clipboard_changer hackArnon Gilboa2010-10-111-9/+2
* spice-win: handle type VD_AGENT_CLIPBOARD_NONE in Platform::on_clipboard_noti...Arnon Gilboa2010-10-111-1/+10