summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* client: Advertise A8_SURFACE capabilitySøren Sandmann Pedersen2012-09-061-0/+1
* client: fix missing stdarg.h includeYann E. MORIN2012-08-271-0/+1
* seamless-migration: update spice-common submoduleYonit Halperin2012-08-271-9/+9
* Add support for Composite command to the clientSøren Sandmann Pedersen2012-08-244-0/+22
* Update the spice-common submoduleYonit Halperin2012-05-031-2/+4
* Ensure __STDC_FORMAT_MACROS is always defined firstDaniel P. Berrange2012-04-261-1/+0
* Add some more 'noreturn' annotationsDaniel P. Berrange2012-04-255-7/+5
* Fix printf format specifiers for i686 hostsDaniel P. Berrange2012-04-253-5/+5
* Add missing struct field initializersDaniel P. Berrange2012-04-251-5/+5
* Enable many more compiler warningsDaniel P. Berrange2012-04-251-1/+1
* Fix broken -I../common to be -I../spice-common in clientDaniel P. Berrange2012-04-251-1/+1
* Mark functions which never return controlDaniel P. Berrange2012-04-251-1/+1
* Fix multiple printf format problemsDaniel P. Berrange2012-04-257-9/+7
* update visual studio project fileAric Stewart2012-04-181-36/+36
* client/windows/redc.vcproj: switch to unix EOL (dos2unix)Alon Levy2012-04-181-1001/+1001
* Update win32 generate(1).bat files to match modern usageAric Stewart2012-04-182-4/+4
* we do not need afxres.h included in redc.rcAric Stewart2012-04-181-1/+1
* Copy getopt.h from old common/win/my_getopt-1.5/my_getoptAric Stewart2012-04-171-0/+56
* update windows client generate.bat and generate1.batAric Stewart2012-04-172-4/+4
* Replace sprintf with snprintf useChristophe Fergeau2012-04-021-1/+1
* Copy common/win/my_getopt-1.5/my_getopt client/windowsMarc-André Lureau2012-03-252-21/+352
* Use the spice-common submoduleMarc-André Lureau2012-03-2535-203/+118
* Don't truncate SPICE_FOREIGN_MENU_SOCKETChristophe Fergeau2012-03-201-5/+8
* Don't limit spice controller socket name to 50 charsChristophe Fergeau2012-03-201-6/+4
* Remove unused Canvas membersChristophe Fergeau2012-03-204-8/+0
* Use SPICE_FOREIGN_MENU_SOCKET if it's availableMarc-André Lureau2012-03-052-2/+8
* mingw: fix signed/unsigned comparison warningsChristophe Fergeau2012-03-043-3/+3
* mingw: add workaround for _ftime_s issue on mingwChristophe Fergeau2012-03-041-0/+7
* mingw: #ifdef unneeded #define in common.hChristophe Fergeau2012-03-041-0/+2
* mingw: use uintptr_t when converting a pointer to an intChristophe Fergeau2012-03-042-2/+2
* client/windows: fix SetClipboardViewer error handling rhbz#786554Arnon Gilboa2012-03-011-3/+4
* client X11: support volume keys when evdev is in useYonit Halperin2012-03-011-0/+6
* client: keyboard - add mapping for volume keysYonit Halperin2012-03-012-0/+6
* Fix compilation when smartcard support is disabledChristophe Fergeau2012-02-294-0/+8
* controller_test: add READMEAlon Levy2012-02-281-0/+10
* client controller_test: reorder parameters since pid isn't needed for linux c...Alon Levy2012-02-281-3/+3
* client: handle CONTROLLER_ENABLE_SMARTCARD (rhbz 641828)Alon Levy2012-02-284-1/+11
* controller_test: add ENABLE_SMARTCARDAlon Levy2012-02-281-0/+4
* Handle Application::set_hotkeys failureChristophe Fergeau2012-02-032-17/+30
* Don't use "hw:0,0" for recording with alsaChristophe Fergeau2012-01-311-1/+1
* More comparison between signed and unsigned integer expressions warning fixesHans de Goede2012-01-232-3/+2
* Fix various comparison between signed and unsigned integer expressions warningsHans de Goede2012-01-234-9/+9
* Remove epoll headers from client codeDan McGee2012-01-232-2/+0
* Update .gitignore with a few more generated filesDan McGee2012-01-232-0/+2
* client/foreign_menu: arm build fixAlon Levy2012-01-221-1/+1
* Remove trailing whitespace from end of linesDaniel P. Berrange2012-01-139-20/+20
* Remove trailing blank linesDaniel P. Berrange2012-01-13126-128/+1
* Death to all TABsDaniel P. Berrange2012-01-138-763/+763
* client/windows: fix several assigned but not used errorsAlon Levy2012-01-131-2/+1
* client/windows: arraysize(inf.bmiColors) == 1 in mingw32Alon Levy2012-01-132-0/+6