summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-02-11Add -help and -version optionsHEADmasterAlan Coopersmith2-4/+26
2023-02-11Print which argument(s) was unknown before giving usage messageAlan Coopersmith1-1/+9
2022-12-03xfd 1.1.4xfd-1.1.4Alan Coopersmith1-2/+2
2022-11-12Tag unused arguments to callback functions as _X_UNUSEDAlan Coopersmith2-15/+23
2022-11-12Handle -Wextra-semi-stmt warnings from clangAlan Coopersmith1-6/+6
2022-10-16gitlab CI: stop requiring Signed-off-by in commitsAlan Coopersmith1-2/+2
2022-10-16Mark usage() as _X_NORETURN _X_COLDAlan Coopersmith2-2/+3
2022-10-16Variable scope reductions as recommended by cppcheckAlan Coopersmith2-5/+4
2022-10-16Fix warning: missing initializer for field ‘extension’ of ‘SimpleClassP...Alan Coopersmith1-1/+2
2022-10-16Use _CONST_X_STRING to make libXt declare String as const char *Alan Coopersmith1-1/+2
2021-12-06Build xz tarballs instead of bzip2Alan Coopersmith1-1/+1
2021-12-06gitlab CI: add a basic build testAlan Coopersmith1-0/+98
2019-03-09xfd 1.1.3xfd-1.1.3Alan Coopersmith1-1/+1
2019-03-03Re-enable code to use XKB BellsAlan Coopersmith2-1/+15
2018-11-21Update configure.ac bug URL for gitlab migrationAlan Coopersmith1-1/+1
2018-11-16Update README for gitlab migrationAlan Coopersmith3-26/+20
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
2014-06-02autogen.sh: Honor NOCONFIGURE=1Alan Coopersmith1-2/+3
2014-06-02configure: Drop AM_MAINTAINER_MODEAlan Coopersmith2-2/+1
2013-12-10Move domaindir declaration inside #ifdef USE_GETTEXTAlan Coopersmith1-6/+9
2013-07-16xfd 1.1.2xfd-1.1.2Alan Coopersmith1-1/+1
2013-06-07Suppress a spurious warning.Eric S. Raymond1-1/+2
2013-02-17Mark do_quit as noreturn, as suggested by gcc & clangAlan Coopersmith2-2/+2
2013-02-17convert sprintf calls to snprintfAlan Coopersmith1-22/+23
2013-01-16Drop old CVS version tagsAlan Coopersmith6-20/+1
2013-01-16config: Add missing AC_CONFIG_SRCDIRAlan Coopersmith1-3/+5
2013-01-07Fix SEGV when XftFontOpenName() returns NULL.Andreas Schwab1-3/+0
2012-02-15xfd 1.1.1xfd-1.1.1Alan Coopersmith1-1/+1
2011-12-10Use the Automake recommended alternative to AX_DEFINE_DIRGaetan Nadon3-54/+3
2011-09-28Remove freetype2 from PKG_CHECK_MODULES listAlan Coopersmith1-1/+1
2011-09-28Add const attribute to domaindir fix gcc -Wwrite-strings warningsAlan Coopersmith1-1/+1
2011-09-28Strip trailing whitespaceAlan Coopersmith6-98/+98
2011-01-19config: move man pages into their own directoryGaetan Nadon4-20/+18
2011-01-13man: replace hard coded man page section with substitution stringsGaetan Nadon1-1/+1
2011-01-13man: remove trailing spaces and tabsGaetan Nadon1-20/+20
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-1/+1
2010-10-20xfd 1.1.0xfd-1.1.0Alan Coopersmith1-1/+2
2010-09-26config: Remove unnecessary calls from configure.acAlan Coopersmith1-2/+0
2010-09-26config: upgrade to util-macros 1.8 for additional man page supportAlan Coopersmith2-22/+4
2010-09-26config: update AC_PREREQ statement to 2.60Gaetan Nadon1-1/+1
2010-04-01config: ignore xfd.po file when gettext is usedGaetan Nadon1-0/+1
2010-03-31config: update and relocate AX_DEFINE_DIR macroGaetan Nadon3-1/+6
2010-02-16Let xfd build on systems without gettext.Matthieu Herrb1-0/+2
2010-01-29Use AM_V_GEN to silence manpage generation tooAlan Coopersmith1-1/+1
2010-01-29Clean up CFLAGS/LIB settings in configure.ac & Makefile.amAlan Coopersmith2-12/+2
2010-01-29Integrate gettext support with autotools build systemAlan Coopersmith4-3/+86
2010-01-29Internationalize xfd: Call gettext on strings printed to stderrJay Hobson1-19/+45