summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-04-25meson: set install tag for man pageHEADmasterAlan Coopersmith1-1/+2
2026-04-25meson: raise minimum version of meson to 1.1.0Alan Coopersmith1-1/+1
2026-02-07gitlab CI: drop the ci-fairy check-mr jobAlan Coopersmith1-15/+0
2025-09-07Strip trailing whitespace from source filesAlan Coopersmith3-7/+7
2025-02-10meson: Add option to build with mesonAlan Coopersmith3-7/+158
2025-02-08configure: generate man pages with AC_CONFIG_FILES instead of sedAlan Coopersmith4-16/+6
2024-10-12bdftopcf 1.1.2bdftopcf-1.1.2Alan Coopersmith1-1/+1
2024-07-21pcfWriteFont: Avoid uninitialized values in tablesAlan Coopersmith1-1/+1
2024-07-21bdfReadBitmap: avoid access to byte before start of arrayAlan Coopersmith1-1/+1
2024-07-21bdfReadBitmap: avoid NULL dereference on zero-width glyphsAlan Coopersmith1-1/+1
2023-02-09gitlab CI: stop requiring Signed-off-by in commitsAlan Coopersmith1-2/+2
2022-11-26atom: Update Hash() to be unsignedJeremy Huddleston Sequoia1-17/+15
2022-10-15bdftopcf 1.1.1bdftopcf-1.1.1Alan Coopersmith1-2/+2
2022-09-24Remove weak symbol setup from Atom codeAlan Coopersmith3-96/+2
2022-09-16Remove unnecessary cast of strlen result in malloc argumentAlan Coopersmith1-1/+1
2022-09-16Fix -Wsign-compare warningsAlan Coopersmith2-7/+7
2022-09-16Remove redundant null-pointer checkAlan Coopersmith1-1/+1
2022-09-16Remove redundant assignmentAlan Coopersmith1-1/+0
2022-09-16Make some functions static that aren't called from other filesAlan Coopersmith4-8/+2
2022-09-16Delete functions identified as unused by cppcheckAlan Coopersmith10-176/+0
2022-09-16Variable scope reductions as recommended by cppcheckAlan Coopersmith10-90/+68
2022-09-16Add .git-blame-ignore-revs to hide whitespace commits from git blameAlan Coopersmith1-0/+18
2022-09-16Adopt X.Org standard coding style (via x-indent-all.sh)Alan Coopersmith27-1882/+1853
2022-01-09Build xz tarballs instead of bzip2Alan Coopersmith1-1/+1
2022-01-09gitlab CI: add a basic build testAlan Coopersmith1-0/+98
2021-11-28Fix spelling/wording issuesAlan Coopersmith3-4/+4
2018-11-21Update configure.ac bug URL for gitlab migrationAlan Coopersmith1-1/+1
2018-11-16Update README for gitlab migrationAlan Coopersmith2-12/+6
2017-12-10Depend on xproto and fsproto that are now used.Matthieu Herrb2-1/+4
2017-11-07bdftopcf 1.1bdftopcf-1.1Adam Jackson1-1/+1
2017-11-03Import more libXfont 1.x headersAdam Jackson29-36/+1228
2017-10-24Import libXfont's BDF-to-PCF codeAdam Jackson17-6/+3563
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-12-30bdftopcf 1.0.5bdftopcf-1.0.5Alan Coopersmith1-1/+1
2014-06-01autogen.sh: Honor NOCONFIGURE=1Alan Coopersmith1-2/+3
2014-06-01configure: Drop AM_MAINTAINER_MODEAlan Coopersmith2-2/+1
2013-11-22Print which option was in error along with usage messageAlan Coopersmith1-0/+2
2013-11-05Correct usage message for scanline unit option to be -u, not -sAlan Coopersmith1-1/+1
2013-01-19config: Add missing AC_CONFIG_SRCDIRAlan Coopersmith1-3/+5
2013-01-14bdftopcf 1.0.4bdftopcf-1.0.4Alan Coopersmith1-1/+1
2013-01-03Use remove() instead of unlink() to remove filesAlan Coopersmith1-1/+1
2013-01-03Use symbolic names instead of raw integers for stdin & stdout fd'sAlan Coopersmith1-2/+2
2013-01-03Add -v flag to print version infoAlan Coopersmith2-0/+12
2013-01-03Combine usage message stringsAlan Coopersmith1-3/+3
2013-01-03Initialize font to 0 values directly instead of via bzeroAlan Coopersmith1-3/+1
2013-01-03Adopt X.Org standard coding style (via x-indent.sh)Alan Coopersmith1-128/+123
2011-01-19config: move man pages into their own directoryGaetan Nadon4-15/+17
2011-01-13man: remove trailing spaces and tabsGaetan Nadon1-4/+4