summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-06-20Undefine _XSERVER64clipboard-64bit-fixJon TURNEY6-2/+47
2013-06-20Only add to XSetIOErrorHandler() handler chain onceJon TURNEY1-3/+9
2013-06-20Add a basic manpage for xwinclipJon TURNEY2-0/+64
2013-06-20In clipboard function prototypes, use Window type, not int typeJon TURNEY3-3/+3
2013-06-20Remove obsolete WIN_XEVENTS_SHUTDOWNJon TURNEY2-9/+2
2013-06-20Remove XOpenDisplay() retry codeJon TURNEY1-19/+1
2013-06-20Take Windows clipboard ownership when trying to enumerate formatsJon TURNEY1-1/+8
2013-06-20Improve comment about why we can't XCloseDisplay()Jon TURNEY1-2/+5
2013-06-20Remove setjmp()/longjmp() error constantsJon TURNEY2-14/+2
2013-06-20Move WIN_MSG_QUEUE_FNAME to where it's usedJon TURNEY2-5/+3
2013-06-20Use header for prototypes in textconv.cJon TURNEY1-7/+1
2013-06-20Remove unused X includes from internal.h and add them where neededJon TURNEY4-12/+11
2013-06-20Remove standard includes from internal.h and add them where neeededJon TURNEY2-17/+9
2013-06-20Add xwinclip test clientJon TURNEY3-0/+178
2013-06-20Changes in error logging to make libwinclipboard useful as a libraryJon TURNEY1-31/+25
2013-06-20Look up atoms in winClipboardProc()Jon TURNEY4-50/+50
2013-06-20Add fUseUnicode as parameter to winClipboardProc()Jon TURNEY3-18/+3
2013-06-20Separate libwinclipboard interface and internal header filesJon TURNEY8-149/+168
2013-06-20Return a shutdown flag from winClipboardProc() if we should stop tryingJon TURNEY3-8/+15
2013-06-20Move clipboard integration code down to a subdirectoryJon TURNEY9-12/+25
2013-06-20Make g_hwndClipboard staticJon TURNEY4-24/+23
2013-06-20Add remaining clipboard globals to winglobals.hJon TURNEY2-7/+3
2013-06-20Hoist use of winSetAuthorization() and winGetDisplayName() up one levelJon TURNEY3-24/+23
2013-06-20Eliminate g_pClipboardDisplay and g_iClipboardWindow globalsJon TURNEY4-30/+23
2013-06-20Move winClipboardCreateMessagingWindow() to winclipboardthread.cJon TURNEY3-53/+55
2013-06-20Remove SetSelectionOwner wrapper, use XFixesSetSelectionOwnerNotify event ins...Jon TURNEY10-246/+197
2013-06-20Remove g_fClipboardLaunched, it's value is identical to g_fClipboardStartedJon TURNEY2-6/+1
2013-06-20Hoist setting of g_fClipboardStarted flag up one levelJon TURNEY2-7/+5
2013-06-20winProcEstablishConnection doesn't need to check if clipboard startedJon TURNEY1-8/+0
2013-06-20Hoist clipboard thread restart up one levelJon TURNEY4-39/+43
2013-06-20Push winClipboardShutdown() into winclipboardinit.cJon TURNEY4-42/+34
2013-06-20Remove unused CLIPBOARD_MANAGER atomJon TURNEY1-2/+1
2013-06-20Remove pthread_cleanup function winClipboardThreadExit()Jon TURNEY1-17/+0
2013-06-20Remove unused extern g_fUseUnicode from winclipboardwndproc.cJon TURNEY1-1/+0
2013-06-20Remove unneeded forward declaration of winProcessXEventsTimeout()Jon TURNEY1-10/+0
2013-06-20Remove prototype for non-existent winDeinitClipboard()Jon TURNEY1-3/+0
2013-06-20Remove unused externs from winclipboardwrappers.cJon TURNEY1-2/+0
2013-06-20Remove unused winProcQueryTreeOrig variableJon TURNEY3-3/+0
2013-05-04Merge branch 'cygwin-patches-for-1.14' into cygwin-release-1.14xserver-cygwin-1.14.1-1Jon TURNEY9-48/+79
2013-05-04Merge tag 'xorg-server-1.14.1' into cygwin-release-1.14Jon TURNEY6-7/+12
2013-05-04Fix a potential crash on startupYaakov Selkowitz1-4/+1
2013-04-17xserver 1.14.1xorg-server-1.14.1Peter Hutterer1-3/+3
2013-04-17xf86: fix flush input to work with Linux evdev devices.Dave Airlie1-1/+2
2013-04-10Fix version reporting on cygwin64Jon TURNEY1-12/+19
2013-04-10Fix several format/type cast issues with debug output in winwindowswm.cJon TURNEY1-3/+3
2013-04-10Fix several format/type cast issues with debug output in winwin32rootlesswndp...Jon TURNEY1-7/+7
2013-04-10Fix numerous format/type cast issues with debug output in winwin32rootless.cJon TURNEY1-22/+22
2013-04-10Fix implicit-function-declaration warning in XwinExtensionInit() when compile...Yaakov Selkowitz1-0/+3
2013-04-10Fix implicit-function-declaration warning in DrawableGone() by adding a proto...Yaakov Selkowitz1-0/+2
2013-04-10Bodge around issues with using XSendEvent() to send a ClientMessageJon TURNEY1-0/+21