index
:
xorg/app/xwininfo
CYGWIN
DAMAGE-XFIXES
IPv6-REVIEW
XACE-SELINUX
XEVIE
XINERAMA_2
XORG-6_8-branch
XORG-CURRENT
XORG-RELEASE-1
XORG-RELEASE-1-STSF
XORG-RELEASE-1-TM
XORG-STABLE
XPRINT
lg3d-dev-0-6-1-1
lg3d-dev-0-6-2
lg3d-dev-0-7-0
lg3d-dev-0-7-1
lg3d-master
master
Window information utility for X (mirrored from https://gitlab.freedesktop.org/xorg/app/xwininfo)
krh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-08
Update xwininfo.man for #2
HEAD
master
積丹尼 Dan Jacobson
1
-0
/
+1
2023-04-09
xwininfo 1.1.6
xwininfo-1.1.6
Alan Coopersmith
2
-3
/
+3
2023-02-25
Add option to use libxcb-errors to improve X protocol error messages
Alan Coopersmith
4
-100
/
+127
2022-11-13
Variable scope reduction as recommended by cppcheck
Alan Coopersmith
2
-35
/
+38
2022-11-13
Silence -Wdiscarded-qualifiers warning on systems with non-const iconv
Alan Coopersmith
1
-1
/
+1
2022-11-13
gitlab CI: stop requiring Signed-off-by in commits
Alan Coopersmith
1
-2
/
+2
2022-04-10
Window_With_Name(): make sure cookies.get_net_wm_name is set
Alan Coopersmith
1
-0
/
+2
2021-12-07
Build xz tarballs instead of bzip2
Alan Coopersmith
1
-1
/
+1
2021-12-07
gitlab CI: add a basic build test
Alan Coopersmith
1
-0
/
+98
2019-07-14
xwininfo 1.1.5
xwininfo-1.1.5
Alan Coopersmith
1
-1
/
+1
2019-06-09
Clear -Wsign-compare warnings from gcc 7.3
Alan Coopersmith
2
-12
/
+13
2019-06-09
Improve manpage and -h option
Stéphane Aulery
2
-27
/
+27
2018-11-21
Update configure.ac bug URL for gitlab migration
Alan Coopersmith
1
-1
/
+1
2018-11-16
Update README for gitlab migration
Alan Coopersmith
3
-27
/
+19
2018-06-17
In Find_Client, if (win == XCB_WINDOW_NONE), roots should be freed.
David Hill
1
-1
/
+3
2018-03-09
xwininfo 1.1.4
xwininfo-1.1.4
Alan Coopersmith
1
-1
/
+1
2017-01-26
autogen: add default patch prefix
Mihail Konev
1
-0
/
+3
2017-01-26
autogen.sh: use quoted string variables
Emil Velikov
1
-4
/
+4
2017-01-26
autogen.sh: use exec instead of waiting for configure to finish
Peter Hutterer
1
-1
/
+1
2015-01-07
xwininfo: do not segfault on IO error
Olivier Fourdan
1
-0
/
+2
2014-06-03
Add -version option to print program version
Alan Coopersmith
2
-1
/
+12
2014-06-03
Print which option was in error along with usage message
Alan Coopersmith
3
-3
/
+5
2014-06-03
autogen.sh: Honor NOCONFIGURE=1
Alan Coopersmith
1
-2
/
+3
2014-06-03
configure: Drop AM_MAINTAINER_MODE
Alan Coopersmith
2
-2
/
+1
2013-05-17
xwininfo 1.1.3
xwininfo-1.1.3
Alan Coopersmith
1
-1
/
+1
2013-01-12
Quiet some clang warnings about implicit int <-> size_t conversions
Alan Coopersmith
1
-2
/
+2
2012-10-10
xwininfo: report the Visual class of the selected Window
Pierre-Loup A. Griffais
1
-1
/
+1
2012-08-29
Print more detailed error messages when xcb_connect fails
Alan Coopersmith
1
-4
/
+17
2012-08-29
Bug 53242 - xwininfo segfaults on invalid screen
David Venz
1
-0
/
+6
2012-08-25
Get rid of a number of warnings.
Thomas Klausner
1
-19
/
+19
2012-08-25
Remove dead code (size_t is always >= 0)
Jeremy Huddleston Sequoia
1
-4
/
+0
2012-08-25
Declare usage() as _X_NORETURN
Jeremy Huddleston Sequoia
1
-0
/
+1
2012-01-25
configure.ac: regroup statements and comment
Gaetan Nadon
1
-10
/
+11
2012-01-20
Revert "make: remove $(LIBOBJS) dead code"
Gaetan Nadon
1
-1
/
+1
2012-01-20
make: remove $(LIBOBJS) dead code
Gaetan Nadon
1
-1
/
+1
2011-10-06
Use format string literals instead of variables to print atom names
Guillem Jover
1
-21
/
+20
2011-10-06
Refactor atom name printing into a new Display_Atom_Name function
Guillem Jover
1
-22
/
+16
2011-10-06
Use format string literals instead of variables to print window ids
Guillem Jover
1
-7
/
+17
2011-10-06
Move leading ": " out from buffer to the error string printer
Guillem Jover
1
-19
/
+19
2011-09-28
Add const attributes to fix gcc -Wwrite-strings warnings
Alan Coopersmith
2
-4
/
+4
2011-09-28
Strip trailing whitespace
Alan Coopersmith
2
-5
/
+5
2011-08-24
Use AM_ICONV
Yaakov Selkowitz
3
-4
/
+693
2011-06-29
xwininfo 1.1.2
xwininfo-1.1.2
Alan Coopersmith
1
-1
/
+1
2011-06-18
Update to xcb-icccm 0.3.8 API
Alan Coopersmith
3
-86
/
+88
2011-06-08
When matching window names, ensure name lengths match too
Alan Coopersmith
1
-6
/
+10
2011-01-19
config: move man pages into their own directory
Gaetan Nadon
4
-17
/
+18
2011-01-13
man: remove trailing spaces and tabs
Gaetan Nadon
1
-11
/
+11
2011-01-12
config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
Gaetan Nadon
1
-1
/
+1
2011-01-09
Fix for invalid free if window has a _NET_WM_NAME property.
Tim van der Molen
1
-7
/
+3
2011-01-07
xwininfo.c:282: warning: no previous prototype for 'usage'
Alan Coopersmith
1
-1
/
+1
[next]