summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
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
2011-08-22test: add a option duplication testPeter Hutterer2-1/+82
2011-07-01Test: Input: Only ever set up to MAX_VALUATORS valuatorsDaniel Stone1-7/+11
2011-07-01Test: Ensure libxservertest gets relinked when necessaryDaniel Stone1-0/+1
2011-06-23xfree86: Remove libxorg convenience library to speed up buildDan Nicholson1-1/+0
2011-06-23xfree86: Move sdksyms generation to ddx toplevelDan Nicholson1-2/+5
2011-06-23Don't use empty source filesDan Nicholson2-6/+1
2011-06-22Update .gitignore as new tests have been addedGaetan Nadon2-12/+14
2011-06-03test: fix memset size for WindowRec (#37801)Peter Hutterer1-1/+1
2011-06-03test: don't test for double alignment on i386. (#36986)Peter Hutterer1-0/+3