summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-08-02Merge branch 'cygwin-patches-for-1.14' into cygwin-release-1.14xserver-cygwin-1.14.2-2Jon TURNEY4-88/+70
2013-08-02Fix ARGB cursor conversion on x86_64Jon TURNEY1-6/+5
2013-08-02Undefine _XSERVER64 in multiwindow WMJon TURNEY3-82/+65
2013-07-08Merge branch 'cygwin-patches-for-1.14' into cygwin-release-1.14xserver-cygwin-1.14.2-1Jon TURNEY1-18/+59
2013-07-08Merge tag 'xorg-server-1.14.2' into cygwin-release-1.14Jon TURNEY31-106/+393
2013-06-28More closely follow ICCCM for setting input focusJon TURNEY1-18/+59
2013-06-25Bump rev from 1.14.1.902 to 1.14.2xorg-server-1.14.2Matt Dew1-3/+3
2013-06-21Revert "dix: pre-scale x by the screen:device:resolution ratio"Matt Dew1-28/+18
2013-06-20Merge branch 'clipboard-64bit-fix' into cygwin-release-1.14xserver-cygwin-1.14.1-2Jon TURNEY21-696/+847
2013-06-20Merge branch 'cygwin-patches-for-1.14' into cygwin-release-1.14Jon TURNEY3-10/+39
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-06-18Check for python at configure time when building XWin with AIGLXJon TURNEY2-2/+6
2013-06-18Ensure yacc and lex are found by ./configureJon TURNEY1-0/+10