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