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