Commit graph

12 commits

Author SHA1 Message Date
wiz
d854c81110 Update to 1.2.1:
This release adds a "-event" option that can be used to filter which events are
printed.  For example, to listen only for RandR events, use "xev -event randr".
The -event parameter can be specified multiple times.  Please see the manual
page for the list of available event filters.

This release also contains a few code fixes.

Aaron Plattner (2):
      Add a -event parameter to control the event mask
      xev 1.2.1

Alan Coopersmith (2):
      Fix clang warnings about converting size_t to int and back again
      Use strncasecmp instead of a tolower loop & strncmp
2013-01-29 22:05:23 +00:00
asau
8aba7e3fbf Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-29 05:06:05 +00:00
wiz
1bf456b913 Remove xextproto/buildlink3.mk where libXext is pulled in via
Xtst, Xi, or Xrandr.
2012-10-23 10:28:47 +00:00
wiz
e98b3e911b Needs xextproto (like many libXext dependencies, which is why this
should be added to libXext/buildlink3.mk, but this has:
# XXX don't include xextproto/bl3 here; packages checking for xext.pc must
# include it theirselfes
requested by joerg because "most packages don't need it").
2012-08-14 09:11:25 +00:00
obache
c0c4efb4e5 Require hacks for fixing autoconf + space in variable name issue. 2012-06-09 07:00:46 +00:00
wiz
606e8b8d90 Update to 1.2.0:
1.2.0:
This feature release adds support for displaying RandR extension events,
contributed by Michael Thayer of the VirtualBox team.   It also contains
various code cleanups and build configuration improvements to aid future
maintainability.

1.1.0:
This release adds the -root option to specify monitoring root window events.
2012-06-03 18:12:53 +00:00
tnn
b40c73a175 Update to xev-1.0.4. Changes:
Add README with pointers to mailing lists, bugzilla, & git
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Fill in COPYING with notice from xev.c
Flush standard output after processing each event
xev: use XORG_CHANGELOG macro to create ChangeLog. #22611
2009-11-09 18:59:19 +00:00
tnn
9f2a42bc6b Switch master site to MASTER_SITE_XORG. 2008-05-24 21:45:14 +00:00
wiz
76bd1eb792 Update to 1.0.3:
Adam Jackson (1):
      xev 1.0.3

James Cloos (4):
      Rename .cvsignore to .gitignore
      Add *~ to .gitignore to skip patch/emacs droppings
      Replace static ChangeLog with dist-hook to generate from git log
      Add missing PHONY line for automatic ChangeLog generation

Noah Levitt (1):
      Handle WM_DELETE_WINDOW
2008-04-16 21:52:26 +00:00
joerg
08492918e0 Fix man page section on Linux. from Ole Andre Rodlie on pkgsrc-users. 2007-06-19 09:39:10 +00:00
joerg
4562d69e02 s/MAINTAINER/self/ 2007-04-10 13:28:24 +00:00
reed
522e1ef57b Import xev.
Xev is an X11 debugging tool. Xev creates a window (or can attach
to an existing window) and then asks the X server to send it events
whenever anything happens to the window (such as it being moved,
resized, typed in, clicked in, etc cetera).

This is the version of xev maintained by Xorg.
2006-12-19 01:27:57 +00:00