]>
diplodocus.org Git - xorg-xinput/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Julien Cristau [Thu, 10 Jan 2008 19:19:55 +0000 (20:19 +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.
Philip Langdale [Thu, 10 Jan 2008 02:25:27 +0000 (18:25 -0800)]
Add ChangeLog rule.
Philip Langdale [Thu, 10 Jan 2008 02:24:28 +0000 (18:24 -0800)]
Update .gitignore
Philip Langdale [Thu, 10 Jan 2008 02:22:27 +0000 (18:22 -0800)]
Update news for 1.3.0 release.
Philip Langdale [Thu, 10 Jan 2008 02:17:43 +0000 (18:17 -0800)]
Add a warning when the user specifies an ambiguous device name
suggesting that they use the device id instead.
Philip Langdale [Thu, 10 Jan 2008 02:16:54 +0000 (18:16 -0800)]
Update man page.
Philip Langdale [Thu, 10 Jan 2008 02:14:12 +0000 (18:14 -0800)]
Update documentation
Philip Langdale [Thu, 10 Jan 2008 02:08:37 +0000 (18:08 -0800)]
Make dependency on inputproto >= 1.4 explicit.
Peter Hutterer [Thu, 20 Dec 2007 01:36:33 +0000 (12:06 +1030)]
Remove leftover trailing whitespaces.
Peter Hutterer [Thu, 20 Dec 2007 01:22:41 +0000 (11:52 +1030)]
Add --short argument to list. Only prints name and ID.
Peter Hutterer [Thu, 20 Dec 2007 01:15:11 +0000 (11:45 +1030)]
Support GNU style options the dodgy way.
Simply removing all preceding "-" from the function name before running the
usual comparison.
Peter Hutterer [Mon, 26 Nov 2007 23:11:56 +0000 (09:41 +1030)]
Remove a few trailing whitespaces.
Peter Hutterer [Mon, 3 Dec 2007 02:10:03 +0000 (12:40 +1030)]
Remove trailing whitespaces (buttonmap.c)
Peter Hutterer [Thu, 15 Nov 2007 05:51:32 +0000 (16:21 +1030)]
Let autoconf substitute the VERSION.
Philip Langdale [Thu, 8 Nov 2007 04:25:41 +0000 (14:55 +1030)]
Expand check to support XExtensionKeyboard/Pointer.
Search for PtrFeedbackClass instead of assuming it's the first class in the
list.
Peter Hutterer [Thu, 8 Nov 2007 03:53:40 +0000 (14:23 +1030)]
Death to RCS tags, remove compiler warning, get version from config.h.
Peter Hutterer [Thu, 8 Nov 2007 03:46:34 +0000 (14:16 +1030)]
Autotool the lot.
Peter Hutterer [Wed, 7 Nov 2007 23:51:21 +0000 (10:21 +1030)]
xinput as straight from the tarball.