summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-02-21Add find_output_xrandr to check for output presencePeter Hutterer1-6/+25
2012-02-21Don't leak output_infoPeter Hutterer1-3/+5
2012-02-21Always call XCloseDisplay()Peter Hutterer1-3/+6
2012-02-21Enclose property and device names in quotesPeter Hutterer12-45/+45
2012-02-09Fix XRRCrtcInfo memory leaksPeter Hutterer1-2/+3
2012-02-09Rename map-to-crtc to map-to-outputPeter Hutterer4-14/+14
2012-01-12xinput 1.5.99.1xinput-1.5.99.1Peter Hutterer1-1/+1
2012-01-12Merge branch 'multitouch'Peter Hutterer4-2/+41
2011-12-22print_version expects no arguments, so give it noneAlan Coopersmith1-3/+3
2011-12-01Print usage when run with --helpJeremy Huddleston1-0/+5
2011-11-30xinput: Assume 'list' by default if no args given.Bryce Harrington1-6/+5
2011-11-10add support for touch raw eventsPeter Hutterer1-0/+3
2011-11-10test-xi2: check return value of list, exit on failurePeter Hutterer1-1/+5
2011-11-10test-xi2: add basic touch supportPeter Hutterer4-0/+32
2011-11-10test-xi2: Use the longest mask we can getPeter Hutterer1-1/+1
2011-10-27We support XI 2.1 nowPeter 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