summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* spicec: enable multiple CmdLineParser instantiationsArnon Gilboa2010-10-171-0/+5
* spicec: name host paramArnon Gilboa2010-10-171-1/+1
* spicec: add ProcessLoop::on_start_running()Arnon Gilboa2010-10-172-1/+2
* spicec: extract RedScreen::update_menu()Arnon Gilboa2010-10-172-2/+8
* spicec: add menu id & find_sub()Arnon Gilboa2010-10-172-2/+21
* server: remove useless agent send_tokensHans de Goede2010-10-161-32/+5
* Call read_from_vdi_port() from vdi_read_buf_release()Hans de Goede2010-10-151-2/+12
* server: always call read_from_vdi_port() in a while loopHans de Goede2010-10-151-2/+6
* Don't crash when a client disconnects while there were pending writesHans de Goede2010-10-151-1/+1
* spicec-x11: add support for image copy and pasteHans de Goede2010-10-151-56/+70
* Replace epoll with select in X clientAlexander Larsson2010-10-122-218/+97
* server: add channel notifications.Gerd Hoffmann2010-10-123-4/+48
* spicec-x11: Put locks around xlib calls which wait for a replyHans de Goede2010-10-114-44/+314
* 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
* spice-win: remove windows-specific bitmap cut & paste supportArnon Gilboa2010-10-111-17/+0
* spicec: Do not try to do accounting of pci memoryHans de Goede2010-10-093-40/+4
* spicec: only send display-config if the agent can handle itHans de Goede2010-10-061-2/+3
* spicec-x11: Drop annoying useless warningHans de Goede2010-10-061-1/+0
* spicec: don't send agent messages directly from ClipboardListener callbacksHans de Goede2010-10-062-6/+59
* spicec-x11: Remove a race window in selection ownership release codeHans de Goede2010-10-061-0/+8
* spicec: Move setting of clipboard_owner to guest to platform codeHans de Goede2010-10-064-3/+17
* spicec-x11: make get_clipboard_type handle the None AtomHans de Goede2010-10-041-0/+3
* spicec-x11: protect against recursive incr propertiesHans de Goede2010-10-041-0/+4
* spicec-x11: If the clipboard was large return the memory to the systemHans de Goede2010-10-041-1/+8
* spicec-x11: use malloc / free / realloc for clipboard dataHans de Goede2010-10-041-19/+7
* spicec-x11: Use a queue for XSelectionRequest eventsHans de Goede2010-10-041-59/+119
* spicec-x11: handle multiple types per grabHans de Goede2010-10-041-55/+99
* spicec-x11: Add XFlush calls were neededHans de Goede2010-10-041-0/+10