aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/vtfontcvt
Commit message (Expand)AuthorAgeFilesLines
* vtfontcvt: minor style(9) fixes from clang-formatEd Maste2021-08-041-7/+7
* Document automatic handling of font height for BDF filesMateusz Piotrowski2020-08-021-3/+3
* Move font related data structured to sys/font.c and update vtfontcvtToomas Soome2020-06-143-65/+469
* vtfontcvt: simplify rshift_rowEd Maste2019-08-231-33/+10
* Replay r349333 by emaste accidentally reverted by r349352Warner Losh2019-06-251-5/+8
* Remove NAND and NANDFS supportWarner Losh2019-06-251-8/+5
* vtfontcvt: improve .bdf validationEd Maste2019-06-241-5/+8
* vtfontcvt: correct typo in hex parsing updateEd Maste2019-06-161-1/+1
* vtfontcvt: improve .bdf validationEd Maste2019-06-161-3/+4
* vtfontcvt: improve .bdf verificationEd Maste2019-06-161-1/+2
* vtfontcvt: initialize another variable to quiet GCC warningEd Maste2019-06-161-1/+1
* vtfontcvt: initialize bbwbytes to avoid GCC 4.2.1 uninitialized warningEd Maste2019-06-161-0/+1
* vtfontcvt: improve BDF and hex font parsingEd Maste2019-06-161-82/+210
* vtfontcvt: add comments in add_glyphEd Maste2019-06-151-0/+2
* vtfontcvt: allow out-of-order glyphsEd Maste2019-06-081-5/+14
* vtfontcvt: exit on error if the input font has too many glyphsEd Maste2019-06-051-0/+3
* vtfontcvt: zero memory allocated by xmallocEd Maste2019-06-041-1/+1
* vtfontcvt: include width and height in verbose infoEd Maste2019-06-041-0/+3
* vtfontcvt: rework height/width settingEd Maste2019-06-041-10/+16
* vtfontcvt: unwrap a line per style(9)Ed Maste2019-06-041-2/+1
* vtfontcvt: use VFNT_MAP_{NORMAL|BOL}_RH symbolic constantsEd Maste2019-06-041-2/+2
* vtfontcvt: whitespace cleanupEd Maste2019-02-061-8/+8
* vtfontcvt: allow .bdf characters less than full heightEd Maste2018-04-031-0/+13
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* vtfontcvt: remove superfluous newlines in errx messagesEd Maste2016-09-141-5/+5
* vtfontcvt: support .hex fonts with characters beyond the Unicode BMPEd Maste2016-03-151-2/+3
* vtfontcvt: fix buffer overflow for non-default size .hex fontsEd Maste2015-09-011-6/+22
* vtfontcvt: introduce xmalloc to abort on out-of-memoryEd Maste2015-08-311-3/+13
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+18
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-271-18/+18
| |\
| * | Merge head from 7/28Simon J. Gerraty2014-08-191-0/+19
* | | Remove WARNS vtfontcvt builds find with clang and gcc with maximum level warningBaptiste Daroussin2015-06-061-2/+0
| |/ |/|
* | vtfontcvt: Allow 6 digits in verbose outputEd Maste2015-05-141-18/+18
|/
* vtfontcvt will first ship in FreeBSD 10.1Ed Maste2014-07-241-1/+1
* Remove redundant return statement after errxEd Maste2014-07-211-20/+7
* Use the standard way of printing the usage stringEd Maste2014-07-211-1/+1
* vtfontcvt: correct width calculation (.hex files and commandline)Ed Maste2014-07-021-8/+13
* Avoid leaking file pointer on errorEd Maste2014-06-111-2/+9
* vt fontcvt: move to usr.bin/vtfontcvtEd Maste2014-06-103-0/+650