summaryrefslogtreecommitdiff
path: root/firmware/export/font.h
AgeCommit message (Expand)Author
2014-01-26fonts: Fix regression(s) caused by c23ce62.Thomas Martitz
2014-01-15fonts: Do not unload completely on USB.Thomas Martitz
2013-04-01Increase MAXUSERFONTS to 12.Frank Gevaerts
2011-11-27glyph_cache_save should be staticFrank Gevaerts
2011-11-19FS#12293 Global default glyph setting in System > Limits > Glyphs To Cache. D...Fred Bauer
2011-11-08Redo r30826 (and hopefully not reintroduce font issues) which cleans up the f...Jonathan Gordon
2011-10-22Add functions font_set_ui() and font_get_ui(). The font returned by FONT_UI u...Fred Bauer
2011-10-21Provide font_lock(). Font_get_bits() or ..width() may have to read glyph cach...Fred Bauer
2011-10-17Faster cached font loading. FS#12333Fred Bauer
2011-10-16Fix Yellow: missing protoFred Bauer
2011-10-16FS:12299 Font glyph cache is no longer saved. Each font will now have its own...Fred Bauer
2011-09-24Allow fonts to use smaller buffers than the default size. use font_load_ex() ...Jonathan Gordon
2011-09-24FS#12273 - use buflib for font storage. thanks to the testers :)Jonathan Gordon
2011-03-05Anti-Aliased Fonts support.Thomas Martitz
2010-08-27change get_glyph_size() to font_glyphs_to_bufsize(). fixes a bug when font gl...Fred Bauer
2010-08-25Accept FS#11567 by Fred Bauer - better memory management for the skin fontsJonathan Gordon
2010-06-21Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz
2010-03-03FS#10756 - Free unused init codeThomas Martitz
2010-03-03undo that last undo, make the font loader more forgiving to user errorsJonathan Gordon
2010-03-02revert r24989 ad r24990 which are cuasing segfaults... they were working fine...Jonathan Gordon
2010-03-02* Make the user font count more saneJonathan Gordon
2010-03-01Revert r24958. It didn't fix anything (in fact, the problem described didn't ...Thomas Martitz
2010-02-28redo r24943. the font mappings are not needed once the skin is finished parsi...Jonathan Gordon
2010-02-14FS#10984 - multifont! 2 major additions:Jonathan Gordon
2009-12-13Font improvements: Fix bug that caused some fonts to be rendered garbled on c...Nils Wallménius
2009-09-13Get rid of some of the code duplication from checkwps, it still duplicates a ...Thomas Martitz
2009-01-29Get checkwps working againMaurus Cuelenaere
2008-11-24Added support for configurable rockbox directory. FS#9567 by Alex Bennee.Björn Stenberg
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg
2008-03-25Make checkwps compile again. Still more work is needed though, as checkwps i...Dave Chapman
2007-09-14Tab policeNils Wallménius
2007-06-30Change unsigned long to uint32_t and long to int32_t to fix a crash in Nils Wallménius
2007-03-05Use a larger font cache on the targets that can afford the (quite small) RAM ...Linus Nielsen Feltzing
2007-01-17sysfont.h is only needed by devices with bitmap displays.Barry Wardell
2007-01-17Make the build system create a sysfont.h which includes font information for ...Barry Wardell
2005-12-06waiting is over: initial unicode commitMarcoen Hirschberg
2005-08-03Increased maximum file size for models with LCD height larger than 64 toDaniel Stenberg
2005-04-19moved lcd_getstringsize into font.cChristian Gmeiner
2004-08-27font format documentation updated, obsolete definitions removedJörg Hohensohn
2004-08-27By reducing the font buffer to 4000 bytes from 9000, we get 5000 fresh bytesDaniel Stenberg
2004-08-26Fixed pointer types & struct fontJens Arnold
2004-08-26New font format (already rotated) saves code, space and time. On the downside...Jörg Hohensohn
2004-08-16Const policed pointer arguments to functions, part 1Jens Arnold
2003-06-29Added multiple inclusion protectionBjörn Stenberg
2003-02-07Include File Cleanup And Move-Around Party 2003.Daniel Stenberg