The NetBSD Project

CVS log for pkgsrc/x11/xinput/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / x11 / xinput

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.16: download - view: text, markup, annotated - select for diffs
Fri Apr 28 07:28:46 2023 UTC (18 months, 2 weeks ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2, pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, HEAD
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +3 -2 lines
xinput: update to 1.6.4.

xinput now supports `xinput map-to-output all` to reset the monitor
mapping to the whole desktop area.

Other than that it's cleanups and general fixes, nothing to get too
excited about. But then again, what's not to get excited about here,
it's a brand new xinput release! So hooray, let's get excited!

Ok, that's enough. Calm down please.

Alan Coopersmith (3):
      gitlab CI: add a basic build test
      Build xz tarballs instead of bzip2
      gitlab CI: stop requiring Signed-off-by in commits

Ben Kallus (1):
      Add argc checks to delete-prop

Luca Carlon (1):
      Use a constant id to let the user reset the input transformation matrix.

Peter Hutterer (5):
      man: rename the options to commands and drop the double-dash
      Drop the space before colon in the usage output
      test-xi2: print timestamps for all events
      Add support for the XWAYLAND extension
      xinput 1.6.4

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sat Jan 18 23:36:09 2020 UTC (4 years, 9 months ago) by rillig
Branches: MAIN
CVS tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
all: migrate several HOMEPAGEs to https

pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Nov 14 11:05:20 2019 UTC (4 years, 11 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +3 -4 lines
xinput: update to 1.6.3.

/me blows the dust off this git repo

xinput 1.6.3 is now available, incorporating the best of the last (checks
calendar) four years. Most of this is buildsystem tidyup that mattered back
then but is less exciting now in these modern times.

The only user-visible change is that xinput will now print a warning when
run against XWayland in the hope that this will reduce the number of
confused users or misguided bugs. Or both, ideally.

Alan Coopersmith (2):
      autogen.sh: Honor NOCONFIGURE=1
      Update configure.ac bug URL for gitlab migration

Emil Velikov (1):
      autogen.sh: use quoted string variables

Mihail Konev (1):
      autogen: add default patch prefix

Peter Hutterer (8):
      Switch to using "#if HAVE_XI..." exclusively
      autogen.sh: drop maintainer mode
      autogen.sh: use exec instead of waiting for configure to finish
      man: document an example for a set-prop call
      property: plug a memory leak
      test-xi2: add an extra NULL-check
      Warn if you're running against an XWayland server
      xinput 1.6.3

Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Mar 7 11:57:46 2018 UTC (6 years, 8 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +3 -4 lines
xorgproto: use xorgproto instead of separate *proto packages

Remove now obsolete packages.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Oct 19 22:56:32 2015 UTC (9 years ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +3 -4 lines
Update to 1.6.2:

A couple of minor patches accumulated over the years. One crasher fix, one
exit status correction, two fixes for the test-xi2 printf. And some build
system cleanups.

Gaetan Nadon (1):
      config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES

Peter Hutterer (6):
      Drop AM_MAINTAINER_MODE
      Fix crash for enable/disable without a device argument
      Fix valuator printf output in test-xi2
      property: return EXIT_FAILURE if at least one device fails (#90226)
      Print touch event flags in test-xi2
      xinput 1.6.2

Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu May 16 05:47:01 2013 UTC (11 years, 6 months ago) by richard
Branches: MAIN
CVS tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +5 -3 lines
update to xinput-1.6.0 for modular-xorg-server-1.12.4

Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Oct 29 05:07:12 2012 UTC (12 years ago) by asau
Branches: MAIN
CVS tags: pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -3 lines
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Oct 23 10:28:48 2012 UTC (12 years ago) by wiz
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -2 lines
Remove xextproto/buildlink3.mk where libXext is pulled in via
Xtst, Xi, or Xrandr.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Jun 15 23:06:08 2012 UTC (12 years, 4 months ago) by dholland
Branches: MAIN
CVS tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -3 lines
Whitespace. (as whined about by pkglint)

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Feb 28 14:53:09 2011 UTC (13 years, 8 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
Reset maintainer for retired developers.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Sep 10 19:43:05 2010 UTC (14 years, 2 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -2 lines
Update to xinit-1.5.2: fix 64bit issues, allow dealing with combined
pointer/keyboard devices, imporove documentation

Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Nov 9 18:52:16 2009 UTC (15 years ago) by tnn
Branches: MAIN
CVS tags: pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
Update to xinput-1.5.0. Changes:
man: clean up the man page.
Clean up --version, don't require a DISPLAY and display the server version too.
Rework 'xinput list' code

Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Jun 10 09:35:10 2009 UTC (15 years, 5 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
Update to 1.4.2:

This release brings mainly 64-bit fixes.
Also, the device list now prints out the type (MOUSE, KEYBOARD, etc.).

Peter Hutterer (7):
      fix 64 bit issues with set-int-prop and list-props.
      Fix set-float-prop on 64-bit architectures.
      The float_atom should actually be an Atom
      If there's multiple null-terminated strings in the property, print all.
      Create the float property if it doesn't exist.
      XCloseDisplay when we're done.
      xinput 1.4.2

Simon Thum (2):
      xinput: mention set-float-prop in manpage
      xinput: include device type in device list

Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Feb 25 16:10:17 2009 UTC (15 years, 8 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +5 -4 lines
Update to 1.4.0:

Benjamin Close (2):
      Correct the check for XI2, not every shell supports ==, but they do =
      Clean up the detection of XI2

Bryce Harrington (1):
      Add --list-props, --watch-props and --set-int-prop options to man page.

Julien Cristau (1):
      Change xinput_CFLAGS to AM_CFLAGS to clear automake-1.10 warning

Paulo Cesar Pereira de Andrade (2):
      Mandriva patches to xinput.
      Compile warning fix.

Peter Hutterer (28):
      Print out attachment of slave devices.
      Add support for device hierarchy changes.
      Add --loop to "xinput list". Re-prints devices when hierarchy changes.
      Register for DeviceClassesChangedEvents, reprint the list when we get one.
      Add support to set the client pointer.
      Don't overwrite daemon with argc.
      Replace Fred's name in the main license text with a general "The authors".
      Remove deprecated imakefile.
      Update XiSelectEvent API usage, has device argument now.
      Modify to work with the changes in the XChangeDeviceHierarchy API.
      Use new XQueryInputVersion() request to tell the server we can do XI 2.
      Use find_device_info instead of requireing device ids on the cmdline.
      Test for XI2 functions in libXi, add #ifdefs to build in non-XI2 setups.
      Remove ChangeLog, is autogenerated now anyway.
      Add list-props, set-int-prop and watch-props parameters.
      Property code: If the Atom specified was an Atom, actually use it too.
      Print property values in addition to their names.
      Don't require extension devices for button mapping.
      Use XI 1.5 property events.
      Require inputproto 1.9.99.4
      Use updated property events.
      Add --delete-prop option.
      Require inputproto 1.9.99.5
      Require libXi 1.2 and inputproto 1.5.
      Fix wrong type conversion in listing Atom properties.
      Don't linebreak after listing a string or atom property.
      Add set-atom-prop to set properties containing other properties.
      xinput 1.4.0

Sascha Hlusiak (2):
      Add --get-button-map option.
      Call XSync instead XFlush to be able to handle errors

Simon Thum (1):
      Add set-float-prop option to set properties using floating point numbers.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat May 24 21:45:17 2008 UTC (16 years, 5 months ago) by tnn
Branches: MAIN
CVS tags: pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper, cube-native-xorg-base, cube-native-xorg
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -3 lines
Switch master site to MASTER_SITE_XORG.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Mon Mar 3 03:04:56 2008 UTC (16 years, 8 months ago) by bjs
Branches: TNF
CVS tags: pkgsrc-base, pkgsrc-2008Q1-base, pkgsrc-2008Q1
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines

Import xinput-1.3.0.

The xinput utility configures and tests XInput devices. It wasn't
originally designed to be the primary tool for doing this but it's
still pretty much the only program out there for doing it.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Mar 3 03:04:56 2008 UTC (16 years, 8 months ago) by bjs
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>