519 lines
17 KiB
Plaintext
519 lines
17 KiB
Plaintext
commit 5600d953531f377b5be114c9b72aca281f9bbca5
|
|
Author: Peter Hutterer <peter.hutterer@who-t.net>
|
|
Date: Thu May 7 15:21:16 2009 +1000
|
|
|
|
xinput 1.4.2
|
|
|
|
commit 0996eebd20b017078b7a61e42b13b3c1c5acd1b8
|
|
Author: Peter Hutterer <peter.hutterer@who-t.net>
|
|
Date: Thu May 7 14:00:46 2009 +1000
|
|
|
|
XCloseDisplay when we're done.
|
|
|
|
This isn't really necessary, but we might as well be correct.
|
|
|
|
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
|
|
(cherry picked from commit 4832dc1f3ee8d11eadc99b5cd4e8158773d11f9b)
|
|
|
|
commit c6c2736a31c00717c5915e97a22b85d96ce163fe
|
|
Author: Peter Hutterer <peter.hutterer@who-t.net>
|
|
Date: Fri May 1 11:22:53 2009 +1000
|
|
|
|
Create the float property if it doesn't exist.
|
|
|
|
If we don't have the float property we won't be able to use float properties
|
|
for device configuration since the drivers may not understand it.
|
|
We might still want to apply properties for client settings though.
|
|
|
|
Reported-by: Simon Thum <simon.thum@gmx.de>
|
|
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
|
|
(cherry picked from commit 4b4b2e3f31cf08073887d8583997eb3340a6c2e1)
|
|
|
|
commit c7df478676b6573a07f74484668f9130706c4a1f
|
|
Author: Peter Hutterer <peter.hutterer@who-t.net>
|
|
Date: Thu Apr 30 14:50:08 2009 +1000
|
|
|
|
If there's multiple null-terminated strings in the property, print all.
|
|
|
|
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
|
|
Signed-off-by: Simon Thum <simon.thum@gmx.de>
|
|
(cherry picked from commit 42dca922d287ffddcf2185ca96738f1505a04c27)
|
|
|
|
commit 0616fc2e8c76c70d95173377abf39b2c7edfce19
|
|
Author: Peter Hutterer <peter.hutterer@who-t.net>
|
|
Date: Fri May 1 09:14:46 2009 +1000
|
|
|
|
The float_atom should actually be an Atom
|
|
|
|
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
|
|
(cherry picked from commit e9af7c5f602b5580df36c77ee1c2ed22ccf72134)
|
|
|
|
commit 4fa194b42a5a6a15b533be070d21d981751b9b83
|
|
Author: Peter Hutterer <peter.hutterer@redhat.com>
|
|
Date: Thu Apr 16 09:20:16 2009 -0400
|
|
|
|
Fix set-float-prop on 64-bit architectures.
|
|
|
|
Since 32-byte data on 64-bit machines must be passed in as 64-bit longs, let's
|
|
typecast around a bit.
|
|
|
|
Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
|
|
(cherry picked from commit a577bada8dddf3241a59cab812f5128131c46b29)
|
|
|
|
commit 7abb366e80d3a309d4ab8cd459ce184c6806b6d1
|
|
Author: Peter Hutterer <peter.hutterer@who-t.net>
|
|
Date: Tue Apr 14 09:13:15 2009 -0400
|
|
|
|
fix 64 bit issues with set-int-prop and list-props.
|
|
|
|
libX11 uses longs for 32 bit values, increasing hilarity on 64 bit machines.
|
|
|
|
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
|
|
(cherry picked from commit de6326a75de810752a5b4e4c2f5fe98a2f7241a9)
|
|
|
|
commit 4dc5f13e13c9434d6fa9ed9f10a8e12a55aedc24
|
|
Author: Simon Thum <simon.thum@gmx.de>
|
|
Date: Thu Mar 26 13:52:15 2009 +0100
|
|
|
|
xinput: include device type in device list
|
|
|
|
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
|
|
(cherry picked from commit 2f8f2193fdfe783c0854772cc46f1b2e0b2e3ec4)
|
|
|
|
commit 61b2df1cd0135d90c65219cfa17caedbe60a44a2
|
|
Author: Simon Thum <simon.thum@gmx.de>
|
|
Date: Thu Mar 26 15:19:47 2009 +0100
|
|
|
|
xinput: mention set-float-prop in manpage
|
|
|
|
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
|
|
(cherry picked from commit 17d537fd65ba9b1c99a0dde7833eb4069cc624a8)
|
|
|
|
commit 286724a1417ffda447be918e8bcf46cc37ed715b
|
|
Author: Peter Hutterer <peter.hutterer@who-t.net>
|
|
Date: Mon Apr 6 09:54:07 2009 +1000
|
|
|
|
xinput 1.4.1
|
|
|
|
commit 4134bd0f23acf3ff30311007ceba9ecbe568a70a
|
|
Author: Benjamin Close <Benjamin.Close@clearchain.com>
|
|
Date: Thu Feb 19 14:39:29 2009 +1030
|
|
|
|
Error out when selecting a device by name but more than one instance of the name exists
|
|
|
|
Previously the check was in place for the duplicate name, however the first
|
|
device with the requested name was still selected regardless.
|
|
Correct this by exiting out forcing the user to select by id instead
|
|
|
|
Signed-off-by: Benjamin Close <Benjamin.Close@clearchain.com>
|
|
|
|
commit 49ef8a40f96c0383a8a42a78fda3a990ac934e59
|
|
Author: Simon Thum <simon.thum@gmx.de>
|
|
Date: Wed Jan 21 14:09:29 2009 +0100
|
|
|
|
small fixes to the propery output
|
|
|
|
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
|
|
|
|
commit d923fd3366de8e26a328f3aa89bd531dd4a6304d
|
|
Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
|
|
Date: Wed Jan 21 19:35:52 2009 -0200
|
|
|
|
Correct make distcheck and sparse warnings.
|
|
|
|
commit 6f444b5d063452e7a8705c756269960e509241d8
|
|
Author: Peter Hutterer <peter.hutterer@who-t.net>
|
|
Date: Fri Jan 16 12:48:05 2009 +1000
|
|
|
|
xinput 1.4.0
|
|
|
|
commit aabe69b44c14c443df1dfb25d23e1c180a6a029d
|
|
Author: Peter Hutterer <peter.hutterer@who-t.net>
|
|
Date: Fri Jan 16 09:53:01 2009 +1000
|
|
|
|
Add set-atom-prop to set properties containing other properties.
|
|
|
|
commit 9870cb4120961f15d3e372a1ba49b5d32013e819
|
|
Author: Peter Hutterer <peter.hutterer@who-t.net>
|
|
Date: Fri Jan 16 09:51:57 2009 +1000
|
|
|
|
Don't linebreak after listing a string or atom property.
|
|
|
|
commit 4f474d5e78789cb0248e69852ab9abc992acad23
|
|
Author: Peter Hutterer <peter.hutterer@who-t.net>
|
|
Date: Fri Jan 16 09:50:05 2009 +1000
|
|
|
|
Fix wrong type conversion in listing Atom properties.
|
|
|
|
commit 1b6fbf9ead978322beccc1970b925dce0cd43815
|
|
Author: Peter Hutterer <peter.hutterer@who-t.net>
|
|
Date: Fri Jan 16 09:06:54 2009 +1000
|
|
|
|
Require libXi 1.2 and inputproto 1.5.
|
|
|
|
Device properties are available in a released libXi version now, so there's no
|
|
need to keep them conditional, make 1.5 mandatory.
|
|
|
|
We also have the explicit check for XI2 functions in libXi, so there's no need
|
|
to have requirements for inputproto 1.9.99.5.
|
|
|
|
commit 99c932c1a0db7821df3ef78efcfe4824697c4815
|
|
Author: Simon Thum <simon.thum@gmx.de>
|
|
Date: Mon Jan 12 14:24:26 2009 +1000
|
|
|
|
Add set-float-prop option to set properties using floating point numbers.
|
|
|
|
Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
|
|
|
|
commit ffff875c2c587e3ad64d57afc1c432de77497c10
|
|
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
|
|
Date: Tue Sep 30 17:54:08 2008 +0200
|
|
|
|
Call XSync instead XFlush to be able to handle errors
|
|
|
|
When setting properties, the program terminated successfully before any BadMatch or
|
|
BadValue could be processed. Calling XSync informs the user about errors.
|
|
|
|
commit 50e5235ecd7142892567c7d3ea6460907538b421
|
|
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
|
|
Date: Tue Sep 30 15:27:56 2008 +0200
|
|
|
|
Add --get-button-map option.
|
|
|
|
commit 7f046c957d4529249bcb69b35f6513411f6efcf5
|
|
Author: Peter Hutterer <peter.hutterer@redhat.com>
|
|
Date: Fri Sep 26 13:57:41 2008 +0930
|
|
|
|
Require inputproto 1.9.99.5
|
|
|
|
commit ccef360e5ee6598a0ab722389bdf8d391ff7efee
|
|
Author: Peter Hutterer <peter.hutterer@redhat.com>
|
|
Date: Fri Sep 26 13:55:33 2008 +0930
|
|
|
|
Add --delete-prop option.
|
|
|
|
commit db4b03629f690d69320f401b9568d5a861b19f9c
|
|
Author: Peter Hutterer <peter.hutterer@redhat.com>
|
|
Date: Fri Sep 26 13:51:36 2008 +0930
|
|
|
|
Use updated property events.
|
|
|
|
No more QueryDeviceProperty request.
|
|
|
|
commit 6b85506eaf5bef0a7d823450d34e08e51a8010bb
|
|
Author: Bryce Harrington <bryce@canonical.com>
|
|
Date: Sat Aug 30 15:01:59 2008 +0930
|
|
|
|
Add --list-props, --watch-props and --set-int-prop options to man page.
|
|
|
|
Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
|
|
|
|
commit 1c7b473b7e64f8b616aba70926f93d37d5269c28
|
|
Author: Peter Hutterer <peter.hutterer@redhat.com>
|
|
Date: Fri Aug 15 15:38:13 2008 +0930
|
|
|
|
Require inputproto 1.9.99.4
|
|
|
|
commit ca0b0fa7f84642cf2b1ba7d5d88487afbc8a6d29
|
|
Author: Peter Hutterer <peter.hutterer@redhat.com>
|
|
Date: Fri Aug 15 15:28:55 2008 +0930
|
|
|
|
Use XI 1.5 property events.
|
|
|
|
commit 316cc15f4217db0e4e47846e200d274dd5893b3a
|
|
Author: Peter Hutterer <peter.hutterer@redhat.com>
|
|
Date: Thu Aug 7 17:52:08 2008 +0930
|
|
|
|
Don't require extension devices for button mapping.
|
|
|
|
VCK and VCP can be opened too now.
|
|
|
|
commit b0c15823f1faadb24d5b7457f5b5fd1c9f248a1f
|
|
Author: Peter Hutterer <peter.hutterer@redhat.com>
|
|
Date: Thu Aug 7 17:51:34 2008 +0930
|
|
|
|
Print property values in addition to their names.
|
|
|
|
commit 5d833a190319b64d81293514027cebaaa3f74ffd
|
|
Author: Peter Hutterer <peter.hutterer@redhat.com>
|
|
Date: Thu Aug 7 17:49:48 2008 +0930
|
|
|
|
Property code: If the Atom specified was an Atom, actually use it too.
|
|
|
|
Don't ignore an atom if it has been specified with it's number instead of the
|
|
name.
|
|
|
|
commit 6ebdca422d12e3326f9ab59767e05eefd24ff85f
|
|
Author: Peter Hutterer <peter.hutterer@who-t.net>
|
|
Date: Tue Jul 8 18:00:21 2008 +0930
|
|
|
|
Add list-props, set-int-prop and watch-props parameters.
|
|
|
|
These parameters allow modification and display of input device properties.
|
|
|
|
commit 98b79fc5b050eea6141ad78cff4e0577f8e75c77
|
|
Author: Peter Hutterer <peter.hutterer@who-t.net>
|
|
Date: Tue Jul 8 18:01:48 2008 +0930
|
|
|
|
Remove ChangeLog, is autogenerated now anyway.
|
|
|
|
commit 86cab0389d9a02901c82e2072e4043a404fb2ebc
|
|
Author: Benjamin Close <Benjamin.Close@clearchain.com>
|
|
Date: Wed Jun 25 15:13:54 2008 +0930
|
|
|
|
Clean up the detection of XI2
|
|
|
|
Signed-off-by: Peter Hutterer <peter@cs.unisa.edu.au>
|
|
|
|
commit 6482e8ef8039eba98de03f0bb708d1151bc1577e
|
|
Author: Benjamin Close <Benjamin.Close@clearchain.com>
|
|
Date: Thu Jun 5 14:30:09 2008 +0930
|
|
|
|
Correct the check for XI2, not every shell supports ==, but they do =
|
|
|
|
Signed-off-by: Peter Hutterer <peter@cs.unisa.edu.au>
|
|
|
|
commit 8578813fda6787866b6a23b265696a673b213724
|
|
Author: Peter Hutterer <peter@cs.unisa.edu.au>
|
|
Date: Tue May 27 11:33:36 2008 +0930
|
|
|
|
Test for XI2 functions in libXi, add #ifdefs to build in non-XI2 setups.
|
|
|
|
commit 380b9665e86f403b56f9b96c2773b91d69588fb1
|
|
Author: Peter Hutterer <peter@cs.unisa.edu.au>
|
|
Date: Tue May 27 10:16:08 2008 +0930
|
|
|
|
Use find_device_info instead of requireing device ids on the cmdline.
|
|
|
|
commit 6ecbe3059cbc3561657841b9ee9b61e03c583eb8
|
|
Author: Peter Hutterer <peter@cs.unisa.edu.au>
|
|
Date: Tue Apr 29 11:20:03 2008 +0930
|
|
|
|
Use new XQueryInputVersion() request to tell the server we can do XI 2.
|
|
|
|
commit e3b705dc15d07bbb478ced6b54a5e0553d978113
|
|
Merge: ac3498c 834422a
|
|
Author: Peter Hutterer <peter@cs.unisa.edu.au>
|
|
Date: Mon Apr 7 17:24:16 2008 +0930
|
|
|
|
Merge branch 'master' into mpx
|
|
|
|
Conflicts:
|
|
|
|
src/xinput.c
|
|
|
|
(just a whitespace conflict)
|
|
|
|
commit 834422a9c68ecf84f5b8477567a785bc8e26217a
|
|
Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
|
|
Date: Sun Mar 16 19:37:17 2008 -0300
|
|
|
|
Compile warning fix.
|
|
|
|
Ansify a function without arguments.
|
|
|
|
Signed-off-by: Peter Hutterer <peter@cs.unisa.edu.au>
|
|
|
|
commit 8c7460ee11d9fbdcbdf13f2fa7fb62f26bac92dc
|
|
Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
|
|
Date: Sun Mar 16 19:36:17 2008 -0300
|
|
|
|
Mandriva patches to xinput.
|
|
|
|
Change to src/list.c fixes a typo/oversight.
|
|
Change to configure.ac required to avoid possible error in configure step
|
|
due to "unquoted" version test.
|
|
|
|
Signed-off-by: Peter Hutterer <peter@cs.unisa.edu.au>
|
|
|
|
commit ac3498c9b8a54143a9d023fe530c62e24c4651e0
|
|
Author: Peter Hutterer <peter@cs.unisa.edu.au>
|
|
Date: Mon Feb 18 17:17:39 2008 +1030
|
|
|
|
Modify to work with the changes in the XChangeDeviceHierarchy API.
|
|
|
|
commit 6729d777c48f38290c8f0e8d0e5f17182faa5120
|
|
Author: Peter Hutterer <peter@cs.unisa.edu.au>
|
|
Date: Wed Feb 13 16:35:18 2008 +1030
|
|
|
|
Update XiSelectEvent API usage, has device argument now.
|
|
|
|
commit 865c7bd8013f9882163234cce6cdd4168525815c
|
|
Author: Peter Hutterer <peter@cs.unisa.edu.au>
|
|
Date: Tue Jan 15 20:32:47 2008 +1030
|
|
|
|
Remove deprecated imakefile.
|
|
|
|
commit a01e5475d17c584bfa3b2d67570d675aebf4e6fd
|
|
Author: Peter Hutterer <peter@cs.unisa.edu.au>
|
|
Date: Tue Jan 15 20:32:28 2008 +1030
|
|
|
|
Replace Fred's name in the main license text with a general "The authors".
|
|
|
|
Makes it less messy to add authors.
|
|
|
|
Frederic Lepied's permission obtained via email.
|
|
|
|
commit b06af76677cd70912c9c4f381b0baed28b4f89a4
|
|
Author: Julien Cristau <jcristau@debian.org>
|
|
Date: Thu Jan 10 20:19:55 2008 +0100
|
|
|
|
Change xinput_CFLAGS to AM_CFLAGS to clear automake-1.10 warning
|
|
|
|
src/Makefile.am:27: compiling `buttonmap.c' with per-target flags requires `AM_PROG_CC_C_O' in `configure.ac'
|
|
|
|
Also remove -lm from xinput_LDADD, as it isn't needed.
|
|
|
|
commit 456a1eab4b0b2f4a9bdc8ca02657869595c4bc60
|
|
Author: Philip Langdale <philipl@fido2.homeip.net>
|
|
Date: Wed Jan 9 18:25:27 2008 -0800
|
|
|
|
Add ChangeLog rule.
|
|
|
|
commit caee9103c1569b7eba189e7a7c977971efec4458
|
|
Author: Philip Langdale <philipl@fido2.homeip.net>
|
|
Date: Wed Jan 9 18:24:28 2008 -0800
|
|
|
|
Update .gitignore
|
|
|
|
commit 49d37729f1d7212aad8afbd91b49a37c4e93a796
|
|
Author: Philip Langdale <philipl@fido2.homeip.net>
|
|
Date: Wed Jan 9 18:22:27 2008 -0800
|
|
|
|
Update news for 1.3.0 release.
|
|
|
|
commit ff7a63770ab9ce7336c7a9a70b0ae86de4b35bf3
|
|
Author: Philip Langdale <philipl@fido2.homeip.net>
|
|
Date: Wed Jan 9 18:17:43 2008 -0800
|
|
|
|
Add a warning when the user specifies an ambiguous device name
|
|
suggesting that they use the device id instead.
|
|
|
|
commit 06447732750a022a44476f8929568f0b11bfc6e9
|
|
Author: Philip Langdale <philipl@fido2.homeip.net>
|
|
Date: Wed Jan 9 18:16:54 2008 -0800
|
|
|
|
Update man page.
|
|
|
|
commit fcace3ec3be0276e163651c30681edec6ffdea17
|
|
Author: Philip Langdale <philipl@fido2.homeip.net>
|
|
Date: Wed Jan 9 18:14:12 2008 -0800
|
|
|
|
Update documentation
|
|
|
|
commit 115cbd4025a9eb9531633c3e8481cb1923789f57
|
|
Author: Philip Langdale <philipl@fido2.homeip.net>
|
|
Date: Wed Jan 9 18:08:37 2008 -0800
|
|
|
|
Make dependency on inputproto >= 1.4 explicit.
|
|
|
|
commit 2497824aa16683eaeaab4bf374ddc9e04688320a
|
|
Author: Peter Hutterer <peter@cs.unisa.edu.au>
|
|
Date: Mon Jan 7 18:56:54 2008 +1030
|
|
|
|
Don't overwrite daemon with argc.
|
|
|
|
This must be a leftover from my excessive out-of-order cherry-picking. Turns
|
|
out when --short was supplied we'd set daemon to argc, causing a loop waiting
|
|
for an event that'd never come. A bit like Godot actually.
|
|
|
|
commit a6feac1e18cdeffc42bc992faa8c95eaec420378
|
|
Author: Peter Hutterer <peter@cs.unisa.edu.au>
|
|
Date: Thu Dec 20 12:29:27 2007 +1030
|
|
|
|
Add support to set the client pointer.
|
|
|
|
Couple of whitespace changes too.
|
|
|
|
commit d02601e5c88d1d40e12cd71c2c10c7822919f7b8
|
|
Author: Peter Hutterer <peter@cs.unisa.edu.au>
|
|
Date: Thu Dec 20 12:27:32 2007 +1030
|
|
|
|
Register for DeviceClassesChangedEvents, reprint the list when we get one.
|
|
|
|
Only in list --loop mode though.
|
|
|
|
commit 60dafc9de224e2f1e53826858e5335916dc6d8c8
|
|
Author: Peter Hutterer <peter@cs.unisa.edu.au>
|
|
Date: Thu Dec 20 12:21:34 2007 +1030
|
|
|
|
Add --loop to "xinput list". Re-prints devices when hierarchy changes.
|
|
|
|
commit d1428764180c927cfa45298f5b7d0bf14eacc2da
|
|
Author: Peter Hutterer <peter@cs.unisa.edu.au>
|
|
Date: Thu Nov 8 14:53:18 2007 +1030
|
|
|
|
Add support for device hierarchy changes.
|
|
|
|
commit 1b4b4191e09ad01bd818d4307836b37ffd8fa5bd
|
|
Author: Peter Hutterer <peter@cs.unisa.edu.au>
|
|
Date: Sun Nov 18 12:36:32 2007 +1030
|
|
|
|
Print out attachment of slave devices.
|
|
|
|
commit 82dfa529165657edc4e66e072d1515638e1edc66
|
|
Author: Peter Hutterer <peter@cs.unisa.edu.au>
|
|
Date: Thu Dec 20 12:06:33 2007 +1030
|
|
|
|
Remove leftover trailing whitespaces.
|
|
|
|
commit 9b24e279439a800e72819ca63441a083a89643b6
|
|
Author: Peter Hutterer <peter@cs.unisa.edu.au>
|
|
Date: Thu Dec 20 11:52:41 2007 +1030
|
|
|
|
Add --short argument to list. Only prints name and ID.
|
|
|
|
commit 2a67ff9098efa0e1d53388816a0344067a3c21be
|
|
Author: Peter Hutterer <peter@cs.unisa.edu.au>
|
|
Date: Thu Dec 20 11:45:11 2007 +1030
|
|
|
|
Support GNU style options the dodgy way.
|
|
|
|
Simply removing all preceding "-" from the function name before running the
|
|
usual comparison.
|
|
|
|
commit 6a8c883794a3fc66d95e94c5a1e2902a46f9ede8
|
|
Author: Peter Hutterer <peter@cs.unisa.edu.au>
|
|
Date: Tue Nov 27 09:41:56 2007 +1030
|
|
|
|
Remove a few trailing whitespaces.
|
|
|
|
commit 14f32f4cb911a0086ccec94a64eb61533dc332bf
|
|
Author: Peter Hutterer <peter@cs.unisa.edu.au>
|
|
Date: Mon Dec 3 12:40:03 2007 +1030
|
|
|
|
Remove trailing whitespaces (buttonmap.c)
|
|
|
|
commit 58c513b0b9f610db2df8b26c483db6eb1b04dfdf
|
|
Author: Peter Hutterer <peter@cs.unisa.edu.au>
|
|
Date: Thu Nov 15 16:21:32 2007 +1030
|
|
|
|
Let autoconf substitute the VERSION.
|
|
|
|
commit c0178d2afef586f58f42508a9b8bd78e4e6e0cb8
|
|
Author: Philip Langdale <plangdale@vmware.com>
|
|
Date: Thu Nov 8 14:55:41 2007 +1030
|
|
|
|
Expand check to support XExtensionKeyboard/Pointer.
|
|
|
|
Search for PtrFeedbackClass instead of assuming it's the first class in the
|
|
list.
|
|
|
|
commit 451740ba094c37ac9e06c7ba7f466b5ab1beea08
|
|
Author: Peter Hutterer <peter@cs.unisa.edu.au>
|
|
Date: Thu Nov 8 14:23:40 2007 +1030
|
|
|
|
Death to RCS tags, remove compiler warning, get version from config.h.
|
|
|
|
commit 8806f3db5417f1c5946b6589cf2f043e9e7c68d3
|
|
Author: Peter Hutterer <peter@cs.unisa.edu.au>
|
|
Date: Thu Nov 8 14:16:34 2007 +1030
|
|
|
|
Autotool the lot.
|
|
|
|
commit 1e0b1816a95910631a6b1c8572b9689c32aeb3a0
|
|
Author: Peter Hutterer <peter@cs.unisa.edu.au>
|
|
Date: Thu Nov 8 10:21:21 2007 +1030
|
|
|
|
xinput as straight from the tarball.
|