summaryrefslogtreecommitdiff
path: root/x11/xwininfo
AgeCommit message (Collapse)AuthorFilesLines
2013-05-18Update to 1.1.3:wiz2-8/+6
A whole pile of bugs fixed by a whole bunch of different people here. Alan Coopersmith (5): Strip trailing whitespace Add const attributes to fix gcc -Wwrite-strings warnings Print more detailed error messages when xcb_connect fails Quiet some clang warnings about implicit int <-> size_t conversions xwininfo 1.1.3 David Venz (1): Bug 53242 - xwininfo segfaults on invalid screen Gaetan Nadon (3): make: remove $(LIBOBJS) dead code Revert "make: remove $(LIBOBJS) dead code" configure.ac: regroup statements and comment Guillem Jover (4): Move leading ": " out from buffer to the error string printer Use format string literals instead of variables to print window ids Refactor atom name printing into a new Display_Atom_Name function Use format string literals instead of variables to print atom names Jeremy Huddleston Sequoia (2): Declare usage() as _X_NORETURN Remove dead code (size_t is always >= 0) Pierre-Loup A. Griffais (1): xwininfo: report the Visual class of the selected Window Thomas Klausner (1): Get rid of a number of warnings. Yaakov Selkowitz (1): Use AM_ICONV
2012-10-29Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-23Remove xextproto/buildlink3.mk in most cases where it occurs withwiz1-2/+1
libXext/buildlink3.mk, now that it is included there. Leave the places where its API version is set or variables from it are used directly (about 3 packages).
2012-10-02Increase the minium required version of the "x11/libxcb" package to 1.6.tron1-1/+2
There are at least two packages ("graphics/cairo" and "x11/xlsclients") which require this. And we definitely want to avoid the situation where both the based and "pkgsrc" version get used at the same time. Bump all the packages which use the "x11/libxcb" package except the two which already require version 1.6. For those package remove the manually set minimum required version. Change discussed with Thomas Klausner in private e-mail.
2012-06-03Update to 1.1.2.wiz2-6/+7
1.1.2: This bug-fix release corrects two more issues introduced in the xcb port in the 1.1.0 release: false matching of window names when using -name and invalid frees when windows have a _NET_WM_NAME property. It also updates the optional support for the xcb-icccm library to work with the recent xcb-util-wm 0.3.8 release at the expense of dropping support for xcb-util 0.3.7 and older. This support is still only enabled when specifically requested via configure --with-xcb-icccm. 1.1.1: This bug-fix release corrects two issues introduced in the xcb port in the 1.1.0 release: a build issue with the optional support for the xcb-icccm library, and a runtime issue with reporting coordinates for windows extending into the negative parts of the coordinate space. 1.1.0: The major new feature of this release is the rewrite to use libxcb instead of libX11, batching requests for information to reduce waiting on round-trips in gathering the client information from the X server. Testing over a high-latency connection from California to China and back resulted in an improvement from 8 minutes to 45 seconds to output the complete window tree via xwininfo -root -all of a GNOME desktop session with 114 windows. This release thus libxcb to build, (though it still requires some libX11 headers as well). It also requires a minimum xproto version of 7.0.17. Should anyone need to maintain the libX11 version, a 1.0.x branch can be created in git from the 1.0.5 release base as needed. This release also adds support for reporting some EMWH window manager hints, including UTF-8 localized window names from the _NET_WM_NAME property. (This version does not correctly display names for windows with the WM_NAME property set using the COMPOUND_TEXT encoding. Most current desktops & toolkits will set the _NET_WM_NAME, which is used in preference to WM_NAME if it is set.)
2009-11-09Update to xwininfo-1.0.5. Changes:tnn2-6/+6
Add README with pointers to mailing lists, bugzilla, & git Fill in COPYING file Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS xwininfo 1.0.5 Do not spew usage on connection error Ansification and compile warning fixes. Report visual id along visual class for -stat switch Update manpage for visual id
2009-08-09Update to 1.0.4:wiz2-6/+6
James Cloos (1): xwininfo 1.0.4 Kim Woelders (1): Fix window selection by pointer.
2008-05-24Switch master site to MASTER_SITE_XORG.tnn1-2/+2
2007-09-21Update to version 1.0.3. Changes include:bjs2-6/+6
-- X.Org bug #10616: Add all the X info commands to See Also in man page -- Man page formatting: make -geometry bold like other options -- Rename xwininfo_CFLAGS to AM_CFLAGS to make automake-1.10 happier -- Purge unused code from dsimple.c -- dsimple.c: ANSIfy function declarations -- Replace sprintf's with snprintf & strlcat -- Add static & const qualifiers to xwininfo.c
2007-06-19Fix man page section on Linux. from Ole Andre Rodlie on pkgsrc-users.joerg1-1/+3
2007-04-12Import xwininfo-1.0.2.joerg4-0/+33
This package provides xwininfo, a program to query the X server for information about windows. This is from the modular X.org X11 project.