index
:
~whot/xinput
blob
master
mpx
multitouch
xinput-1.4-branch
Unnamed repository; edit this file 'description' to name the repository.
whot
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
xinput.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-10-27
We support XI 2.1 now
HEAD
master
Peter Hutterer
1
-0
/
+5
2011-07-18
Add support for device-to-screen mapping
Peter Hutterer
1
-0
/
+4
2011-06-03
Announce support for XI 2.0 to the server.
Peter Hutterer
1
-0
/
+10
2011-01-20
Add --id-only flag for 'xinput list'.
Peter Hutterer
1
-1
/
+1
2011-01-20
Add --name-only flag for 'xinput list'.
Peter Hutterer
1
-1
/
+1
2010-05-14
Support pointer: and keyboard: prefices for XI2 device names
Will Thompson
1
-5
/
+35
2010-05-14
Warn and fail if a device name is ambiguous.
Will Thompson
1
-3
/
+12
2009-10-09
Clean up --version, don't require a DISPLAY and display the server version too.
Peter Hutterer
1
-7
/
+38
2009-10-09
Rework 'xinput list' code
Thomas Jaeger
1
-1
/
+1
2009-09-17
set-prop: add --type={atom,float,int} and --format={8,16,32} options
Julien Cristau
1
-1
/
+1
2009-06-24
Obtain the XInput opcode and check that GenericEvents are actually XI events
Benjamin Close
1
-0
/
+8
2009-06-24
remove-master: document possible return modes in --help
Thomas Jaeger
1
-1
/
+1
2009-06-23
Fix --help output for create-master and remove-master.
Peter Hutterer
1
-2
/
+2
2009-05-08
Update to new inputproto defines.
Peter Hutterer
1
-1
/
+1
2009-05-07
Get the XIDeviceInfo instead of just the id.
Peter Hutterer
1
-14
/
+12
2009-05-07
XCloseDisplay when we're done.
Peter Hutterer
1
-0
/
+1
2009-05-07
Remove one more unnecessary ifdef.
Peter Hutterer
1
-6
/
+2
2009-05-07
Merge branch 'master' into xi2
Peter Hutterer
1
-1
/
+5
2009-04-22
xinput: add set-prop command
Julien Cristau
1
-0
/
+4
2009-04-02
Error out when selecting a device by name but more than one instance of the n...
Benjamin Close
1
-0
/
+1
2009-03-21
Add test_xi2 for xi2 testing.
Peter Hutterer
1
-0
/
+4
2009-03-21
Change is_xinput_present() to xinput_version().
Peter Hutterer
1
-8
/
+10
2009-03-21
add xi2_find_device_id
Peter Hutterer
1
-0
/
+37
2009-03-21
Rip HAVE_XI2 conditional functionality out.
Peter Hutterer
1
-4
/
+0
2009-03-21
Error out when more than one instance of a name exists
Benjamin Close
1
-0
/
+1
2009-01-21
Correct make distcheck and sparse warnings.
Paulo Cesar Pereira de Andrade
1
-2
/
+2
2009-01-16
Add set-atom-prop to set properties containing other properties.
Peter Hutterer
1
-0
/
+4
2009-01-16
Require libXi 1.2 and inputproto 1.5.
Peter Hutterer
1
-1
/
+1
2009-01-16
Add set-float-prop option to set properties using floating point numbers.
Simon Thum
1
-0
/
+4
2008-09-30
Call XSync instead XFlush to be able to handle errors
Sascha Hlusiak
1
-1
/
+1
2008-09-30
Add --get-button-map option.
Sascha Hlusiak
1
-0
/
+4
2008-09-26
Add --delete-prop option.
Peter Hutterer
1
-0
/
+4
2008-07-10
Add list-props, set-int-prop and watch-props parameters.
Peter Hutterer
1
-0
/
+12
2008-05-27
Test for XI2 functions in libXi, add #ifdefs to build in non-XI2 setups.
Peter Hutterer
1
-0
/
+6
2008-04-29
Use new XQueryInputVersion() request to tell the server we can do XI 2.
Peter Hutterer
1
-1
/
+1
2008-04-07
Merge branch 'master' into mpx
Peter Hutterer
1
-7
/
+15
2008-04-07
Compile warning fix.
Paulo Cesar Pereira de Andrade
1
-1
/
+1
2008-01-15
Replace Fred's name in the main license text with a general "The authors".
Peter Hutterer
1
-7
/
+7
2008-01-09
Add a warning when the user specifies an ambiguous device name
Philip Langdale
1
-2
/
+10
2007-12-20
Add support to set the client pointer.
Peter Hutterer
1
-0
/
+4
2007-12-20
Add --loop to "xinput list". Re-prints devices when hierarchy changes.
Peter Hutterer
1
-6
/
+6
2007-12-20
Add support for device hierarchy changes.
Peter Hutterer
1
-0
/
+16
2007-12-20
Remove leftover trailing whitespaces.
Peter Hutterer
1
-11
/
+11
2007-12-20
Add --short argument to list. Only prints name and ID.
Peter Hutterer
1
-1
/
+1
2007-12-20
Support GNU style options the dodgy way.
Peter Hutterer
1
-1
/
+5
2007-11-08
Expand check to support XExtensionKeyboard/Pointer.
Philip Langdale
1
-1
/
+1
2007-11-08
Death to RCS tags, remove compiler warning, get version from config.h.
Peter Hutterer
1
-4
/
+2
2007-11-08
Autotool the lot.
Peter Hutterer
1
-0
/
+194