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