• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

man/H17-Jul-2020-589514

COPYINGH A D17-Jul-20201.2 KiB2621

ChangeLogH A D17-Jul-202025.3 KiB754504

INSTALLH A D17-Jul-202015.4 KiB371288

Makefile.amH A D17-Jul-20201.4 KiB4414

Makefile.inH A D17-Jul-202030.4 KiB953822

README.mdH A D17-Jul-2020826 2415

aclocal.m4H A D17-Jul-2020122.9 KiB3,3993,113

compileH A D17-Jul-20207.2 KiB349259

config.guessH A D17-Jul-202047.6 KiB1,6771,466

config.h.inH A D17-Jul-20202.4 KiB9770

config.subH A D17-Jul-202031.1 KiB1,8151,658

configureH A D17-Jul-2020345.3 KiB12,3349,868

configure.acH A D17-Jul-20201.9 KiB4741

depcompH A D17-Jul-202023 KiB792502

install-shH A D17-Jul-202015 KiB519337

missingH A D17-Jul-20206.7 KiB216143

xev.cH A D17-Jul-202045.7 KiB1,6381,416

README.md

1xev creates a window and then asks the X server to send it X11 events
2whenever anything happens to the window (such as it being moved,
3resized, typed in, clicked in, etc.).  You can also attach it to an
4existing window.  It is useful for seeing what causes events to occur
5and to display the information that they contain; it is essentially a
6debugging and development tool, and should not be needed in normal
7usage.
8
9All questions regarding this software should be directed at the
10Xorg mailing list:
11
12  https://lists.x.org/mailman/listinfo/xorg
13
14The master development code repository can be found at:
15
16  https://gitlab.freedesktop.org/xorg/app/xev
17
18Please submit bug reports and requests to merge patches there.
19
20For patch submission instructions, see:
21
22  https://www.x.org/wiki/Development/Documentation/SubmittingPatches
23
24