summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* server: print subtype when adding CHAR_DEVICE interfacesAlon Levy2010-12-061-1/+1
* server: add static to spice_server_char_device_add_interfaceAlon Levy2010-12-061-1/+1
* spice codegen: fix copy-o, no such variable valueAlon Levy2010-12-061-1/+1
* server: fix print text on vdagent interface additionAlon Levy2010-12-061-1/+1
* server: add char_device.h header, use in reds.cAlon Levy2010-12-062-4/+12
* spice-experimental.h: add multiple include protectionAlon Levy2010-12-061-1/+7
* server/vdi_port (virtserial): always read dataAlon Levy2010-12-061-6/+13
* server: add char_device.h to Makefile.am for make distAlon Levy2010-12-021-0/+1
* server/tests: add test_display_no_sslAlon Levy2010-11-304-50/+588
* server/tests: Makefile.am fixesAlon Levy2010-11-301-2/+2
* add .gitignore for testsAlon Levy2010-11-302-0/+5
* spicec: Don't show a white screen if guest resolution does not fit fullscreenHans de Goede2010-11-254-2/+34
* spicec: fix ASSERT to accept size == 0Arnon Gilboa2010-11-241-1/+1
* spicec-win: add image copy-paste supportArnon Gilboa2010-11-242-69/+151
* spicec-x11: Fix unhandled exception: no window proc crash (rhbz#655836)Hans de Goede2010-11-231-1/+9
* spicec-x11: Fix modifier keys getting stuck (rhbz#655048)Hans de Goede2010-11-221-0/+10
* spicec-x11: Add a few missing XLockDisplay calls (rhbz#654265)Hans de Goede2010-11-171-0/+6
* spicec: Don't show gui when connection info is specified on the cmdlineHans de Goede2010-11-091-6/+4
* spicec: Remove empty show / hide gui functionsHans de Goede2010-11-092-4/+4
* spicec: Fix info layer sometimes not showingHans de Goede2010-11-091-0/+1
* server/reds: zap unsetting of QEMU_AUDIO_DRVAlon Levy2010-11-081-1/+0
* gitignore: add generated_*, vim temps, pycAlon Levy2010-11-083-0/+9
* reds: remove needless buffer in InputsStateAlon Levy2010-11-081-3/+0
* server: tests: add basic tests with working do nothing serverAlon Levy2010-11-089-0/+294
* spicec-win: ignore MSVCRT.lib in x86 buildArnon Gilboa2010-11-081-2/+3
* spicec: Make cegui log to <app_data_dir>/cegui.logHans de Goede2010-11-051-1/+8
* spicec-x11: Listen for selection owner window destroy / close events tooHans de Goede2010-10-281-3/+15
* client: add verbose link error messagesAlon Levy2010-10-251-1/+19
* spicec-tests: add controller_test (v2)Arnon Gilboa2010-10-254-0/+424
* spicec-win: remove redundent strdup & buggy freeArnon Gilboa2010-10-251-5/+4
* controller: Make menu text utf-8Hans de Goede2010-10-252-22/+19
* spicec-x11: Do not set _NET_WM_USER_TIME to 0 on startupHans de Goede2010-10-252-5/+7
* 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-214-42/+0
* client: Interpret the title control message as utf8 instead of unicode16Hans de Goede2010-10-219-23/+19
* spicec-x11: Change source of controller socket name, fixing CVE-2010-2792Hans de Goede2010-10-211-4/+8
* Release 0.6.30.6.3Hans de Goede2010-10-183-3/+8
* Make the gui use Application::hide_gui rather then hide_meHans de Goede2010-10-183-5/+3
* Bump version to 0.6.20.6.2Hans de Goede2010-10-182-2/+2
* Update NEWS for 0.6.2 releaseHans de Goede2010-10-181-0/+10
* spicec-x11: Fix window management under KDEHans de Goede2010-10-182-0/+13
* client: change monitor mode setting <-> fullscreen window mode setting orderHans de Goede2010-10-181-2/+2
* spicec-x11: Change WmSizeHints in fullscreen modeHans de Goede2010-10-182-21/+38
* spicec-x11: Add missing XLockDisplay around XRRSet* callsHans de Goede2010-10-181-0/+10
* client: Do not try to send display_config until we've received the agent capsHans de Goede2010-10-181-9/+4
* spicec: add controllerArnon Gilboa2010-10-187-31/+700
* spicec: add foreign menuArnon Gilboa2010-10-187-10/+574