summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2012-06-21Add FormatUInt64{,Hex}() for formatting numbers in a signal safe mannerChase Douglas3-1/+118
2012-06-05test/touch: Initialize device nameChase Douglas1-0/+5
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-01xserver: Fix out-of-tree buildMichal Suchanek1-1/+1
2012-05-01Xi: return BadValue on XIQueryVersion if the version is less than first callPeter Hutterer1-0/+113
2012-04-23test: Fix make distJeremy Huddleston1-2/+3
2012-04-18Xext: add a generic hashtable implementationErkki Seppälä2-1/+164
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 Hutterer2-0/+27
2012-03-24os: Pass the FatalError message to OsVendorFatalErrorJeremy Huddleston1-1/+1
2012-03-23test: Fix 'make dist' for configurations that build the Xorg DDXJeremy Huddleston1-0/+3
2012-03-21Introduce a consistent coding styleKeith Packard23-1027/+1138
2012-03-04test: add new test cases to .gitignoreGaetan Nadon2-0/+2
2012-02-03Namespace list api to reduce conflicts with similar system headersAlan Coopersmith2-72/+72
2012-01-15test: Fix linking issues when building unit tests without the Xorg DDXJeremy Huddleston2-4/+144
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-22test: fix grab mode value tests for new XIGrabModeTouchPeter Hutterer1-4/+13
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-20dix: add DIX API to create touchpointsPeter Hutterer1-0/+70
2011-12-20dix: if we run out of space for new touch events, resize the queuePeter Hutterer1-0/+51
2011-12-19dix: add helper functions to create DDX touch recsPeter Hutterer2-1/+151
2011-12-16tests: update for touch supportPeter Hutterer2-9/+31
2011-12-13input: replace GRABTYPE_* with the InputLevel enumsPeter Hutterer2-67/+67
2011-12-10Change GetXI2/XI/CoreType to just take a type argumentPeter Hutterer1-3/+3
2011-12-08Merge remote-tracking branch 'whot/for-keith'Keith Packard4-1/+237
2011-12-09Add a new XI2Mask struct and a few helper functions.Peter Hutterer2-1/+133
2011-12-09dix: switch the syncEvent queue to a struct listPeter Hutterer1-0/+67
2011-12-07test: update .gitignore with xfree86 and sort alphabeticallyGaetan Nadon1-3/+4
2011-12-06include: add list_last_entry to get the tail of a listPeter Hutterer1-0/+6
2011-12-06include: add list_append()Peter Hutterer1-0/+31
2011-12-02Disable building of tests requiring DDX functions when Xorg is not builtAlan Coopersmith1-7/+21
2011-11-29test: remove unneeded printf statements from misc.cPeter Hutterer1-3/+0
2011-11-23Add fallback implementation of strndup()Alan Coopersmith3-1/+71
2011-11-23Enable memory checking during unit testingAlan Coopersmith2-0/+2
2011-11-23Don't require ld -wrap for tests that don't need itAlan Coopersmith2-2/+9
2011-11-02Merge remote-tracking branch 'whot/two-screen-coordinates'Keith Packard1-0/+104
2011-10-31xfree86: fix potential buffer overflowServaas Vandenberghe1-0/+26
2011-10-27test: fix two more failing FP3232 testsDave Airlie3-6/+5
2011-10-24Merge remote-tracking branch 'whot/for-keith'Keith Packard1-4/+23
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-10-21test: Add unit test for mieqJeremy Huddleston1-0/+69
2011-10-21test: Silence some debug lines from the input unit testsJeremy Huddleston1-6/+9
2011-10-19Merge remote-tracking branch 'whot/for-keith'Keith Packard1-1/+14
2011-10-18dix: add valuator_mask_fetch_double()Peter Hutterer1-1/+14