Searched refs:clipboard (Results 1 – 19 of 19) sorted by relevance
10 ui/vnc-clipboard: fix integer underflow in vnc_client_cut_text_ext20 ("ui/vnc: clipboard support")51 + " in extended clipboard pseudo-encoding.");
387 XSetSelectionOwner(xpbproxy_dpy, atoms->clipboard,451 "A clipboard manager using window 0x%lx already owns the clipboard selection. "452 "pbproxy will not sync clipboard to pasteboard.\n", owner);486 if (e->selection == atoms->clipboard) {493 /* Claim the clipboard contents from the new owner. */502 ErrorF("Another clipboard manager was started! "503 "xpbproxy is disabling syncing with clipboard.\n");510 * We greedily acquire the clipboard after it changes, and on startup.521 owner = XGetSelectionOwner(xpbproxy_dpy, atoms->clipboard);527 DebugF("No clipboard owner.\n");[all …]
50 Atom primary, clipboard, text, utf8_string, string, targets, multiple, member
57 let clipboard = new Clipboard('.btn'); variable63 clipboard.on('success', function(e) {
1 DESCRIPTION = "A cross-platform clipboard module for Python. (only handles plain text for now)"
1 SUMMARY = "Clipman is a clipboard manager for Xfce"
54 pygame module for clipboard support (X11 needed)
293 QUrl url(QApplication::clipboard()->text(QClipboard::Selection)); in mouseReleaseEvent()
720 QClipboard *clipboard = QApplication::clipboard(); in copy() local721 clipboard->setText(url); in copy()
665 QUrl url(QApplication::clipboard()->text(QClipboard::Selection)); in mouseReleaseEvent()
170 'clipboard.c',
95 - assign content of clipboard to TenantToken
5 …8px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-posit…
7 …8px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-posit…
3913 QApplication.clipboard().setText(text)4021 QApplication.clipboard().setText(text)4062 …Action('Copy "' + text + '"', "Copy to clipboard", lambda: QApplication.clipboard().setText(text),…
28300 xwin: Use WM_CLIPBOARDUPDATE clipboard API28302 Windows Vista and later have a saner clipboard API where the clipboard39469 hw/xwin: Don't allocate one wchar_t too much for unicode text placed on the Windows clipboard39483 hw/xwin: Fix hang on shutdown when we own the clipboard.39485 If we are the clipboard owner when we are shutdown, we recieve a39486 WM_RENDERALLFORMATS, to render the clipboard, so it's contents will remain39488 anything useful with, as the server is waiting for the clipboard thread to exit,39489 and so can't process requests to convert clipboard contents.39495 completely: first synchronously stop the clipboard, then stop the X server)39498 clipboard formats have changed (as ones which haven't been rendered are now[all …]
9198 xapp_x{biff,calc,clipboard,clock,cmsdb,cursorgen,dbedizzy,ditview},
1#!/bin/sh 2# Use this script to patch ncurses 6.1 to 6.1 ( ...