summaryrefslogtreecommitdiff
path: root/hw/xwin/winclipboard/thread.c
AgeCommit message (Expand)AuthorFilesLines
2014-11-09hw/xwin: Fix clipboard thread restartJon TURNEY1-2/+2
2014-11-09hw/xwin: Improve reliability of clipboard X->Windows pastesJon TURNEY1-23/+27
2014-11-06hw/xwin: Retrieve TARGETS to avoid unnecessary failing conversion attemptsJon TURNEY1-2/+4
2014-09-13hw/xwin: Undefine _XSERVER64 in hw/xwin/winclipboardJon TURNEY1-0/+9
2014-09-13hw/xwin: Only add to XSetIOErrorHandler() handler chain onceJon TURNEY1-4/+9
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 TURNEY1-11/+2
2014-09-13hw/xwin: Move WIN_MSG_QUEUE_FNAME to where it's usedJon TURNEY1-0/+3
2014-09-13hw/xwin: Remove unused X includes from internal.h and add them where neededJon TURNEY1-2/+3
2014-09-13hw/xwin: Remove standard includes from internal.h and add them where neededJon TURNEY1-4/+9
2014-09-13hw/xwin: Look up atoms in winClipboardProc()Jon TURNEY1-11/+16
2014-09-13hw/xwin: Add fUseUnicode as parameter to winClipboardProc()Jon TURNEY1-15/+1
2014-09-13hw/xwin: Separate libwinclipboard interface and internal header filesJon TURNEY1-1/+4
2014-09-13hw/xwin: Return a shutdown flag from winClipboardProc() if we should stop tryingJon TURNEY1-6/+8
2014-09-13hw/xwin: Move clipboard integration code down to a subdirectoryJon TURNEY1-0/+504