summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-03-03xfontsel 1.1.1HEADxfontsel-1.1.1masterAlan Coopersmith
2023-02-11Add -help and -version optionsAlan Coopersmith
2023-02-11Print which arguments were unknown before giving usage messageAlan Coopersmith
2023-02-11include config.h in xfontsel.c before checking for USE_GETTEXTAlan Coopersmith
2022-11-09Use gettext() to localize messages if availableAlan Coopersmith
2022-09-10Fixed -Wshadow declaration warningsThomas Kuehne
2022-07-10xfontsel 1.1.0xfontsel-1.1.0Alan Coopersmith
2022-05-15gitlab CI: stop requiring Signed-off-by in commitsAlan Coopersmith
2022-04-05include actual screen resolution in the resX & resY menusGreg A. Woods
2022-04-05Add 'reset' buttonAlexander Gromnitsky
2022-04-05Fixed -Wmissing-field-initializers warningThomas Kuehne
2022-04-03mark Quit() & QuitAction() as noreturnAlan Coopersmith
2022-04-03Clean up variable scoping in GetFontNames()Alan Coopersmith
2022-04-03Fix -Wsign-compare warning from gccAlan Coopersmith
2022-04-03const cleanupAlan Coopersmith
2022-04-02man page: remove out-of-date COPYRIGHT sectionAlan Coopersmith
2021-12-06Build xz tarballs instead of bzip2Alan Coopersmith
2021-12-06gitlab CI: add a basic build testAlan Coopersmith
2018-11-21Update configure.ac bug URL for gitlab migrationAlan Coopersmith
2018-11-16Update README for gitlab migrationAlan Coopersmith
2018-03-09xfontsel 1.0.6xfontsel-1.0.6Alan 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-09-27Get rid of some extraneous ; at the end of C source linesAlan 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-07-06Replace TXT16 with XChar2b inlineAlan Coopersmith
2013-07-06Drop CRAY/WORD64 support (unifdef -UCRAY -UWORD64)Alan Coopersmith
2013-05-17xfontsel 1.0.5xfontsel-1.0.5Alan Coopersmith
2013-01-25Use C99 struct initializer for parseRec in GetFontNames()Alan Coopersmith
2013-01-19When font fails to load, grey out text instead of unmapping text widgetAlan Coopersmith
2013-01-19Remove extraneous braces left from commit 1d6970a838d4ed42aAlan Coopersmith
2012-05-26Prevent memory leak in GetFontNames if no fonts are matchedAlan Coopersmith
2012-04-14Combine usage message stringsAlan Coopersmith
2012-03-22xfontsel 1.0.4xfontsel-1.0.4Alan Coopersmith
2011-09-28Add const attribute to fieldP fix a gcc -Wwrite-strings warningAlan Coopersmith
2011-09-28Strip trailing whitespaceAlan Coopersmith
2011-09-28Convert sprintf calls to snprintfAlan Coopersmith
2011-09-28Remove USE_TEXT_WIDGET (bug 8966)Jesse Adkins
2011-01-19config: move man pages into their own directoryGaetan Nadon
2011-01-13man: replace hard coded man page section with substitution stringsGaetan 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-09-26xfontsel 1.0.3xfontsel-1.0.3Alan Coopersmith
2010-09-26config: Remove unnecessary calls from configure.acAlan Coopersmith
2010-09-26config: update AC_PREREQ statement to 2.60Gaetan Nadon