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