summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-07xdpyinfo 1.3.3xdpyinfo-1.3.3Alan Coopersmith
2022-04-06xdpyinfo: Fix printing the X.Org release version for xserver >= 21Adam Jackson
2022-04-06gitlab CI: stop requiring Signed-off-by in commitsAlan Coopersmith
2022-04-03fix -Wunused-[...] compiler warningsThomas Kuehne
2022-01-09Fix spelling/wording issuesAlan Coopersmith
2021-12-04Build xz tarballs instead of bzip2Alan Coopersmith
2021-12-04gitlab CI: add a basic build testAlan Coopersmith
2021-09-12Disable DMX support by default, leave --with-dmx to enable itAlan Coopersmith
2019-03-24Add explicit casts to clear implicit conversion warningsAlan Coopersmith
2019-03-03Only check for XFree86 if vendor string doesn't match X.OrgAlan Coopersmith
2018-11-21Update configure.ac bug URL for gitlab migrationAlan Coopersmith
2018-11-16Update README for gitlab migrationAlan Coopersmith
2017-01-26autogen: add default patch prefixMihail Konev
2017-01-26autogen.sh: use quoted string variablesEmil Velikov
2017-01-26autogen.sh: use exec instead of waiting for configure to finishPeter Hutterer
2015-04-16xdpyinfo 1.3.2xdpyinfo-1.3.2Alan Coopersmith
2015-02-17Delete unused NULLSTR macroAlan Coopersmith
2015-02-17Mark required arguments to Xlib error handler as unusedAlan Coopersmith
2014-06-02autogen.sh: Honor NOCONFIGURE=1Alan Coopersmith
2014-06-02configure: Drop AM_MAINTAINER_MODEAlan Coopersmith
2014-06-02config: Add missing AC_CONFIG_SRCDIRAlan Coopersmith
2013-11-26Sprinkle consts in StrCmp to quiet cast warningsAlan Coopersmith
2013-11-26Print which option was in error along with usage messageAlan Coopersmith
2013-05-20xdpyinfo 1.3.1xdpyinfo-1.3.1Alan Coopersmith
2013-02-10Mark num_known_extensions as a const, since the size is fixed at compile timeAlan Coopersmith
2013-02-10Convert sprintf calls to snprintfAlan Coopersmith
2013-02-10Rename i & count in inner loop to avoid shadowing same named vars in outer loopAlan Coopersmith
2013-01-21Add xrandr to SEE ALSO section of man pageAlan Coopersmith
2013-01-21Add -version option to print version numberAlan Coopersmith
2013-01-21Combine usage messages into a single stringAlan Coopersmith
2013-01-21Declare 'len' as size_t to avoid unneccessary back-and-forth conversionsAlan Coopersmith
2013-01-21Mark usage() as _X_NORETURNAlan Coopersmith
2012-11-05Include Xwindows.h on WIN32 to avoid type clashesJon TURNEY
2011-10-21xdpyinfo 1.3.0xdpyinfo-1.3.0Alan Coopersmith
2011-09-28Silence gcc complaint about being unable to check printf format stringAlan Coopersmith
2011-09-28Remove unused function hasExtensionAlan Coopersmith
2011-09-28Add const attributes to fix gcc -Wwrite-strings warningsAlan Coopersmith
2011-09-28Strip trailing whitespaceAlan Coopersmith
2011-01-19config: move man pages into their own directoryGaetan Nadon
2011-01-13man: remove trailing spaces and tabsGaetan Nadon
2011-01-12config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERSGaetan Nadon
2011-01-12config: replace deprecated AC_HELP_STRING with AS_HELP_STRINGGaetan Nadon
2010-10-06Purge cvs tags.Jesse Adkins
2010-10-04Use xcb for -queryExt instead of a round-trip per extensionAlan Coopersmith
2010-10-03xdpyinfo 1.2.0xdpyinfo-1.2.0Alan Coopersmith
2010-10-03Remove DPY_XPRINT_* from Makefile.amAlan Coopersmith
2010-09-23config: Remove unnecessary calls from configure.acAlan Coopersmith
2010-09-23config: upgrade to util-macros 1.8 for additional man page supportAlan Coopersmith
2010-09-23config: update AC_PREREQ statement to 2.60Gaetan Nadon
2010-03-27xprint: remove isPrintScreen codeGaetan Nadon