summaryrefslogtreecommitdiffstats
path: root/firmware/font.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-13fix typo causing redNils Wallménius1-1/+1
2009-12-13Font improvements: Fix bug that caused some fonts to be rendered garbled on c...Nils Wallménius1-29/+48
2009-11-24FS#10720 - Support for displaying diacritic charactersTomer Shalev1-0/+3
2008-09-23Disable the whole loadable font code including font caching for bootloaders/ ...Jens Arnold1-24/+71
2008-08-29Add wpseditor, the Google Summer of Code 2008 project of Rostislav Chekan. Cl...Frank Gevaerts1-2/+4
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-04-20Killed unnecessary global variables by making them static.Bertrik Sikken1-2/+2
2007-10-02Fix 64 bit simulator warning.Jens Arnold1-1/+1
2007-06-30Fix yellowNils Wallménius1-4/+4
2007-06-30Change unsigned long to uint32_t and long to int32_t to fix a crash in Nils Wallménius1-25/+28
2007-04-13Simplify the readshort/readlong/readstr functions - move the bounds checking ...Dave Chapman1-55/+51
2007-02-01Removed 'mode' parameter from creat(). It wasn't pure posix anyway, it was ig...Jens Arnold1-1/+1
2006-05-30Use correct file mode when creating files. Fixes task 5452Dan Everton1-1/+1
2006-04-24Use filesize instead of lseek to find the size of a file. Reduces disk access...Frank Dischner1-5/+4
2006-03-22font caching fixes by Frank DischnerMarcoen Hirschberg1-9/+20
2006-03-02Fixed more pointer size vs. int size problems (64 bit sims)Jens Arnold1-4/+4
2005-12-06waiting is over: initial unicode commitMarcoen Hirschberg1-45/+347
2005-04-19moved lcd_getstringsize into font.cChristian Gmeiner1-0/+25
2005-01-27long policyJean-Philippe Bernardy1-1/+1
2005-01-22long policyJean-Philippe Bernardy1-3/+4
2004-08-26New font format (already rotated) saves code, space and time. On the downside...Jörg Hohensohn1-135/+11
2004-08-16Const policed pointer arguments to functions, part 1Jens Arnold1-6/+6
2004-08-03More const policeing step 3Jens Arnold1-1/+1
2004-05-14Some TAB characters slipped in...Jens Arnold1-7/+7
2004-05-14Fixed lcd_bitmap() to use the bitmap format generated by bmp2rb correctly. No...Jens Arnold1-31/+24
2003-01-24Remove use of rockbox-mode.el in local variables list.Mats Lidell1-3/+0
2002-10-09'Reset settings' now also resets wps, font and language (although you have to...Björn Stenberg1-1/+6
2002-10-08Added persistence of last .wps, .fnt and .lng file played in /.rockboxBjörn Stenberg1-2/+2
2002-09-20New full ISO-8859-1 system font.Björn Stenberg1-124/+215
2002-09-16Daniel, Eric Linenberg1-16/+22
2002-09-13Greg Haerr's font patch 3:Daniel Stenberg1-40/+76
2002-09-12Greg Haerr's new loadable font. No more #ifdef font-style, removed oldDaniel Stenberg1-0/+228