2015-04-17 09:05:50 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.2.2:
Aaron Plattner (1):
man: Add -event to the command synopsis
Alan Coopersmith (5):
Print which option was in error along with usage message
Add -version option to print program version
configure: Drop AM_MAINTAINER_MODE
autogen.sh: Honor NOCONFIGURE=1
xev 1.2.2
Egbert Eich (1):
Add event filter for button events
|
2013-01-29 23:05:23 by Thomas Klausner | Files touched by this commit (2) |
Log message:
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
|
2012-10-29 06:07:25 by Aleksej Saushev | Files touched by this commit (563) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2012-10-23 12:28:48 by Thomas Klausner | Files touched by this commit (7) |
Log message:
Remove xextproto/buildlink3.mk where libXext is pulled in via
Xtst, Xi, or Xrandr.
|
2012-08-14 11:11:25 by Thomas Klausner | Files touched by this commit (1) |
Log message:
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-06-09 09:00:50 by OBATA Akio | Files touched by this commit (25) |
Log message:
Require hacks for fixing autoconf + space in variable name issue.
|
2012-06-03 20:12:53 by Thomas Klausner | Files touched by this commit (2) |
Log message:
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.
|
2009-11-09 19:59:19 by Tobias Nygren | Files touched by this commit (2) |
Log message:
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
|
2008-05-24 23:45:22 by Tobias Nygren | Files touched by this commit (201) |
Log message:
Switch master site to MASTER_SITE_XORG.
|
2008-04-16 23:52:26 by Thomas Klausner | Files touched by this commit (2) |
Log message:
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
|