summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-10-27We support XI 2.1 nowHEADmasterPeter Hutterer1-0/+5
2011-10-27list: drop XIQueryVersion callPeter Hutterer1-9/+0
2011-09-23Merge branch 'smooth-scrolling'Peter Hutterer3-2/+38
2011-09-23Support the new Scroll classPeter Hutterer3-1/+39
2011-08-25Only try to print XIPointerEmulated flag if it is defined.Peter Hutterer1-0/+2
2011-08-19Enclose button labels with quotes to improve readabilityPeter Hutterer1-1/+4
2011-08-19test-xi2: support a device optionPeter Hutterer2-6/+13
2011-08-19Print the class type when listing devices.Peter Hutterer1-1/+4
2011-08-19test-xi2: print the correct flags, depending on the event typePeter Hutterer1-1/+11
2011-08-12list: don't use defines for checking server version.Peter Hutterer1-3/+3
2011-07-18Add support for device-to-screen mappingPeter Hutterer6-3/+280
2011-07-07man: Move my name to the top of the authors listPeter Hutterer1-1/+1
2011-07-07man: update missing copyrightsPeter Hutterer1-0/+4
2011-06-21Update Copyright notices.Gaetan Nadon7-128/+115
2011-06-21Apply standard configuration init, layout and commentsGaetan Nadon1-6/+8
2011-06-20Remove redundant definition of the VERSION Automake variableGaetan Nadon1-2/+0
2011-06-20Man pages Makefile: fix whitespaceGaetan Nadon1-3/+3
2011-06-20Use the value of MAN_SUBSTS from util-macros for man pagesGaetan Nadon1-19/+1
2011-06-03Remove superfluous comment.Peter Hutterer1-2/+1
2011-06-03Announce support for XI 2.0 to the server.Peter Hutterer1-0/+10
2011-05-05Initialize a few more values to defaults.Peter Hutterer1-2/+3
2011-05-05Silence compiler warningPeter Hutterer1-1/+1
2011-03-04man: replace hard coded section number with __appmansuffix__Gaetan Nadon1-2/+2
2011-01-20Fix broken "xinput list <devicename>".Peter Hutterer1-3/+9
2011-01-20Add --id-only flag for 'xinput list'.Peter Hutterer3-3/+17
2011-01-20Add --name-only flag for 'xinput list'.Peter Hutterer3-8/+30
2011-01-20Switch list to use an enum of printing formats.Peter Hutterer1-17/+31
2011-01-12config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERSGaetan Nadon1-1/+1
2011-01-12config: remove unrequired AC_SUBST([*_LIBS])Gaetan Nadon1-1/+0
2011-01-12config: remove unrequired AC_SUBST([*_CFLAGS])Gaetan Nadon1-1/+0
2011-01-12config: remove AC_PROG_CC as it overrides AC_PROG_C_C99Gaetan Nadon1-1/+0
2011-01-12config: use AC_PROG_INSTALL now supplied by XORG_DEFAULT_OPTIONSGaetan Nadon1-1/+0
2011-01-12config: use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONSGaetan Nadon1-1/+0
2011-01-12config: upgrade to util-macros 1.8 for additional man page supportGaetan Nadon1-3/+3
2011-01-12config: update AC_PREREQ statement to 2.60Gaetan Nadon1-1/+1
2010-12-29Remove unneeded include.Peter Hutterer1-1/+0
2010-12-01Fix typo in man page for the --test-xi2 option.David Fries1-1/+1
2010-11-18Zero out entire mask when selecting for different eventsChase Douglas1-2/+2
2010-11-17Print XI2 device event child window in hex tooChase Douglas1-1/+1
2010-11-11xinput 1.5.3xinput-1.5.3Peter Hutterer1-1/+1
2010-10-12Print an error if mode is neither ABSOLUTE nor RELATIVE.Peter Hutterer1-1/+4
2010-07-02xinput: Split XI2 valuators and print index of eventsChase Douglas1-3/+2
2010-06-09list: only check the last bit in the device mode.Peter Hutterer1-0/+4
2010-06-04xinput 1.5.2xinput-1.5.2Peter Hutterer1-1/+1
2010-05-18Atoms from XIGetProperty are 32bits (#27657)Kees Cook1-3/+3
2010-05-14Support pointer: and keyboard: prefices for XI2 device namesWill Thompson1-5/+35
2010-05-14Warn and fail if a device name is ambiguous.Will Thompson1-3/+12
2010-04-29test-xi2: Print out the sourceid for enter/leave events.Peter Hutterer1-1/+1
2010-04-07man: use automake silent rulesYaakov Selkowitz1-1/+1
2010-04-07man: Use AC_PROG_SED to find sedYaakov Selkowitz2-3/+2