summaryrefslogtreecommitdiff
path: root/tools/convbdf.c
AgeCommit message (Expand)Author
2010-02-14FS#10984 - multifont! 2 major additions:Jonathan Gordon
2009-04-30Remove the (part of the) check that is actually not needed since the 'propert...Alexander Levin
2009-04-29Allow to specify DWIDTH at font level making DWIDTH at char level optional (F...Alexander Levin
2009-03-13Make error message more informative; increase the max size of rotatable glyphsAlexander Levin
2009-03-12Provide information about how the font could be reduced without glyph clippingAlexander Levin
2009-03-09Add a TODO mark -- code duplication is uglyAlexander Levin
2009-03-08Introduced new options for convbdf that specify how the ascent/descent is all...Alexander Levin
2009-03-07Unify printing of warnings/errors/info messagesAlexander Levin
2009-03-06Only print clip warnings in verbose modeAlexander Levin
2009-03-06Remove the check since it can fail if the chars to process were limited per c...Alexander Levin
2009-03-06Revamp of the bitmap allocation for the fonts. Implements the idea from FS#99...Alexander Levin
2009-03-05Use plaint int here since it's also used for the other fieldsAlexander Levin
2009-03-05Provide better stats (print the total number of glyphs as well)Alexander Levin
2009-03-05Correct the char's bby and bbh if it's clippedAlexander Levin
2009-03-04Clip the glyphs that wouldn't be correctly rendered by Rockbox thus avoiding ...Alexander Levin
2008-12-24Fix one of the warnings which the ubuntu 8.10 servers are throwing.. Jonathan Gordon
2008-04-10decrease the risk of an overflow due to typecase from unsigned to signedDaniel Stenberg
2008-04-10and fix yet another picky warningDaniel Stenberg
2008-04-10oopsDaniel Stenberg
2008-04-10cleanup code for picky compiler warning optionsDaniel Stenberg
2008-01-22Remove old debug statement when building fonts. Michael Giacomelli
2007-07-31FS#4955 - convbdf segfaults on very large fonts was simply due to a too smallDaniel Stenberg
2007-01-17Fix build warnings and errors.Barry Wardell
2007-01-17Make the build system create a sysfont.h which includes font information for ...Barry Wardell
2006-04-18Fix bug with fonts containing missing glyphs before default glyph. Also, allo...Frank Dischner
2006-02-08Use 'int' for 32 bit variables in host tools to better run on 64bit archs.Daniel Stenberg
2005-12-08Fix crash when converting the font 00-Starmap_r400-8.bdf.Magnus Holmgren
2005-12-06waiting is over: initial unicode commitMarcoen Hirschberg
2005-11-14Applied patch 1342470: Support fonts wider than 16 pixels in convbdf.Magnus Holmgren
2005-08-31Moved the declaration of the ofr variableLinus Nielsen Feltzing
2005-08-23patch #1267220 by Frank - phaedrus961Daniel Stenberg
2005-08-09convbdf: fixed a problem with 16 pixel wide characters. It now also refuses t...Linus Nielsen Feltzing
2004-09-22Rearranged makefiles again to move platform-specific stuff from the MakefilesDaniel Stenberg
2004-08-27Fixed new font format: necessity of offset table generation, output of fonts ...Jens Arnold
2004-08-26removed the now broken out-of-sequence check for rotated operationJörg Hohensohn
2004-08-26New font format (already rotated) saves code, space and time. On the downside...Jörg Hohensohn
2004-04-13Reverted my brainless const'ing of the font dataLinus Nielsen Feltzing
2004-04-11Structures should not be const for simulator buildsHardeep Sidhu
2004-04-09Killed a few warningsLinus Nielsen Feltzing
2004-04-06Moved the system font from .data to .rodataLinus Nielsen Feltzing
2003-01-24Remove use of rockbox-mode.el in local variables list.Mats Lidell
2002-09-20Fixed EOF problemBjörn Stenberg
2002-09-20New full ISO-8859-1 system font.Björn Stenberg
2002-09-18Greg's new C version of the font conversion tool.Daniel Stenberg