summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-12-30Add the names for Windows 8.1, Windows Server 2012 R2cygwin-patches-for-1.14Jon TURNEY2-2/+22
2013-12-30Just generate the WGL wrappers we needJon TURNEY1-31/+14
2013-12-09Improve reliability of clipboard X->Windows pastesJon TURNEY2-48/+31
2013-11-11Fix a potential crash in winRedrawScreenShadowDDNL()Jon TURNEY1-0/+4
2013-10-02Add controls for monitoring PRIMARY selectionJon TURNEY10-3/+70
2013-10-02Retrieve TARGETS to avoid unnecessary failing conversion attemptsJon TURNEY4-86/+194
2013-09-24In SelectionNotify, don't pointlessly retrieve just the size of the propertyJon TURNEY1-18/+2
2013-09-24In SelectionNotify, delete the property containing returned data after we hav...Jon TURNEY1-2/+2
2013-09-24Improve clipboard debug outputJon TURNEY1-8/+13
2013-09-24Remove duplicate declaration of winClipboardWindowDestroy()Jon TURNEY1-3/+0
2013-09-24Revert "Move property retrieval to PropertyNotify, so we can be sure it has b...Jon TURNEY1-18/+15
2013-09-24Revert "Fix SelectionNotify -> PropertyNotify in relocated code"Jon TURNEY1-14/+15
2013-09-24Merge branch 'clipboard-64bit-fix' into cygwin-patches-for-1.14Jon TURNEY26-703/+859
2013-09-11hw/xwin: Update WGL wrapper function generation scriptMarc Haesen3-304/+338
2013-09-11hw/xwin: Fix WM_ENDSESSION crash on x86_64Jon TURNEY2-0/+8
2013-09-11hw/xwin: Allow gtk_window_maximize() to maximize window in multiwindow modeJon TURNEY1-1/+13
2013-09-11hw/xwin: Correct winprefs.c function signatures for x64.Colin Harrison4-25/+13
2013-09-11hw/xwin: Remove unnecessary and incorrect HWND castsMarc Haesen2-5/+3
2013-09-11hw/xwin: Correct size of _WINDOWSWM_NATIVE_HWND property on x86_64Marc Haesen1-7/+7
2013-09-11hw/xwin: Display host architecture triplet in 'About...' dialogJon TURNEY2-2/+2
2013-08-02Fix ARGB cursor conversion on x86_64Jon TURNEY1-6/+5
2013-08-02Undefine _XSERVER64 in multiwindow WMJon TURNEY3-82/+65
2013-06-28More closely follow ICCCM for setting input focusJon TURNEY1-18/+59
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