summaryrefslogtreecommitdiff
path: root/src/xinput.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-27We support XI 2.1 nowHEADmasterPeter Hutterer1-0/+5
2011-07-18Add support for device-to-screen mappingPeter Hutterer1-0/+4
2011-06-03Announce support for XI 2.0 to the server.Peter Hutterer1-0/+10
2011-01-20Add --id-only flag for 'xinput list'.Peter Hutterer1-1/+1
2011-01-20Add --name-only flag for 'xinput list'.Peter Hutterer1-1/+1
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
2009-10-09Clean up --version, don't require a DISPLAY and display the server version too.Peter Hutterer1-7/+38
2009-10-09Rework 'xinput list' codeThomas Jaeger1-1/+1
2009-09-17set-prop: add --type={atom,float,int} and --format={8,16,32} optionsJulien Cristau1-1/+1
2009-06-24Obtain the XInput opcode and check that GenericEvents are actually XI eventsBenjamin Close1-0/+8
2009-06-24remove-master: document possible return modes in --helpThomas Jaeger1-1/+1
2009-06-23Fix --help output for create-master and remove-master.Peter Hutterer1-2/+2
2009-05-08Update to new inputproto defines.Peter Hutterer1-1/+1
2009-05-07Get the XIDeviceInfo instead of just the id.Peter Hutterer1-14/+12
2009-05-07XCloseDisplay when we're done.Peter Hutterer1-0/+1
2009-05-07Remove one more unnecessary ifdef.Peter Hutterer1-6/+2
2009-05-07Merge branch 'master' into xi2Peter Hutterer1-1/+5
2009-04-22xinput: add set-prop commandJulien Cristau1-0/+4
2009-04-02Error out when selecting a device by name but more than one instance of the n...Benjamin Close1-0/+1
2009-03-21Add test_xi2 for xi2 testing.Peter Hutterer1-0/+4
2009-03-21Change is_xinput_present() to xinput_version().Peter Hutterer1-8/+10
2009-03-21add xi2_find_device_idPeter Hutterer1-0/+37
2009-03-21Rip HAVE_XI2 conditional functionality out.Peter Hutterer1-4/+0
2009-03-21Error out when more than one instance of a name existsBenjamin Close1-0/+1
2009-01-21Correct make distcheck and sparse warnings.Paulo Cesar Pereira de Andrade1-2/+2
2009-01-16Add set-atom-prop to set properties containing other properties.Peter Hutterer1-0/+4
2009-01-16Require libXi 1.2 and inputproto 1.5.Peter Hutterer1-1/+1
2009-01-16Add set-float-prop option to set properties using floating point numbers.Simon Thum1-0/+4
2008-09-30Call XSync instead XFlush to be able to handle errorsSascha Hlusiak1-1/+1
2008-09-30Add --get-button-map option.Sascha Hlusiak1-0/+4
2008-09-26Add --delete-prop option.Peter Hutterer1-0/+4
2008-07-10Add list-props, set-int-prop and watch-props parameters.Peter Hutterer1-0/+12
2008-05-27Test for XI2 functions in libXi, add #ifdefs to build in non-XI2 setups.Peter Hutterer1-0/+6
2008-04-29Use new XQueryInputVersion() request to tell the server we can do XI 2.Peter Hutterer1-1/+1
2008-04-07Merge branch 'master' into mpxPeter Hutterer1-7/+15
2008-04-07Compile warning fix.Paulo Cesar Pereira de Andrade1-1/+1
2008-01-15Replace Fred's name in the main license text with a general "The authors".Peter Hutterer1-7/+7
2008-01-09Add a warning when the user specifies an ambiguous device namePhilip Langdale1-2/+10
2007-12-20Add support to set the client pointer.Peter Hutterer1-0/+4
2007-12-20Add --loop to "xinput list". Re-prints devices when hierarchy changes.Peter Hutterer1-6/+6
2007-12-20Add support for device hierarchy changes.Peter Hutterer1-0/+16
2007-12-20Remove leftover trailing whitespaces.Peter Hutterer1-11/+11
2007-12-20Add --short argument to list. Only prints name and ID.Peter Hutterer1-1/+1
2007-12-20Support GNU style options the dodgy way.Peter Hutterer1-1/+5
2007-11-08Expand check to support XExtensionKeyboard/Pointer.Philip Langdale1-1/+1
2007-11-08Death to RCS tags, remove compiler warning, get version from config.h.Peter Hutterer1-4/+2
2007-11-08Autotool the lot.Peter Hutterer1-0/+194