summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2010-10-13test: input - don't set XI_TouchMotion or XI_TouchEnd when selecting eventsHEADxi2.1Chase Douglas1-0/+14
2010-10-13test: input - set valuators mask for event to core conversionChase Douglas1-0/+2
2010-06-11xfree86: Match devices based on USB IDDan Nicholson1-0/+12
2010-06-11xfree86: Match devices based on PnP IDDan Nicholson1-0/+12
2010-06-07If XTest is always required, then eliminate the XTest devPrivateKeith Packard2-2/+0
2010-06-06Initialize private keys in test suiteKeith Packard2-2/+15
2010-05-28test: fix up InputAttributes helper function test.Peter Hutterer1-1/+8
2010-05-26Ignore build products in the server's test suite.Jamey Sharp1-0/+13
2010-05-25dix: add helper functions to duplicate and free InputAttributes.Peter Hutterer1-0/+102
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 Vignatti2-2/+0
2010-01-27dix: EventToCore needs to copy the root window too.Peter Hutterer1-1/+3
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-11-25Xi: when deleting all properties, reset property handler to NULL.Peter Hutterer1-0/+54
2009-11-11.gitignore: use common defaults with custom section #24239Gaetan Nadon1-0/+2
2009-10-06Add platform tests for Dtrace linker magicAlan Coopersmith2-2/+2
2009-09-24Fix build of unit tests when dtrace probes are enabledAlan Coopersmith2-0/+8
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-09-03test: fix build after changing libxf86config.laPeter Hutterer1-1/+1
2009-08-27test: add a few tests for xtest device initialization.Peter Hutterer2-1/+118
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-30test: fix build by including eventstr.hPeter Hutterer1-1/+1
2009-07-22input: remove XI2 keysym grabs, use keycode grabs instead.Peter Hutterer1-2/+2
2009-07-14test: add tests for ProcXIGetClientPointer.Peter Hutterer2-1/+174
2009-07-14test: add ProcXISetClientPointer tests.Peter Hutterer2-1/+154
2009-07-14test: add ProcXIGetSelectedEvents tests.Peter Hutterer2-1/+246
2009-07-14test: add ProcXISelectEvents tests.Peter Hutterer2-1/+326
2009-07-14test: add ProcXIQueryDevice tests.Peter Hutterer2-1/+321
2009-07-14test: Add ProcXIQueryVersion tests.Peter Hutterer2-0/+197
2009-07-14test: add xi2 directory, prepare for protocol testing.Peter Hutterer4-0/+282
2009-07-14Add test subdir to base Makefile.amPeter Hutterer1-3/+0
2009-07-14include: introduce byte counting functions.Peter Hutterer1-0/+39
2009-06-29test: fix build error introduced by XINPUT_ABI 7Peter Hutterer1-2/+3