summaryrefslogtreecommitdiff
path: root/test/xi2
AgeCommit message (Expand)AuthorFilesLines
2012-06-22AC_SUBST the GLX_SYS_LIBSPeter Hutterer1-1/+1
2012-05-16test: don't shadow parameter 'len'Peter Hutterer1-4/+3
2012-05-16test: fix redundant declaration of "BadDevice"Peter Hutterer7-2/+6
2012-05-16test: fix "userdata shadows global declaration" warningsPeter Hutterer4-14/+14
2012-05-16test: fix "redundant declaration of devices" warningPeter Hutterer1-1/+1
2012-05-01Xi: return BadValue on XIQueryVersion if the version is less than first callPeter Hutterer1-0/+113
2012-03-29test: reset the client before checking the swapped versionPeter Hutterer1-0/+1
2012-03-29test: init the sync extensions for tests to pass againPeter Hutterer1-0/+14
2012-03-21Introduce a consistent coding styleKeith Packard13-689/+706
2012-03-04test: add new test cases to .gitignoreGaetan Nadon1-0/+1
2011-12-23test/xi2: Really fix infinite loop in test_convert_XITouchOwnershipEventChase Douglas1-1/+1
2011-12-22test/xi2: Fix infinite loop in test_convert_XITouchOwnershipEventKeith Packard1-1/+3
2011-12-21test: add a basic test for ownership event valuesPeter Hutterer1-0/+94
2011-12-21test: drop printfs from protocol-eventconvert.cPeter Hutterer1-8/+0
2011-12-16tests: update for touch supportPeter Hutterer2-9/+31
2011-12-13input: replace GRABTYPE_* with the InputLevel enumsPeter Hutterer1-2/+2
2011-12-10Change GetXI2/XI/CoreType to just take a type argumentPeter Hutterer1-3/+3
2011-12-09Add a new XI2Mask struct and a few helper functions.Peter Hutterer2-1/+133
2011-11-23Enable memory checking during unit testingAlan Coopersmith1-0/+1
2011-11-23Don't require ld -wrap for tests that don't need itAlan Coopersmith1-0/+9
2011-10-27test: fix two more failing FP3232 testsDave Airlie3-6/+5
2011-10-25test: fix test with new double -> fp3232 conversion functionsPeter Hutterer1-4/+3
2011-10-25dix: add ScrollInfo to DeviceChangedEventsPeter Hutterer1-0/+20
2011-09-30Input: Add smooth-scrolling support to GetPointerEventsPeter Hutterer2-6/+106
2011-09-29Input: Add POINTER_EMULATED flag to GetPointerEventsDaniel Stone1-1/+17
2011-09-29Input: Make DeviceEvent use doubles internallyDaniel Stone1-4/+3
2011-09-29Input: Make RawDeviceEvent use doubles internallyDaniel Stone1-8/+6
2011-09-29Input: Add flags to RawDeviceEventDaniel Stone1-0/+1
2011-09-21Use internal temp variable for swap macrosMatt Turner10-163/+131
2011-07-01Test: Input: Only ever set up to MAX_VALUATORS valuatorsDaniel Stone1-7/+11
2011-06-22Update .gitignore as new tests have been addedGaetan Nadon1-0/+10
2011-06-02test: fix memset size for WindowRec (#37801)Peter Hutterer1-1/+1
2011-04-25test/xi2: remove duplicated includeNicolas Kaiser1-1/+0
2011-04-21test: remove glib dependencyPeter Hutterer13-288/+245
2011-04-18test: add some XIPassiveGrab protocol testing.Peter Hutterer2-0/+242
2011-03-24test: when unit tests are enabled, build them during "make"Peter Hutterer1-2/+2
2011-03-18Add generalized unit test support using util-macros.Gaetan Nadon1-1/+5
2011-02-22Move master/lastSlave out of the union into separate fields.Peter Hutterer2-2/+2
2011-01-06Test: Input: Test up to supported server, not protocol, eventsDaniel Stone1-9/+9
2011-01-06Test: Input: Check flags on DeviceEventDaniel Stone1-1/+11
2010-11-12test: Fix missing xkbsrv.h include.Cyril Brulebois1-0/+1
2010-06-07If XTest is always required, then eliminate the XTest devPrivateKeith Packard1-1/+0
2010-06-06Initialize private keys in test suiteKeith Packard1-2/+11
2010-05-14test/xi2: Initialize predefined atoms before XInputExtensionInit.Jamey Sharp1-0/+1
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov2-11/+11
2010-04-30Merge remote branch 'whot/for-keith'Keith Packard1-8/+8
2010-04-28test: Fix linking of wrapped functions in XI2 tests.Rami Ylimäki1-8/+8
2010-04-26dix and others: remove unused arraySize field from ScreenInfoTiago Vignatti1-1/+0
2009-12-22test/xi2: fail if xi2 class type is garbage. (#25492)Peter Hutterer1-0/+3
2009-12-23test/xi2: fix maximum max_keycode (bug#25492)Julien Cristau1-1/+1