summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-06-08Update xwininfo.man for #2HEADmaster積丹尼 Dan Jacobson1-0/+1
2023-04-09xwininfo 1.1.6xwininfo-1.1.6Alan Coopersmith2-3/+3
2023-02-25Add option to use libxcb-errors to improve X protocol error messagesAlan Coopersmith4-100/+127
2022-11-13Variable scope reduction as recommended by cppcheckAlan Coopersmith2-35/+38
2022-11-13Silence -Wdiscarded-qualifiers warning on systems with non-const iconvAlan Coopersmith1-1/+1
2022-11-13gitlab CI: stop requiring Signed-off-by in commitsAlan Coopersmith1-2/+2
2022-04-10Window_With_Name(): make sure cookies.get_net_wm_name is setAlan Coopersmith1-0/+2
2021-12-07Build xz tarballs instead of bzip2Alan Coopersmith1-1/+1
2021-12-07gitlab CI: add a basic build testAlan Coopersmith1-0/+98
2019-07-14xwininfo 1.1.5xwininfo-1.1.5Alan Coopersmith1-1/+1
2019-06-09Clear -Wsign-compare warnings from gcc 7.3Alan Coopersmith2-12/+13
2019-06-09Improve manpage and -h optionStéphane Aulery2-27/+27
2018-11-21Update configure.ac bug URL for gitlab migrationAlan Coopersmith1-1/+1
2018-11-16Update README for gitlab migrationAlan Coopersmith3-27/+19
2018-06-17In Find_Client, if (win == XCB_WINDOW_NONE), roots should be freed.David Hill1-1/+3
2018-03-09xwininfo 1.1.4xwininfo-1.1.4Alan Coopersmith1-1/+1
2017-01-26autogen: add default patch prefixMihail Konev1-0/+3
2017-01-26autogen.sh: use quoted string variablesEmil Velikov1-4/+4
2017-01-26autogen.sh: use exec instead of waiting for configure to finishPeter Hutterer1-1/+1
2015-01-07xwininfo: do not segfault on IO errorOlivier Fourdan1-0/+2
2014-06-03Add -version option to print program versionAlan Coopersmith2-1/+12
2014-06-03Print which option was in error along with usage messageAlan Coopersmith3-3/+5
2014-06-03autogen.sh: Honor NOCONFIGURE=1Alan Coopersmith1-2/+3
2014-06-03configure: Drop AM_MAINTAINER_MODEAlan Coopersmith2-2/+1
2013-05-17xwininfo 1.1.3xwininfo-1.1.3Alan Coopersmith1-1/+1
2013-01-12Quiet some clang warnings about implicit int <-> size_t conversionsAlan Coopersmith1-2/+2
2012-10-10xwininfo: report the Visual class of the selected WindowPierre-Loup A. Griffais1-1/+1
2012-08-29Print more detailed error messages when xcb_connect failsAlan Coopersmith1-4/+17
2012-08-29Bug 53242 - xwininfo segfaults on invalid screenDavid Venz1-0/+6
2012-08-25Get rid of a number of warnings.Thomas Klausner1-19/+19
2012-08-25Remove dead code (size_t is always >= 0)Jeremy Huddleston Sequoia1-4/+0
2012-08-25Declare usage() as _X_NORETURNJeremy Huddleston Sequoia1-0/+1
2012-01-25configure.ac: regroup statements and commentGaetan Nadon1-10/+11
2012-01-20Revert "make: remove $(LIBOBJS) dead code"Gaetan Nadon1-1/+1
2012-01-20make: remove $(LIBOBJS) dead codeGaetan Nadon1-1/+1
2011-10-06Use format string literals instead of variables to print atom namesGuillem Jover1-21/+20
2011-10-06Refactor atom name printing into a new Display_Atom_Name functionGuillem Jover1-22/+16
2011-10-06Use format string literals instead of variables to print window idsGuillem Jover1-7/+17
2011-10-06Move leading ": " out from buffer to the error string printerGuillem Jover1-19/+19
2011-09-28Add const attributes to fix gcc -Wwrite-strings warningsAlan Coopersmith2-4/+4
2011-09-28Strip trailing whitespaceAlan Coopersmith2-5/+5
2011-08-24Use AM_ICONVYaakov Selkowitz3-4/+693
2011-06-29xwininfo 1.1.2xwininfo-1.1.2Alan Coopersmith1-1/+1
2011-06-18Update to xcb-icccm 0.3.8 APIAlan Coopersmith3-86/+88
2011-06-08When matching window names, ensure name lengths match tooAlan Coopersmith1-6/+10
2011-01-19config: move man pages into their own directoryGaetan Nadon4-17/+18
2011-01-13man: remove trailing spaces and tabsGaetan Nadon1-11/+11
2011-01-12config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERSGaetan Nadon1-1/+1
2011-01-09Fix for invalid free if window has a _NET_WM_NAME property.Tim van der Molen1-7/+3
2011-01-07xwininfo.c:282: warning: no previous prototype for 'usage'Alan Coopersmith1-1/+1