summaryrefslogtreecommitdiff
path: root/hw/xwin/winclipboard
AgeCommit message (Expand)AuthorFilesLines
2014-11-09hw/xwin: Don't allocate one wchar_t too much for unicode text placed on the W...Colin Harrison1-14/+9
2014-11-09hw/xwin: Fix hang on shutdown when we own the clipboard.Jon TURNEY1-41/+25
2014-11-09hw/xwin: Fix clipboard thread restartJon TURNEY3-2/+9
2014-11-09hw/xwin: Improve reliability of clipboard X->Windows pastesJon TURNEY2-43/+41
2014-11-09hw/xwin: Add controls for enabling/disabling monitoring of PRIMARY selectionJon TURNEY4-2/+17
2014-11-06hw/xwin: Retrieve TARGETS to avoid unnecessary failing conversion attemptsJon TURNEY4-86/+195
2014-11-06hw/xwin: In SelectionNotify, don't pointlessly retrieve just the size of the ...Jon TURNEY1-18/+2
2014-11-06hw/xwin: In SelectionNotify, delete the property containing returned data aft...Jon TURNEY1-2/+2
2014-10-09hw/xwin: Fix compilation with -Werror=declaration-after-statementJon TURNEY1-1/+2
2014-09-13hw/xwin: Undefine _XSERVER64 in hw/xwin/winclipboardJon TURNEY6-2/+47
2014-09-13hw/xwin: Only add to XSetIOErrorHandler() handler chain onceJon TURNEY1-4/+9
2014-09-13hw/xwin: Add a basic manpage for xwinclipJon TURNEY2-0/+64
2014-09-13hw/xwin: In clipboard function prototypes, use Window type, not int typeJon TURNEY3-3/+3
2014-09-13hw/xwin: Remove XOpenDisplay() retry codeJon TURNEY1-20/+1
2014-09-13hw/xwin: Improve comment about why we can't XCloseDisplay()Jon TURNEY1-2/+5
2014-09-13hw/xwin: Remove setjmp()/longjmp() error constantsJon TURNEY2-13/+2
2014-09-13hw/xwin: Move WIN_MSG_QUEUE_FNAME to where it's usedJon TURNEY2-5/+3
2014-09-13hw/xwin: Use header for prototypes in textconv.cJon TURNEY1-7/+1
2014-09-13hw/xwin: Remove unused X includes from internal.h and add them where neededJon TURNEY4-11/+11
2014-09-13hw/xwin: Remove standard includes from internal.h and add them where neededJon TURNEY2-18/+9
2014-09-13hw/xwin: Add xwinclip test clientJon TURNEY3-0/+178
2014-09-13hw/xwin: Changes in error logging to make libwinclipboard more useful as a li...Jon TURNEY1-26/+25
2014-09-13hw/xwin: Look up atoms in winClipboardProc()Jon TURNEY4-52/+52
2014-09-13hw/xwin: Add fUseUnicode as parameter to winClipboardProc()Jon TURNEY2-16/+2
2014-09-13hw/xwin: Separate libwinclipboard interface and internal header filesJon TURNEY5-131/+162
2014-09-13hw/xwin: Return a shutdown flag from winClipboardProc() if we should stop tryingJon TURNEY2-7/+9
2014-09-13hw/xwin: Move clipboard integration code down to a subdirectoryJon TURNEY6-0/+2186