Lines Matching refs:clipboard

28300     xwin: Use WM_CLIPBOARDUPDATE clipboard API
28302 Windows Vista and later have a saner clipboard API where the clipboard
39469 hw/xwin: Don't allocate one wchar_t too much for unicode text placed on the Windows clipboard
39483 hw/xwin: Fix hang on shutdown when we own the clipboard.
39485 If we are the clipboard owner when we are shutdown, we recieve a
39486 WM_RENDERALLFORMATS, to render the clipboard, so it's contents will remain
39488 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
39499 removed), but the clipboard owner is now the system, not us, which we have to
39509 hw/xwin: Fix clipboard thread restart
39511 It seems that the clipboard thread restart mechanism has been broken for a
39515 KDM kills all attached clients, including the clipboard integration client,
39519 quitting the thread, if we just destroyed the window because the clipboard
39528 1/ Use DestroyWindow() to destroy the clipboard messaging window when cleaning
39529 up for retry or exit in winClipboardProc (the clipboard thread main proc)
39534 3/ When processing that WM_WM_QUIT message in the clipboard thread, cause the
39535 clipboard window to PostQuitMessage(), which causes the clipboard thread to
39547 hw/xwin: Improve reliability of clipboard X->Windows pastes
39549 Sometimes, particularly with large clipboard pastes to Windows, we could end up
39621 The Windows application which has requested the clipboard contents via
39661 hw/xwin: Remove some redundant clipboard externs, now defined in winglobals.h
41094 Merge remote-tracking branch 'jturney/xwin-clipboard-refactoring'
41788 hw/xwin: In clipboard function prototypes, use Window type, not int type
41898 Look up all atoms of interest in clipboard code in winClipboardProc() and pass
41954 Currently this is set if the clipboard messaging window received a WM_QUIT.
41963 hw/xwin: Move clipboard integration code down to a subdirectory
41965 Move clipboard integration code down to a subdirectory and build as a
41987 hw/xwin: Add remaining clipboard globals to winglobals.h
42008 those values available to the clipboard wndproc, by passing them in via the
42055 Also move up the clearing of the g_fClipboardLaunched at the end of clipboard
42065 hw/xwin: winProcEstablishConnection doesn't need to check if clipboard started
42067 winProcEstablishConnection doesn't need to check if clipboard has already been
42080 hw/xwin: Hoist clipboard thread restart up one level
42082 Hoist clipboard thread restart up one level.
42085 winProcEstablishConnection wrapper, and subsequent times when the clipboard
42110 hw/xwin: Remove left-over pthread_exit() in clipboard code
42472 -clipboard and any two of -nolisten inet6, -nolisten inet and -nolisten unix
60322 tricks used to prevent the clipboard client from being killed"
66482 hw/xwin: Ensure we own the clipboard before checking the format of it's contents
66484 Ensure we own the clipboard before checking the format of it's contents, this
67787 …xwin: Use char strings in winClipboardUNIXtoDOS for consistency with the rest of the clipboard code
70470 This code for detecting if the Windows clipboard can support unicode
70473 All NT versions of Windows support unicode clipboard, so any version
70474 of Windows we can run on must support unicode clipboard.
70476 The -nounicodeclipboard flag to disable use of unicode on the clipboard
78694 hw/xwin: Don't assume we'll always have converted the clipboard selection after 2 attempts
78698 … (iii) received a WIN_XEVENTS_NOTIFY messaage indicating the data has been to put on the clipboard.
78707 hw/xwin: Mitigate a race condition in clipboard thread initialization
78714 the server reset procedure can lead to the clipboard thread being
78752 hw/xwin: Remove no-longer needed tricks used to prevent the clipboard client from being killed
78754 Remove no-longer needed tricks used to hide the clipboard client from XDM to prevent
78757 - Delete XQuery wrapper used to hide clipboard client
78759 been established before starting the clipboard
78761 We still need the EstablishConnection wrapper to ensure that the clipboard client isn't
78771 hw/xwin: Automatically restart clipboard thread
78773 Automatically restart clipboard thread on unexpected exit
78782 hw/xwin: Give the X window for the clipboard integration client a name
83430 hw/xwin: Revert "Fix bug #5735, Serious flaw in CygwinX clipboard"
83432 This commit wreaks havoc with other programs which manage the clipboard,
98139 Cygwin/X: Ignore MappingNotify events sent to clipboard integration client
98141 Ignore MappingNotify events sent to clipboard integration client,
104065 Leave some clipboard related variables alone for the moment, they need treating
118924 Cygwin/X: Enable clipboard integration by default
118926 Enable clipboard integration by default, can be turned off with -noclipboard.
118927 We still accept -clipboard for backwards compatibility. If both are passed,
119046 Xming: Fix UT8String and CompoundText clipboard text sharing with windows clipboard
119052 This should fix UTF8String and CompoundText selection via the clipboard.
119063 in the clipboard integration internal client.
127487 Xming: Simplify logic for ownership release of native clipboard
127490 clipboard in winclipboardwrappers.c - We've already marked a selection
127491 as unowned if it is owned by our clipboard window
128388 Xming: Avoid log spam if a windows application won't provide CF_UNICODETEXT clipboard format
128396 Xming: Cache atom lookups in clipboard integration code
133751 Xming: Check clipboard selection ownership after taking it
133766 Xming: Fix a memory leak in clipboard integration code
133780 Xming: Fix prototype for winProcessXEventsTimeout() in clipboard integration code
133796 Xming: Improve clipboard integration startup in XDMCP mode
133798 Improve clipboard integration startup in XDMCP mode
133811 Xming: Select events correctly in clipboard integration code
133813 The clipboard should only select PropertyChange events and do this on
133814 the correct window, the messaging window for the clipboard not the root
133827 Xming: Add Colin Harrison to copyright and authors list for clipboard integration files
141196 XQuartz: implemented primary-on-grab and fixed clipboard-to-pasteboard
142627 The Finder clipboard shows the image updates after an Edit -> Copy.
173845 Fix bug #5735, Serious flaw in CygwinX clipboard
173868 Fix bug #7281, clipboard viewer should not
176444 Bug #7121: fix clipboard handling in Xming (Colin Harrison)
184845 Added wizard page for clipboard selection and additional server parameters