summaryrefslogtreecommitdiffstats
path: root/firmware/font_cache.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-15fonts: Do not unload completely on USB.Thomas Martitz1-0/+3
2011-11-27remove stray debugging lineFred Bauer1-1/+0
2011-11-25fix up font_cache/LRU boundry errors from r30763Fred Bauer1-17/+35
2011-11-03Make local functions and variables static where possibleBertrik Sikken1-1/+1
2011-10-18In search(): eliminate an unnecessary test.Fred Bauer1-4/+5
2011-10-16font_cache.c: Optimize and simplify cache search. ~25% font rendering boostFred Bauer1-75/+47
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-04-12Make a couple of private functions staticNils Wallménius1-7/+7
2006-02-06Font cache now uses memmove().Jens Arnold1-19/+8
2005-12-06waiting is over: initial unicode commitMarcoen Hirschberg1-0/+224