summaryrefslogtreecommitdiff
path: root/test/xi2
AgeCommit message (Expand)AuthorFilesLines
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
2009-10-06Add platform tests for Dtrace linker magicAlan Coopersmith1-1/+1
2009-09-24Fix build of unit tests when dtrace probes are enabledAlan Coopersmith1-0/+4
2009-09-16Fix num_masks/length overflow test for XiSelectEventsAlan Coopersmith1-1/+2
2009-09-16test_convert_XIRawEvent: Don't write more data than the struct holdsAlan Coopersmith1-1/+1
2009-09-16Remove stray semi-colon in protocol-common.cAlan Coopersmith1-1/+1
2009-09-03test: add protocol testing for XIWarpPointer.Peter Hutterer2-0/+220
2009-09-03test: expose the default screen to tests, some cleanup work.Peter Hutterer4-12/+26
2009-09-03Xi: if XISetEventMask fails, return this to the client.Peter Hutterer2-2/+3
2009-09-03Xi: fix broken swap code in XISelectEvents request processing.Peter Hutterer1-1/+1
2009-09-03test: fix request length calculation, add length tests for XISelectEventsPeter Hutterer1-2/+17
2009-08-24test: add XIQueryPointer protocol tests.Peter Hutterer2-0/+224
2009-08-24test: fake initialization of a sprite trace and window locationsPeter Hutterer1-0/+27
2009-08-17test: add protocol tests for DeviceChangedEventsPeter Hutterer1-5/+269
2009-08-13test: add event conversion tests for XIDeviceEventsPeter Hutterer1-0/+361
2009-08-13test: add focus and enter conversion testing.Peter Hutterer1-0/+30
2009-08-13test: add XI2 eventconversion test for raw events.Peter Hutterer2-1/+252
2009-08-13test: fix build error introduced by new AllocDevicePair APIPeter Hutterer1-2/+6
2009-07-14test: add tests for ProcXIGetClientPointer.Peter Hutterer2-1/+174