Age | Commit message (Collapse) | Author | Files | Lines |
|
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
|
|
|
|
Xtst, Xi, or Xrandr.
|
|
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").
|
|
|
|
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.
|
|
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
|
|
|
|
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
|
|
|
|
|
|
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.
|