summaryrefslogtreecommitdiff
path: root/hw/xwin/winclipboardthread.c
AgeCommit message (Expand)AuthorFilesLines
2014-09-13hw/xwin: Move clipboard integration code down to a subdirectoryJon TURNEY1-504/+0
2014-09-13hw/xwin: Make g_hwndClipboard staticJon TURNEY1-6/+19
2014-09-13hw/xwin: Hoist use of winSetAuthorization() and winGetDisplayName() up one levelJon TURNEY1-17/+1
2014-09-13hw/xwin: Eliminate g_pClipboardDisplay and g_iClipboardWindow globalsJon TURNEY1-14/+9
2014-09-13hw/xwin: Move winClipboardCreateMessagingWindow() to winclipboardthread.cJon TURNEY1-0/+55
2014-09-13hw/xwin: Remove SetSelectionOwner wrapper, use XFixesSetSelectionOwnerNotify ...Jon TURNEY1-0/+23
2014-09-13hw/xwin: Hoist setting of g_fClipboardStarted flag up one levelJon TURNEY1-7/+0
2014-09-13hw/xwin: Hoist clipboard thread restart up one levelJon TURNEY1-31/+3
2014-09-13hw/xwin: Remove left-over pthread_exit() in clipboard codeJon TURNEY1-4/+5
2014-08-29hw/xwin: Improve choice of display name used by internal clientsJon TURNEY1-1/+2
2013-07-23hw/xwin: Remove obsolete WIN_XEVENTS_SHUTDOWNJon TURNEY1-8/+1
2013-07-23hw/xwin: Remove an extra '\n' from some log messagesJon TURNEY1-1/+1
2013-05-02hw/xwin: Fix unused-but-set-variable warning in winClipboardProc()Jon TURNEY1-3/+2
2012-11-28hw/xwin: use raise() instead of kill()Yaakov Selkowitz1-1/+2
2012-10-17hw/xwin: Fix no return value warning in winClipboardProc()Colin Harrison1-2/+2
2012-10-16hw/xwin: Fix redundant declaration in winclipboardthread.cJon TURNEY1-1/+0
2012-07-16hw/xwin: Remove winClipboardDetectUnicodeSupport()Jon TURNEY1-5/+1
2012-07-16hw/xwin: Tidy up some pointless output which is always emittedJon TURNEY1-1/+1
2012-03-21Introduce a consistent coding styleKeith Packard1-368/+320
2012-01-26hw/xwin: Chain IOError handlers to avoid longjmp across threadsJon TURNEY1-7/+16
2012-01-26hw/xwin: Automatically restart clipboard threadMichel Hummel1-8/+60
2012-01-26hw/xwin: Give the X window for the clipboard integration client a nameJon TURNEY1-0/+2
2012-01-07hw/xwin: Fix duplicate definition of HAS_WINSOCK when building for MinGWRyan Pavlik1-0/+2
2010-10-19Xming: Fix warning in winClipboardErrorHandler()Colin Harrison1-1/+1
2010-03-16Cygwin/X: Tidy up some cosmetic issues in log stringsJon TURNEY1-1/+1
2010-02-05Cygwin/X: XSupportsLocale() failure is non-criticalJon TURNEY1-2/+1
2009-11-09Cygwin/X: Always use an authorization cookie for internal clientsJon TURNEY1-18/+1
2009-06-05Cygwin/X: Tidy up a bodge to avoid collision between X header and native Win3...Jon TURNEY1-0/+1
2009-02-12Xming: Check clipboard selection ownership after taking itColin Harrison1-2/+4
2009-02-12Xming: Select events correctly in clipboard integration codeColin Harrison1-9/+7
2009-02-12Xming: Add Colin Harrison to copyright and authors list for clipboard integra...Colin Harrison1-4/+6
2005-07-04Include xwin-config.h if HAVE_XWIN_CONFIG is defined Cleanup X11 includesAlexander Gottwald1-0/+4
2004-11-15Bufzilla #1802, http://freedesktop.org/bugzilla/show_bug.cgi?id=1802 AddedAlexander Gottwald1-28/+46
2004-10-28Import recent changes from CYGWIN branchAlexander Gottwald1-2/+6
2004-08-03Merge from CYGWIN branchAlexander Gottwald1-8/+9
2004-06-21Bug 777: Merge from CYGWIN branchAlexander Gottwald1-193/+159
2004-04-23Merging XORG-CURRENT into trunkEgbert Eich1-1/+1
2004-03-14Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004Egbert Eich1-1/+1
2004-03-03Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004Egbert Eich1-1/+1
2004-02-26readding XFree86's cvs IDsEgbert Eich1-1/+1
2004-02-26Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004Egbert Eich1-1/+1
2003-11-25XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksKaleb Keithley1-17/+38
2003-11-14Initial revisionKaleb Keithley1-0/+463