summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-02-19Xi: fix modifier offset in XIPassiveGrab swapping functionPeter Hutterer2-2/+9
2014-02-19os: restrict display names to digitsPeter Hutterer1-0/+27
2014-02-19Xi: Ensure DeviceChanged is emitted after grabs are deactivatedCarlos Garnacho1-1/+18
2014-02-13dix: fix button state check before changing a button mappingPeter Hutterer1-1/+2
2014-01-22XQuartz: Avoid passing uninitialized pointers to X11ApplicationSetWindowMenu ...Jeremy Huddleston Sequoia1-0/+9
2014-01-22XQuartz: Check for allocated memory before using it in AppleWMSetWindowMenuJeremy Huddleston Sequoia1-0/+7
2014-01-22XQuartz: Silence a clang static analysis warning about a memory leakJeremy Huddleston Sequoia1-0/+3
2014-01-22XQuartz: Silence a clang static analysis warning about a possible memory leak...Jeremy Huddleston Sequoia1-0/+4
2014-01-22XQuartz: Validate length in appledri before swappingJeremy Huddleston Sequoia1-0/+6
2014-01-22XQuartz: Validate screen in AppleDRIQueryDirectRenderingCapable requestsJeremy Huddleston Sequoia1-0/+4
2014-01-22XQuartz: Simplify hook_run to quiet static analyzerJeremy Huddleston Sequoia1-21/+6
2014-01-22XQuartz: Mark applicationWillTerminate: noreturnJeremy Huddleston Sequoia1-1/+1
2014-01-22XQuartz: Fix get_proc_address signatureJeremy Huddleston Sequoia1-2/+2
2014-01-22XQuartz: Fix darwinfb.h header guardJeremy Huddleston Sequoia1-1/+1
2014-01-22XQuartz: Silence some static analyzer warnings by annotating referencing countsJeremy Huddleston Sequoia1-0/+13
2014-01-11Merge branch 'cygwin-patches-for-1.15' into cygwin-release-1.15xserver-cygwin-1.15.0-2Jon TURNEY3-3/+7
2014-01-11hw/xwin/glx: Don't create fbConfigs for un-accelerated pixelFormatsJon TURNEY1-0/+4
2014-01-11Fix crash when a client exits without deleting GL contextsJon TURNEY2-3/+3
2014-01-06Merge branch 'cygwin-patches-for-1.15' into cygwin-release-1.15xserver-cygwin-1.15.0-1Jon TURNEY109-2530/+4493
2014-01-06glx: Flush context which is being made non-current due to drawable going awayJon TURNEY3-0/+10
2014-01-06Revert "glx: Simplify glXDestroyContext"Jon TURNEY1-1/+3
2014-01-04Improve reliability of clipboard X->Windows pastesJon TURNEY2-48/+31
2014-01-04Fix a potential crash in winRedrawScreenShadowDDNL()Jon TURNEY1-0/+4
2014-01-04Add controls for monitoring PRIMARY selectionJon TURNEY10-3/+70
2014-01-04Retrieve TARGETS to avoid unnecessary failing conversion attemptsJon TURNEY4-86/+194
2014-01-04In SelectionNotify, don't pointlessly retrieve just the size of the propertyJon TURNEY1-18/+2
2014-01-04In SelectionNotify, delete the property containing returned data after we hav...Jon TURNEY1-2/+2
2014-01-04Improve clipboard debug outputJon TURNEY1-8/+13
2014-01-04hw/xwin: Fix WM_ENDSESSION crash on x86_64Jon TURNEY2-0/+8
2014-01-04hw/xwin: Allow gtk_window_maximize() to maximize window in multiwindow modeJon TURNEY1-1/+13
2014-01-04hw/xwin: Display host architecture triplet in 'About...' dialogJon TURNEY2-2/+2
2014-01-04More closely follow ICCCM for setting input focusJon TURNEY1-18/+59
2014-01-04Undefine _XSERVER64 in hw/xwin/winclipboardJon TURNEY6-2/+47
2014-01-04Only add to XSetIOErrorHandler() handler chain onceJon TURNEY1-3/+9
2014-01-04Add a basic manpage for xwinclipJon TURNEY2-0/+64
2014-01-04In clipboard function prototypes, use Window type, not int typeJon TURNEY3-3/+3
2014-01-04Remove XOpenDisplay() retry codeJon TURNEY1-19/+1
2014-01-04Improve comment about why we can't XCloseDisplay()Jon TURNEY1-2/+5
2014-01-04Remove setjmp()/longjmp() error constantsJon TURNEY2-14/+2
2014-01-04Move WIN_MSG_QUEUE_FNAME to where it's usedJon TURNEY2-5/+3
2014-01-04Use header for prototypes in textconv.cJon TURNEY1-7/+1
2014-01-04Remove unused X includes from internal.h and add them where neededJon TURNEY4-12/+11
2014-01-04Remove standard includes from internal.h and add them where neeededJon TURNEY2-17/+9
2014-01-04Add xwinclip test clientJon TURNEY3-0/+178
2014-01-04Changes in error logging to make libwinclipboard useful as a libraryJon TURNEY1-31/+25
2014-01-04Look up atoms in winClipboardProc()Jon TURNEY4-51/+51
2014-01-04Add fUseUnicode as parameter to winClipboardProc()Jon TURNEY3-18/+3
2014-01-04Separate libwinclipboard interface and internal header filesJon TURNEY8-147/+166
2014-01-04Return a shutdown flag from winClipboardProc() if we should stop tryingJon TURNEY3-8/+15
2014-01-04Move clipboard integration code down to a subdirectoryJon TURNEY9-12/+25