summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-10-13gitlab CI: Update to latest CI templates & Debian stable releaseHEADmasterAlan Coopersmith1-3/+9
2023-04-27xdpyinfo 1.3.4xdpyinfo-1.3.4Alan Coopersmith1-2/+2
2022-12-08Call memset() instead of hand-coding our own equivalentAlan Coopersmith1-2/+1
2022-12-08Remove unnecessary downcast of double to floatAlan Coopersmith1-1/+1
2022-12-08Variable scope reductionAlan Coopersmith1-71/+70
2022-11-22configure: Make xf86misc support disabled by defaultAlan Coopersmith1-2/+2
2022-04-07xdpyinfo 1.3.3xdpyinfo-1.3.3Alan Coopersmith1-1/+1
2022-04-06xdpyinfo: Fix printing the X.Org release version for xserver >= 21Adam Jackson1-4/+11
2022-04-06gitlab CI: stop requiring Signed-off-by in commitsAlan Coopersmith1-1/+1
2022-04-03fix -Wunused-[...] compiler warningsThomas Kuehne1-0/+2
2022-01-09Fix spelling/wording issuesAlan Coopersmith2-2/+2
2021-12-04Build xz tarballs instead of bzip2Alan Coopersmith1-1/+1
2021-12-04gitlab CI: add a basic build testAlan Coopersmith1-0/+98
2021-09-12Disable DMX support by default, leave --with-dmx to enable itAlan Coopersmith1-2/+2
2019-03-24Add explicit casts to clear implicit conversion warningsAlan Coopersmith1-4/+4
2019-03-03Only check for XFree86 if vendor string doesn't match X.OrgAlan Coopersmith1-13/+12
2018-11-21Update configure.ac bug URL for gitlab migrationAlan Coopersmith1-1/+1
2018-11-16Update README for gitlab migrationAlan Coopersmith2-12/+6
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-04-16xdpyinfo 1.3.2xdpyinfo-1.3.2Alan Coopersmith1-1/+1
2015-02-17Delete unused NULLSTR macroAlan Coopersmith1-3/+0
2015-02-17Mark required arguments to Xlib error handler as unusedAlan Coopersmith2-2/+2
2014-06-02autogen.sh: Honor NOCONFIGURE=1Alan Coopersmith1-2/+3
2014-06-02configure: Drop AM_MAINTAINER_MODEAlan Coopersmith2-2/+1
2014-06-02config: Add missing AC_CONFIG_SRCDIRAlan Coopersmith1-2/+5
2013-11-26Sprinkle consts in StrCmp to quiet cast warningsAlan Coopersmith1-1/+1
2013-11-26Print which option was in error along with usage messageAlan Coopersmith1-3/+14
2013-05-20xdpyinfo 1.3.1xdpyinfo-1.3.1Alan Coopersmith1-1/+1
2013-02-10Mark num_known_extensions as a const, since the size is fixed at compile timeAlan Coopersmith1-1/+1
2013-02-10Convert sprintf calls to snprintfAlan Coopersmith1-3/+5
2013-02-10Rename i & count in inner loop to avoid shadowing same named vars in outer loopAlan Coopersmith1-6/+6
2013-01-21Add xrandr to SEE ALSO section of man pageAlan Coopersmith1-0/+1
2013-01-21Add -version option to print version numberAlan Coopersmith2-0/+8
2013-01-21Combine usage messages into a single stringAlan Coopersmith1-5/+5
2013-01-21Declare 'len' as size_t to avoid unneccessary back-and-forth conversionsAlan Coopersmith1-1/+1
2013-01-21Mark usage() as _X_NORETURNAlan Coopersmith2-2/+2
2012-11-05Include Xwindows.h on WIN32 to avoid type clashesJon TURNEY1-0/+4
2011-10-21xdpyinfo 1.3.0xdpyinfo-1.3.0Alan Coopersmith1-1/+1
2011-09-28Silence gcc complaint about being unable to check printf format stringAlan Coopersmith1-5/+4
2011-09-28Remove unused function hasExtensionAlan Coopersmith1-15/+0
2011-09-28Add const attributes to fix gcc -Wwrite-strings warningsAlan Coopersmith1-29/+31
2011-09-28Strip trailing whitespaceAlan Coopersmith3-45/+45
2011-01-19config: move man pages into their own directoryGaetan Nadon4-17/+17
2011-01-13man: remove trailing spaces and tabsGaetan Nadon1-7/+7
2011-01-12config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERSGaetan Nadon1-1/+1
2011-01-12config: replace deprecated AC_HELP_STRING with AS_HELP_STRINGGaetan Nadon1-4/+4
2010-10-06Purge cvs tags.Jesse Adkins2-7/+0
2010-10-04Use xcb for -queryExt instead of a round-trip per extensionAlan Coopersmith2-13/+45