summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* spicec-x11: Force processing of ownerchange event when releasing the cbHans de Goede2010-10-043-2/+15
* spicec-x11: Request targets from new clipboard ownerHans de Goede2010-10-041-123/+240
* spicec-x11: remove clipboard_changer hackHans de Goede2010-10-031-19/+21
* Keep track of clipboard ownershipHans de Goede2010-10-025-0/+73
* Rename platform clipboard handling functionsHans de Goede2010-10-024-16/+16
* Move checking for on demand clipboard cap closer to sending of agent messagesHans de Goede2010-10-021-8/+10
* Respond to clipb request with an unsupported type with data with a none typeHans de Goede2010-10-011-1/+1
* Change VD_AGENT_CLIPBOARD_GRAB to an array of typesHans de Goede2010-10-015-20/+34
* Call intern_atoms() earlierHans de Goede2010-10-011-2/+2
* Set clipboard_event before calling send_selection_notifyHans de Goede2010-10-011-1/+1
* wrap XGetAtomNameHans de Goede2010-10-011-1/+9
* client: support clipboard/selection-owner model (v2)Arnon Gilboa2010-10-018-265/+600
* client: Avoid crash if platform_win is NULLAlexander Larsson2010-09-291-2/+6
* client: Re-enable USE_XRANDR_1_2Alexander Larsson2010-09-291-1/+1
* client: Don't hardcode -lrtAlexander Larsson2010-09-291-2/+1
* client: Fall back to gettimeofday if clock_gettime not foundAlexander Larsson2010-09-292-1/+18
* client: Include config.h from common.hAlexander Larsson2010-09-295-10/+4
* client: Check for pthread yield function using autoconfAlexander Larsson2010-09-291-1/+1
* client: Include stdint.h for uint32_tAlexander Larsson2010-09-291-0/+2
* client: Don't use basename for argv[0] in --help outputAlexander Larsson2010-09-291-17/+1
* Fix warning from OSX compilerAlexander Larsson2010-09-291-4/+1
* spicec-x11: Fix going into a never ending loop upon xrandr event (#628573) (v2)Hans de Goede2010-09-091-0/+10
* client: add default agent capabilitiesAlon Levy2010-08-311-0/+11
* client: add announce_capabilitiesAlon Levy2010-08-312-4/+70
* client: Handle async errors from xshm setupAlexander Larsson2010-08-251-0/+28
* client: Don't leak xshm segmentsAlexander Larsson2010-08-241-0/+8
* Don't try xshm any more if it fails for a permanent reasonAlexander Larsson2010-08-241-0/+16
* client: Fix for clipboard sending; It wasn't thread safe.Yonit Halperin2010-08-232-5/+27
* client: fix - exit on bad display-effect argumentYonit Halperin2010-08-231-0/+2
* client: Application::get_screen: fix double SpicePoint size, second hiding th...Alon Levy2010-07-291-1/+1