summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-05-04hw/xwin/glx: Use silent rulesHEADmasterYaakov Selkowitz1-2/+2
2012-05-04xfree86: use silent rules with sdksyms generationYaakov Selkowitz1-1/+1
2012-05-04xfree86: respect EXEEXT in relink targetYaakov Selkowitz1-1/+1
2012-05-04os: Add CryptoAPI as a choice of SHA1 implementationYaakov Selkowitz3-1/+59
2012-05-02Merge remote-tracking branch 'whot/for-keith'Keith Packard1-8/+17
2012-05-03Report touch emulated buttons in XIQueryPointer for XI 2.1 and earlierChase Douglas1-0/+14
2012-05-02configure.ac: on MinGW, link with ws2_32 instead of winsock2Ryan Pavlik1-1/+1
2012-05-02configure.ac: MinGW doesn't have setuid binaries either.Ryan Pavlik1-0/+1
2012-05-02configure.ac: auto-disable MITSHM if we lack IPCRyan Pavlik1-2/+6
2012-05-02Report logical button state in ProcXIQueryPointerChase Douglas1-9/+4
2012-05-01configure.ac: Make default configuration for MinGW disable unsupported extens...Jon TURNEY1-1/+3
2012-05-01dix: when disabling a device, release all buttons and keysPeter Hutterer1-0/+1
2012-05-01dix: don't emulate scroll events for non-existing axes (#47281)Peter Hutterer1-0/+3
2012-05-01os: make timers signal-safePeter Hutterer1-2/+16
2012-05-01dmx: Annotate dmxlog.c with _X_ATTRIBUTE_PRINTF and _X_NORETURNMichal Suchanek2-10/+22
2012-05-01TouchListenerAcceptReject: Warn and return early on bad listener indexChase Douglas1-0/+5
2012-05-01os: Add -displayfd optionChase Douglas5-20/+66
2012-05-01xserver: Fix out-of-tree buildMichal Suchanek1-1/+1
2012-05-01Xi: return BadValue on XIQueryVersion if the version is less than first callPeter Hutterer2-20/+134
2012-04-26XQuartz: Make sure we tell startx the correct server binary to use in our fal...Jeremy Huddleston1-1/+1
2012-04-23xfree86: workaround crash on closeMichal Suchanek1-3/+8
2012-04-23glapi: Correct size of allocated _glapi_table structJonas Maebe1-1/+1
2012-04-23XQuartz: darwinPointer now sends both absolute and relative motionJeremy Huddleston4-52/+56
2012-04-23XQuartz: Add a hack to better handle clicky wheel scroll miceJeremy Huddleston1-2/+109
2012-04-23XQuartz: Use screenInfo.{width,height} instead of grabbing it from the first ...Jeremy Huddleston1-2/+2
2012-04-23XQuartz: Separate out tablet and mouse event delivery into separate functionsJeremy Huddleston3-139/+116
2012-04-23XQuartz: Correct calculation of the size of our file descriptor array in cons...Jeremy Huddleston1-1/+1
2012-04-23XQuartz: Fix a deadlock in pre-dispatch codeJeremy Huddleston1-1/+1
2012-04-23test: Fix make distJeremy Huddleston1-2/+3
2012-04-23os: Annotate OsVendorFatalError as _X_ATTRIBUTE_PRINTFJeremy Huddleston1-1/+2
2012-04-23xres: Fix build without compositeJeremy Huddleston2-1/+5
2012-04-19Merge remote-tracking branch 'yselkowitz/master'Keith Packard19-32/+114
2012-04-19Export CompositeClientWindowTypeKeith Packard3-1/+5
2012-04-19Merge remote-tracking branch 'whot/for-keith'Keith Packard5-88/+191
2012-04-19Merge branch 'input-fixes' of git://people.freedesktop.org/~cndougla/xserver ...Peter Hutterer6-432/+669
2012-04-18Replay original touch begin event instead of generated begin eventChase Douglas1-3/+15
2012-04-18Update currentTime in dispatch loopChase Douglas1-0/+3
2012-04-18Update device state including when touch record does not existChase Douglas2-11/+3
2012-04-18Check other clients' core masks properly when adding touch listenerChase Douglas1-4/+4
2012-04-18Ensure touch is ended when last listener is rejectedChase Douglas1-8/+2
2012-04-18Create a new dix touch record for an emulated touch with no listenersChase Douglas2-0/+33
2012-04-18Rename TouchEnsureSprite to TouchBuildSprite and event type checksChase Douglas3-16/+8
2012-04-18When activating an explicit grab, update owning listenerChase Douglas1-0/+33
2012-04-18Don't deactivate implicit pointer grab on fake touch end eventChase Douglas1-0/+1
2012-04-18End a pointer emulated touch event only on a "real" end eventChase Douglas1-1/+2
2012-04-18On touch accept, only process end event for owner if it has seen the endChase Douglas1-1/+10
2012-04-18Fix copy/paste error from before git history in UpdateCurrentTimeIf()Chase Douglas1-1/+1
2012-04-18When deactivating an explicit pointer grab, reject all grabs on touchesChase Douglas1-0/+11
2012-04-18Accept touch sequence for pointer listener after second event deliveryChase Douglas1-0/+6
2012-04-18Split out helper function TouchListenerAcceptReject()Chase Douglas3-34/+43