summaryrefslogtreecommitdiffstats
path: root/firmware/export/font.h
AgeCommit message (Expand)AuthorFilesLines
2010-08-27change get_glyph_size() to font_glyphs_to_bufsize(). fixes a bug when font gl...Fred Bauer1-1/+1
2010-08-25Accept FS#11567 by Fred Bauer - better memory management for the skin fontsJonathan Gordon1-0/+1
2010-06-21Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz1-1/+1
2010-03-03FS#10756 - Free unused init codeThomas Martitz1-1/+1
2010-03-03undo that last undo, make the font loader more forgiving to user errorsJonathan Gordon1-2/+3
2010-03-02revert r24989 ad r24990 which are cuasing segfaults... they were working fine...Jonathan Gordon1-3/+2
2010-03-02* Make the user font count more saneJonathan Gordon1-2/+3
2010-03-01Revert r24958. It didn't fix anything (in fact, the problem described didn't ...Thomas Martitz1-1/+2
2010-02-28redo r24943. the font mappings are not needed once the skin is finished parsi...Jonathan Gordon1-1/+2
2010-02-14FS#10984 - multifont! 2 major additions:Jonathan Gordon1-4/+31
2009-12-13Font improvements: Fix bug that caused some fonts to be rendered garbled on c...Nils Wallménius1-19/+2
2009-09-13Get rid of some of the code duplication from checkwps, it still duplicates a ...Thomas Martitz1-2/+0
2009-01-29Get checkwps working againMaurus Cuelenaere1-0/+2
2008-11-24Added support for configurable rockbox directory. FS#9567 by Alex Bennee.Björn Stenberg1-1/+1
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-03-25Make checkwps compile again. Still more work is needed though, as checkwps i...Dave Chapman1-0/+2
2007-09-14Tab policeNils Wallménius1-13/+10
2007-06-30Change unsigned long to uint32_t and long to int32_t to fix a crash in Nils Wallménius1-2/+3
2007-03-05Use a larger font cache on the targets that can afford the (quite small) RAM ...Linus Nielsen Feltzing1-0/+4
2007-01-17sysfont.h is only needed by devices with bitmap displays.Barry Wardell1-1/+1
2007-01-17Make the build system create a sysfont.h which includes font information for ...Barry Wardell1-0/+1
2005-12-06waiting is over: initial unicode commitMarcoen Hirschberg1-1/+12
2005-08-03Increased maximum file size for models with LCD height larger than 64 toDaniel Stenberg1-2/+6
2005-04-19moved lcd_getstringsize into font.cChristian Gmeiner1-0/+1
2004-08-27font format documentation updated, obsolete definitions removedJörg Hohensohn1-31/+18
2004-08-27By reducing the font buffer to 4000 bytes from 9000, we get 5000 fresh bytesDaniel Stenberg1-1/+1
2004-08-26Fixed pointer types & struct fontJens Arnold1-1/+0
2004-08-26New font format (already rotated) saves code, space and time. On the downside...Jörg Hohensohn1-5/+4
2004-08-16Const policed pointer arguments to functions, part 1Jens Arnold1-1/+1
2003-06-29Added multiple inclusion protectionBjörn Stenberg1-0/+4
2003-02-07Include File Cleanup And Move-Around Party 2003.Daniel Stenberg1-0/+116