summaryrefslogtreecommitdiff
path: root/firmware/font.c
AgeCommit message (Expand)Author
2011-03-05Anti-Aliased Fonts support.Thomas Martitz
2011-02-27iPod Classic CE-ATA Support (Part 1 of 4: Cacheline align some statically all...Michael Sparmann
2011-02-02Clean up multiple definitions of RAM size. Remove -DMEM (make) and MEM (code)...Andree Buschmann
2010-12-06Get rid of get_user_file_path and do the path handling in wrappers for open()...Thomas Martitz
2010-08-27change get_glyph_size() to font_glyphs_to_bufsize(). fixes a bug when font gl...Fred Bauer
2010-08-27close file when cached font load failsFred Bauer
2010-08-27limit font_cache preloading to cache capacityFred Bauer
2010-08-25Accept FS#11567 by Fred Bauer - better memory management for the skin fontsJonathan Gordon
2010-08-23Read glyph cache in disk order to speed up loading - FS#11168 by Fred BauerFrank Gevaerts
2010-08-01Rockbox as an application: add get_user_file_path().Thomas Martitz
2010-06-23revert r27027,27028, 27071 - need to find a correct way to close font fd's. 2...Jonathan Gordon
2010-06-23redo r27027 to hopefully fix data aborts when loading a themeJonathan Gordon
2010-06-21Allow UI fonts to be unloaded (needed for FS#11428)Michael Sparmann
2010-05-06Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...Thomas Martitz
2010-05-06Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrap...Thomas Martitz
2010-02-26font.c: correct checking cache_fd. remove some trailing spaces.Teruaki Kawashima
2010-02-21remote multifont fixes. it shoud be working again (blame AlexP! he made me br...Jonathan Gordon
2010-02-14FS#10984 - multifont! 2 major additions:Jonathan Gordon
2010-01-03Fix further tabsAndree Buschmann
2009-12-13fix typo causing redNils Wallménius
2009-12-13Font improvements: Fix bug that caused some fonts to be rendered garbled on c...Nils Wallménius
2009-11-24FS#10720 - Support for displaying diacritic charactersTomer Shalev
2008-09-23Disable the whole loadable font code including font caching for bootloaders/ ...Jens Arnold
2008-08-29Add wpseditor, the Google Summer of Code 2008 project of Rostislav Chekan. Cl...Frank Gevaerts
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg
2008-04-20Killed unnecessary global variables by making them static.Bertrik Sikken
2007-10-02Fix 64 bit simulator warning.Jens Arnold
2007-06-30Fix yellowNils Wallménius
2007-06-30Change unsigned long to uint32_t and long to int32_t to fix a crash in Nils Wallménius
2007-04-13Simplify the readshort/readlong/readstr functions - move the bounds checking ...Dave Chapman
2007-02-01Removed 'mode' parameter from creat(). It wasn't pure posix anyway, it was ig...Jens Arnold
2006-05-30Use correct file mode when creating files. Fixes task 5452Dan Everton
2006-04-24Use filesize instead of lseek to find the size of a file. Reduces disk access...Frank Dischner
2006-03-22font caching fixes by Frank DischnerMarcoen Hirschberg
2006-03-02Fixed more pointer size vs. int size problems (64 bit sims)Jens Arnold
2005-12-06waiting is over: initial unicode commitMarcoen Hirschberg
2005-04-19moved lcd_getstringsize into font.cChristian Gmeiner
2005-01-27long policyJean-Philippe Bernardy
2005-01-22long policyJean-Philippe Bernardy
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
2004-08-03More const policeing step 3Jens Arnold
2004-05-14Some TAB characters slipped in...Jens Arnold
2004-05-14Fixed lcd_bitmap() to use the bitmap format generated by bmp2rb correctly. No...Jens Arnold
2003-01-24Remove use of rockbox-mode.el in local variables list.Mats Lidell
2002-10-09'Reset settings' now also resets wps, font and language (although you have to...Björn Stenberg
2002-10-08Added persistence of last .wps, .fnt and .lng file played in /.rockboxBjörn Stenberg
2002-09-20New full ISO-8859-1 system font.Björn Stenberg
2002-09-16Daniel, Eric Linenberg
2002-09-13Greg Haerr's font patch 3:Daniel Stenberg