summaryrefslogtreecommitdiffstats
path: root/tools/convbdf.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-24[4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice.Solomon Peachy1-5/+1
2014-01-26Fix warnings. convbdf needed to be updated for the changed font struct becaus...Thomas Martitz1-0/+3
2011-11-19FS#12293 Global default glyph setting in System > Limits > Glyphs To Cache. D...Fred Bauer1-0/+1
2011-10-17Split long fmt string which caused a yellowFred Bauer1-11/+14
2011-10-17Faster cached font loading. FS#12333Fred Bauer1-0/+2
2011-10-16Update convbdf.c for previous changeFred Bauer1-1/+1
2011-03-05Remove a few whitespaces to get under the magical string length of 509 (i.e. ...Thomas Martitz1-10/+10
2011-03-05Anti-Aliased Fonts support.Thomas Martitz1-5/+10
2010-07-21More explanation to the convbdf optionsAlexander Levin1-0/+1
2010-05-17Improve spacing in comments in convbdf; rename a local variable which can be ...Alexander Levin1-37/+37
2010-05-17Fix convbdf: now .c and .fnt files can be generated in one run againAlexander Levin1-20/+18
2010-05-16Improve spacing in commentsAlexander Levin1-2/+2
2010-05-13Generating .c file make internal data structures unusable so that .fnt file c...Alexander Levin1-0/+6
2010-02-14FS#10984 - multifont! 2 major additions:Jonathan Gordon1-1/+10
2009-04-30Remove the (part of the) check that is actually not needed since the 'propert...Alexander Levin1-1/+1
2009-04-29Allow to specify DWIDTH at font level making DWIDTH at char level optional (F...Alexander Levin1-0/+26
2009-03-13Make error message more informative; increase the max size of rotatable glyphsAlexander Levin1-20/+48
2009-03-12Provide information about how the font could be reduced without glyph clippingAlexander Levin1-9/+24
2009-03-09Add a TODO mark -- code duplication is uglyAlexander Levin1-0/+6
2009-03-08Introduced new options for convbdf that specify how the ascent/descent is all...Alexander Levin1-57/+287
2009-03-07Unify printing of warnings/errors/info messagesAlexander Levin1-61/+89
2009-03-06Only print clip warnings in verbose modeAlexander Levin1-13/+36
2009-03-06Remove the check since it can fail if the chars to process were limited per c...Alexander Levin1-4/+0
2009-03-06Revamp of the bitmap allocation for the fonts. Implements the idea from FS#99...Alexander Levin1-127/+131
2009-03-05Use plaint int here since it's also used for the other fieldsAlexander Levin1-3/+3
2009-03-05Provide better stats (print the total number of glyphs as well)Alexander Levin1-7/+9
2009-03-05Correct the char's bby and bbh if it's clippedAlexander Levin1-2/+12
2009-03-04Clip the glyphs that wouldn't be correctly rendered by Rockbox thus avoiding ...Alexander Levin1-1/+56
2008-12-24Fix one of the warnings which the ubuntu 8.10 servers are throwing.. Jonathan Gordon1-1/+1
2008-04-10decrease the risk of an overflow due to typecase from unsigned to signedDaniel Stenberg1-2/+2
2008-04-10and fix yet another picky warningDaniel Stenberg1-1/+1
2008-04-10oopsDaniel Stenberg1-2/+2
2008-04-10cleanup code for picky compiler warning optionsDaniel Stenberg1-14/+20
2008-01-22Remove old debug statement when building fonts. Michael Giacomelli1-1/+0
2007-07-31FS#4955 - convbdf segfaults on very large fonts was simply due to a too smallDaniel Stenberg1-6/+15
2007-01-17Fix build warnings and errors.Barry Wardell1-4/+7
2007-01-17Make the build system create a sysfont.h which includes font information for ...Barry Wardell1-2/+68
2006-04-18Fix bug with fonts containing missing glyphs before default glyph. Also, allo...Frank Dischner1-37/+33
2006-02-08Use 'int' for 32 bit variables in host tools to better run on 64bit archs.Daniel Stenberg1-20/+20
2005-12-08Fix crash when converting the font 00-Starmap_r400-8.bdf.Magnus Holmgren1-1/+2
2005-12-06waiting is over: initial unicode commitMarcoen Hirschberg1-4/+24
2005-11-14Applied patch 1342470: Support fonts wider than 16 pixels in convbdf.Magnus Holmgren1-10/+7
2005-08-31Moved the declaration of the ofr variableLinus Nielsen Feltzing1-1/+3
2005-08-23patch #1267220 by Frank - phaedrus961Daniel Stenberg1-5/+19
2005-08-09convbdf: fixed a problem with 16 pixel wide characters. It now also refuses t...Linus Nielsen Feltzing1-2/+6
2004-09-22Rearranged makefiles again to move platform-specific stuff from the MakefilesDaniel Stenberg1-1/+3
2004-08-27Fixed new font format: necessity of offset table generation, output of fonts ...Jens Arnold1-1/+12
2004-08-26removed the now broken out-of-sequence check for rotated operationJörg Hohensohn1-5/+0
2004-08-26New font format (already rotated) saves code, space and time. On the downside...Jörg Hohensohn1-24/+151
2004-04-13Reverted my brainless const'ing of the font dataLinus Nielsen Feltzing1-12/+6