summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
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
2011-10-15test: fix input testDave Airlie1-11/+11
2011-10-15dix: add utility functions for double to/fro FP1616/FP3232 conversionJeremy Huddleston1-0/+128
2011-10-13Store desktop dimensions in screenInfo.Peter Hutterer1-0/+104
2011-09-30Input: Add smooth-scrolling support to GetPointerEventsPeter Hutterer3-6/+163
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 double-precision valuator_mask APIDaniel Stone1-6/+15
2011-09-29Input: Add flags to RawDeviceEventDaniel Stone1-0/+1
2011-09-26Merge remote-tracking branch 'whot/next'Keith Packard4-2/+413
2011-09-27xfree86: switch options from pointer to XF86OptionPtrPeter Hutterer1-5/+6
2011-09-21Use internal temp variable for swap macrosMatt Turner10-163/+131
2011-08-22input: make InputOption opaque, provide interface functions.Peter Hutterer1-0/+90
2011-08-22Add null-terminated list interface.Peter Hutterer1-0/+164
2011-08-22Disable check of double-aligned in test/input.c on Renesas SHNobuhiro Iwamatsu1-1/+1
2011-08-22dix: add KEYBOARD_OR_FLOAT and POINTER_OR_FLOAT to GetMaster()Peter Hutterer1-0/+13
2011-08-22test: add a test for GetMaster() behaviourPeter Hutterer1-0/+62