summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-11-06cursor: Fix up implementation for per-device barriersJasper St. Pierre1-7/+68
2012-11-06cursor: Clean up barrier finding code a bitJasper St. Pierre1-7/+7
2012-11-06cursor: Clean up pointer barrier creation code a tiny bitJasper St. Pierre1-18/+24
2012-11-06cursor: CreatePointerBarrier has a variable request lengthJasper St. Pierre1-2/+10
2012-11-06cursor: Fix a minor unused variable warningJasper St. Pierre1-1/+1
2012-11-06dix: don't allow disabling XTest devicesPeter Hutterer2-4/+9
2012-11-06Apply partial matches for option (#25873)Alexey Ten (Lynn)1-0/+1
2012-11-01Merge remote-tracking branch 'whot/for-keith'Keith Packard8-7/+20
2012-10-30Add missing labels for multitouch valuatorsBenjamin Tissoires2-0/+6
2012-10-30Sync TouchListener memory allocation with population in TouchSetupListeners()Carlos Garnacho1-2/+2
2012-10-29Merge remote-tracking branch 'jturney/master'Keith Packard4-8/+37
2012-10-29EXA: Track source/mask pixmaps more explicitly for Composite fallback regions.Michel Dänzer2-4/+13
2012-10-29os/utils.c: Provide only stubs for Lock/UnlockServer on WIN32Ryan Pavlik1-0/+20
2012-10-29hw/xwin: fmemopen is available on cygwin but not MinGWColin Harrison1-0/+2
2012-10-29doc: Update documentation about Windows platforms support a bitJon TURNEY1-6/+13
2012-10-29xfree86: remove unused variable sigstatePeter Hutterer1-1/+1
2012-10-29dix: fix zaphod screen scrossing (#54654)Peter Hutterer1-2/+3
2012-10-29Xi: don't deliver TouchEnd to a client waiting for TouchBegin (#55738)Peter Hutterer1-0/+5
2012-10-29Xi: set xChangeDeviceControlReply.status to Success by defaultPeter Hutterer1-1/+2
2012-10-29xkb: ProcesssPointerEvent must work on the VCP if it gets the VCPPeter Hutterer1-1/+1
2012-10-27Configure fixes for MinGWYaakov Selkowitz1-2/+2
2012-10-26Merge remote-tracking branch 'sandmann/for-keithp'Keith Packard4-2/+157
2012-10-26Merge remote-tracking branch 'whot/for-keith'Keith Packard6-3/+35
2012-10-25Use new pixman_glyph_cache_t API that will be in pixman 0.28.0Søren Sandmann Pedersen4-2/+157
2012-10-19xf86: Fix build against recent Linux kernelThierry Reding1-1/+1
2012-10-19autogen.sh: Honor NOCONFIGURE=1Colin Walters1-1/+3
2012-10-19dix: fix Ungrab action #55785Lionel Elie Mamane1-1/+1
2012-10-19End physically active touches when device is disabledChase Douglas3-0/+30
2012-10-17hw/xwin: Fix no return value warning in winClipboardProc()Colin Harrison1-2/+2
2012-10-17hw/xwin: Remove unused variable in winmultiwindowwm.cColin Harrison1-1/+0
2012-10-17hw/xwin: Remove unused variables in winwindow.cColin Harrison1-6/+0
2012-10-17hw/xwin: Remove unused variables in winvalargs.cColin Harrison1-2/+0
2012-10-16hw/xwin: Remove unused variables in winwindowswm.cColin Harrison1-3/+0
2012-10-16Use X_ATTRIBUTE_PRINTF where suggested for os.hJon TURNEY1-1/+3
2012-10-16hw/xwin: Use X_ATTRIBUTE_PRINTF where suggested for winmsg.cJon TURNEY2-9/+25
2012-10-16hw/xwin: Use X_ATTRIBUTE_PRINTF where suggested for winerror.cJon TURNEY4-15/+4
2012-10-16hw/xwin: Use char strings in winClipboardUNIXtoDOS for consistency with the r...Jon TURNEY2-6/+6
2012-10-16hw/xwin: Fix warning about discarding const in initializing winKBLayoutsJon TURNEY1-5/+5
2012-10-16hw/xwin: Fix some of the warnings in generated gl wrapper codeJon TURNEY2-7/+5
2012-10-16hw/xwin: Warning fix in ProcWindowsWMFrameSetTitle()Colin Harrison1-1/+1
2012-10-16hw/xwin: Fix shadowed local variable i in HandleCustomWM_COMMAND()Jon TURNEY1-3/+3
2012-10-16hw/xwin: Fix shadowed local variables in winLoadCursor()Jon TURNEY1-1/+2
2012-10-16hw/xwin/glx: Fix using Mask as a formal parameter shadows a global typedef of...Jon TURNEY1-6/+6
2012-10-16hw/xwin: Fix using screenInfo as a formal parameter to InitOutput() shadows a...Jon TURNEY1-7/+7
2012-10-16hw/xwin: Fix using menu as a formal parameter shadows a global variable of th...Jon TURNEY1-4/+4
2012-10-16hw/xwin: Fix using index as a formal parameter shadows index()Jon TURNEY1-1/+1
2012-10-16hw/xwin: Fix using index as a formal parameter in winscrinit.c shadows index()Jon TURNEY1-3/+3
2012-10-16hw/xwin: Fix using index as a local variable shadows index()Jon TURNEY1-6/+6
2012-10-16hw/xwin: Fix using index as a formal parameter in winmonitors.c shadows index()Jon TURNEY1-2/+2
2012-10-16hw/xwin: Fix using system as a local variable in winCheckMount() shadows syst...Jon TURNEY1-2/+2