summaryrefslogtreecommitdiffstats
path: root/apps/gui/skin_engine/skin_fonts.c
AgeCommit message (Expand)AuthorFilesLines
2010-09-01font_table[].name wasn't filledFred Bauer1-0/+1
2010-08-27change get_glyph_size() to font_glyphs_to_bufsize(). fixes a bug when font gl...Fred Bauer1-1/+1
2010-08-25fix errorsJonathan Gordon1-3/+4
2010-08-25Accept FS#11567 by Fred Bauer - better memory management for the skin fontsJonathan Gordon1-3/+11
2010-08-10Accept FS#11523 by Fred Bauer - fix a bug where the skin fonts dont check the...Jonathan Gordon1-4/+5
2010-08-01Rockbox as an application: add get_user_file_path().Thomas Martitz1-1/+1
2010-07-29FS#11470 - new skin code, finally svn uses the new parser from the theme edit...Jonathan Gordon1-1/+1
2010-05-12Borrow another 10K to make sure multifont will have room on even the smallers...Jonathan Gordon1-4/+2
2010-03-06skin: don't calculate id3->elapsed+state->ff_rewind_count each time. remove t...Teruaki Kawashima1-7/+2
2010-02-27Set missing svn propertiesNils Wallménius1-1/+1
2010-02-27Store the list of fonts in a linked list instead of in a static array (togeth...Thomas Martitz1-2/+2
2010-02-21make sure font fd's get closed when a new skin is loadedJonathan Gordon1-0/+1
2010-02-14FS#10984 - multifont! 2 major additions:Jonathan Gordon1-0/+139