summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2024-01-03Handle -Wmissing-prototypes warningsHEADmasterAlan Coopersmith2-4/+5
2024-01-03Add X.Org's standard C warning flags to AM_CFLAGSAlan Coopersmith1-1/+1
2023-10-03property: add support for setting PropModeAppend/...Peter Hutterer2-12/+24
2023-04-28Add support for the XWAYLAND extensionPeter Hutterer1-1/+2
2022-03-10test-xi2: print timestamps for all eventsPeter Hutterer1-0/+6
2022-03-10Drop the space before colon in the usage outputPeter Hutterer1-1/+1
2022-03-10Use a constant id to let the user reset the input transformation matrix.Luca Carlon2-1/+9
2022-01-15Add argc checks to delete-propBen Kallus1-0/+12
2019-03-27Warn if you're running against an XWayland serverPeter Hutterer1-0/+23
2018-09-13test-xi2: add an extra NULL-checkPeter Hutterer1-0/+4
2018-09-12property: plug a memory leakPeter Hutterer1-12/+15
2016-10-24Switch to using "#if HAVE_XI..." exclusivelyPeter Hutterer5-10/+10
2015-08-18Print touch event flags in test-xi2Peter Hutterer1-0/+9
2015-04-30property: return EXIT_FAILURE if at least one device fails (#90226)Peter Hutterer1-2/+7
2014-11-06Fix valuator printf output in test-xi2Peter Hutterer1-1/+1
2013-11-26Fix crash for enable/disable without a device argumentPeter Hutterer1-2/+18
2013-08-08Fix version selection conditionPeter Hutterer1-3/+3
2013-07-15Merge branch 'test-root-flag'Peter Hutterer2-58/+59
2013-07-03test-xi2: add support for test-xi2 --rootPeter Hutterer2-6/+20
2013-07-03test-xi2: group event selection downPeter Hutterer1-4/+5
2013-07-03test-xi2: allocate both masks at the same timePeter Hutterer1-33/+38
2013-07-03test-xi2: drop unused grab codePeter Hutterer1-19/+0
2013-07-03Use setvbuf() instead of setlinebuf()Jon TURNEY2-2/+2
2013-06-06Add support for XINPUT_XI2_VERSION environment variable to override versionPeter Hutterer1-0/+11
2012-08-20Increase interactiveness of test* outputNikolai Kondrashov2-0/+4
2012-06-12map-to-output: implement reflections and rotationsAlon Levy1-9/+69
2012-06-01Free strings allocated by GetAtomName instead of letting them leakAlan Coopersmith2-12/+20
2012-05-15Add --enable/--disable supportPeter Hutterer3-0/+24
2012-04-10Print the sourceid for raw eventsPeter Hutterer1-1/+1
2012-02-23Handle XA_CARDINAL as property typePeter Hutterer1-2/+30
2012-02-23Replace NVIDIA-specific output checkingPeter Hutterer1-11/+15
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 Hutterer3-12/+12
2012-01-12Merge branch 'multitouch'Peter Hutterer3-2/+38
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 Hutterer3-0/+29
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-23Support the new Scroll classPeter Hutterer2-0/+35
2011-08-19Enclose button labels with quotes to improve readabilityPeter Hutterer1-1/+4
2011-08-19test-xi2: support a device optionPeter Hutterer1-3/+10