summaryrefslogtreecommitdiff
path: root/hw/xwin/winclipboard/xevents.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-07hw/xwin: printf format fixes for DWORD typeJon TURNEY1-3/+3
2015-07-07hw/xwin: printf format fixes in xevents.cJon TURNEY1-5/+5
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: Add controls for enabling/disabling monitoring of PRIMARY selectionJon TURNEY1-2/+5
2014-11-06hw/xwin: Retrieve TARGETS to avoid unnecessary failing conversion attemptsJon TURNEY1-52/+71
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 TURNEY1-0/+9
2014-09-13hw/xwin: In clipboard function prototypes, use Window type, not int typeJon TURNEY1-1/+1
2014-09-13hw/xwin: Remove unused X includes from internal.h and add them where neededJon TURNEY1-1/+2
2014-09-13hw/xwin: Look up atoms in winClipboardProc()Jon TURNEY1-18/+8
2014-09-13hw/xwin: Separate libwinclipboard interface and internal header filesJon TURNEY1-1/+1
2014-09-13hw/xwin: Move clipboard integration code down to a subdirectoryJon TURNEY1-0/+862