summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-04-27Present: add per-crtc capabilities to -ext outputHEADmasterAlan Coopersmith
2024-04-27Present: add -ext present that prints version & screen capabilitiesAlan Coopersmith
2024-04-27XFree86-DGA: -ext all shoudn't exit on XF86DGAClientNotLocal errorAlan Coopersmith
2023-10-13gitlab CI: Update to latest CI templates & Debian stable releaseAlan Coopersmith
2023-04-27xdpyinfo 1.3.4xdpyinfo-1.3.4Alan Coopersmith
2022-12-08Call memset() instead of hand-coding our own equivalentAlan Coopersmith
2022-12-08Remove unnecessary downcast of double to floatAlan Coopersmith
2022-12-08Variable scope reductionAlan Coopersmith
2022-11-22configure: Make xf86misc support disabled by defaultAlan Coopersmith
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