summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-10-28spicec-x11: Listen for selection owner window destroy / close events toomasterHans de Goede1-3/+15
2010-10-25client: add verbose link error messagesAlon Levy1-1/+19
2010-10-25spicec-tests: add controller_test (v2)Arnon Gilboa4-0/+424
2010-10-25spicec-win: remove redundent strdup & buggy freeArnon Gilboa1-5/+4
2010-10-25controller: Make menu text utf-8Hans de Goede2-22/+19
2010-10-25spicec-x11: Do not set _NET_WM_USER_TIME to 0 on startupHans de Goede2-5/+7
2010-10-25spicec-win: add x64 to vcproj & sln (v2)Arnon Gilboa2-0/+242
2010-10-25spicec-win: map title string from utf8 to utf16Arnon Gilboa1-1/+8
2010-10-24spicec-win: add #ifndef _WIN64 for u/intptr_t typedefsArnon Gilboa1-1/+3
2010-10-24spicec-win: Replace Set/GetWindowLong to LongPtr for x64 competabilityArnon Gilboa1-5/+5
2010-10-21Remove no longer used wstring_printf functionsHans de Goede4-42/+0
2010-10-21client: Interpret the title control message as utf8 instead of unicode16Hans de Goede9-23/+19
2010-10-21spicec-x11: Change source of controller socket name, fixing CVE-2010-2792Hans de Goede1-4/+8
2010-10-18Release 0.6.3Hans de Goede3-3/+8
2010-10-18Make the gui use Application::hide_gui rather then hide_meHans de Goede3-5/+3
2010-10-18Bump version to 0.6.2Hans de Goede2-2/+2
2010-10-18Update NEWS for 0.6.2 releaseHans de Goede1-0/+10
2010-10-18spicec-x11: Fix window management under KDEHans de Goede2-0/+13
2010-10-18client: change monitor mode setting <-> fullscreen window mode setting orderHans de Goede1-2/+2
2010-10-18spicec-x11: Change WmSizeHints in fullscreen modeHans de Goede2-21/+38
2010-10-18spicec-x11: Add missing XLockDisplay around XRRSet* callsHans de Goede1-0/+10
2010-10-18client: Do not try to send display_config until we've received the agent capsHans de Goede1-9/+4
2010-10-18spicec: add controllerArnon Gilboa7-31/+700
2010-10-18spicec: add foreign menuArnon Gilboa7-10/+574
2010-10-17spicec-win: move named_pipe definesArnon Gilboa2-3/+4
2010-10-17spicec-win: fix menu id push to free_sys_menu_idArnon Gilboa1-1/+1
2010-10-17spicec: enable multiple CmdLineParser instantiationsArnon Gilboa1-0/+5
2010-10-17spicec: name host paramArnon Gilboa1-1/+1
2010-10-17spicec: add ProcessLoop::on_start_running()Arnon Gilboa2-1/+2
2010-10-17spicec: extract RedScreen::update_menu()Arnon Gilboa2-2/+8
2010-10-17spicec: add menu id & find_sub()Arnon Gilboa2-2/+21
2010-10-16server: remove useless agent send_tokensHans de Goede1-32/+5
2010-10-15Call read_from_vdi_port() from vdi_read_buf_release()Hans de Goede1-2/+12
2010-10-15server: always call read_from_vdi_port() in a while loopHans de Goede1-2/+6
2010-10-15Don't crash when a client disconnects while there were pending writesHans de Goede1-1/+1
2010-10-15spicec-x11: add support for image copy and pasteHans de Goede1-56/+70
2010-10-12Replace epoll with select in X clientAlexander Larsson2-218/+97
2010-10-12server: add channel notifications.Gerd Hoffmann3-4/+48
2010-10-11spicec-x11: Put locks around xlib calls which wait for a replyHans de Goede4-44/+314
2010-10-11spice-win: handle multiple types on clipboard grab send & receiveArnon Gilboa1-19/+36
2010-10-11spice-win: remove clipboard_changer hackArnon Gilboa1-9/+2
2010-10-11spice-win: handle type VD_AGENT_CLIPBOARD_NONE in Platform::on_clipboard_noti...Arnon Gilboa1-1/+10
2010-10-11spice-win: remove windows-specific bitmap cut & paste supportArnon Gilboa1-17/+0
2010-10-09spicec: Do not try to do accounting of pci memoryHans de Goede3-40/+4
2010-10-06spicec: only send display-config if the agent can handle itHans de Goede1-2/+3
2010-10-06spicec-x11: Drop annoying useless warningHans de Goede1-1/+0
2010-10-06spicec: don't send agent messages directly from ClipboardListener callbacksHans de Goede2-6/+59
2010-10-06spicec-x11: Remove a race window in selection ownership release codeHans de Goede1-0/+8
2010-10-06spicec: Move setting of clipboard_owner to guest to platform codeHans de Goede4-3/+17
2010-10-04spicec-x11: make get_clipboard_type handle the None AtomHans de Goede1-0/+3