Commit graph

5 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
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
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
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