summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2011-02-22Move master/lastSlave out of the union into separate fields.Peter Hutterer2-2/+2
2011-02-22test: write some event → XI1 conversion tests.Peter Hutterer1-0/+139
2011-02-17Input: Allow EventToCore to return multiple eventsDaniel Stone1-29/+39
2011-01-07Merge branch 'for-peter' of git://people.freedesktop.org/~daniels/xserver int...Peter Hutterer3-28/+31
2011-01-07input: add valuator_mask_free() to free a valuator mask.Peter Hutterer1-1/+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
2011-01-06Test: Input: Add helper function for failing EventToCoreDaniel Stone1-18/+11
2010-11-26include: let BitIsOn() return a boolean value.Peter Hutterer1-0/+16
2010-11-24test: reduce range of byte-padding macro tests.Peter Hutterer1-17/+54
2010-11-24test: compare byte padding macros against the expected bytes.Peter Hutterer1-0/+3
2010-11-12test: Fix missing xkbsrv.h include.Cyril Brulebois1-0/+1
2010-11-11Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Peter Hutterer1-0/+2
2010-10-25test: valuator_mode tests.Peter Hutterer1-0/+33
2010-10-22input: remove "mode" field from ValuatorClassRec.Peter Hutterer1-1/+1
2010-10-22test: input - set valuators mask for event to core conversionChase Douglas1-0/+2
2010-10-22test: valuator_mask tests.Peter Hutterer1-0/+77
2010-10-13test: Fix make distcheck when not building unit testsJeremy Huddleston1-2/+1
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