summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
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
2011-05-31fixes: Add support for pointer barriersAdam Jackson2-1/+329
2011-05-13include: add version_compare helper functionPeter Hutterer2-1/+64
2011-04-25test/xi2: remove duplicated includeNicolas Kaiser1-1/+0
2011-04-21test: remove glib dependencyPeter Hutterer18-640/+580
2011-04-18test: add some XIPassiveGrab protocol testing.Peter Hutterer2-0/+242
2011-04-18Xi: fix valuator alignment in DeepCopyDeviceClasses (#36119)Peter Hutterer1-1/+23
2011-03-24test: when unit tests are enabled, build them during "make"Peter Hutterer2-4/+4
2011-03-18test: git ignore the list test executableGaetan Nadon1-1/+1
2011-03-18Add generalized unit test support using util-macros.Gaetan Nadon2-2/+10
2011-03-14test: add some tests for basic list manipulation.Peter Hutterer2-1/+178
2011-02-23Merge branch 'mi-cleanup' into nextPeter Hutterer3-2/+141