summaryrefslogtreecommitdiff
path: root/firmware/font.c (follow)
Commit message (Expand)AuthorAge
* Get rid of get_user_file_path and do the path handling in wrappers for open()...Thomas Martitz2010-12-06
* change get_glyph_size() to font_glyphs_to_bufsize(). fixes a bug when font gl...Fred Bauer2010-08-27
* close file when cached font load failsFred Bauer2010-08-27
* limit font_cache preloading to cache capacityFred Bauer2010-08-27
* Accept FS#11567 by Fred Bauer - better memory management for the skin fontsJonathan Gordon2010-08-25
* Read glyph cache in disk order to speed up loading - FS#11168 by Fred BauerFrank Gevaerts2010-08-23
* Rockbox as an application: add get_user_file_path().Thomas Martitz2010-08-01
* revert r27027,27028, 27071 - need to find a correct way to close font fd's. 2...Jonathan Gordon2010-06-23
* redo r27027 to hopefully fix data aborts when loading a themeJonathan Gordon2010-06-23
* Allow UI fonts to be unloaded (needed for FS#11428)Michael Sparmann2010-06-21
* Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...Thomas Martitz2010-05-06
* Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrap...Thomas Martitz2010-05-06
* font.c: correct checking cache_fd. remove some trailing spaces.Teruaki Kawashima2010-02-26
* remote multifont fixes. it shoud be working again (blame AlexP! he made me br...Jonathan Gordon2010-02-21
* FS#10984 - multifont! 2 major additions:Jonathan Gordon2010-02-14
* Fix further tabsAndree Buschmann2010-01-03
* fix typo causing redNils Wallménius2009-12-13
* Font improvements: Fix bug that caused some fonts to be rendered garbled on c...Nils Wallménius2009-12-13
* FS#10720 - Support for displaying diacritic charactersTomer Shalev2009-11-24
* Disable the whole loadable font code including font caching for bootloaders/ ...Jens Arnold2008-09-23
* Add wpseditor, the Google Summer of Code 2008 project of Rostislav Chekan. Cl...Frank Gevaerts2008-08-29
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* Killed unnecessary global variables by making them static.Bertrik Sikken2008-04-20
* Fix 64 bit simulator warning.Jens Arnold2007-10-02
* Fix yellowNils Wallménius2007-06-30
* Change unsigned long to uint32_t and long to int32_t to fix a crash in Nils Wallménius2007-06-30
* Simplify the readshort/readlong/readstr functions - move the bounds checking ...Dave Chapman2007-04-13
* Removed 'mode' parameter from creat(). It wasn't pure posix anyway, it was ig...Jens Arnold2007-02-01
* Use correct file mode when creating files. Fixes task 5452Dan Everton2006-05-30
* Use filesize instead of lseek to find the size of a file. Reduces disk access...Frank Dischner2006-04-24
* font caching fixes by Frank DischnerMarcoen Hirschberg2006-03-22
* Fixed more pointer size vs. int size problems (64 bit sims)Jens Arnold2006-03-02
* waiting is over: initial unicode commitMarcoen Hirschberg2005-12-06
* moved lcd_getstringsize into font.cChristian Gmeiner2005-04-19
* long policyJean-Philippe Bernardy2005-01-27
* long policyJean-Philippe Bernardy2005-01-22
* 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
* More const policeing step 3Jens Arnold2004-08-03
* Some TAB characters slipped in...Jens Arnold2004-05-14
* Fixed lcd_bitmap() to use the bitmap format generated by bmp2rb correctly. No...Jens Arnold2004-05-14
* Remove use of rockbox-mode.el in local variables list.Mats Lidell2003-01-24
* 'Reset settings' now also resets wps, font and language (although you have to...Björn Stenberg2002-10-09
* Added persistence of last .wps, .fnt and .lng file played in /.rockboxBjörn Stenberg2002-10-08
* New full ISO-8859-1 system font.Björn Stenberg2002-09-20
* Daniel, Eric Linenberg2002-09-16
* Greg Haerr's font patch 3:Daniel Stenberg2002-09-13
* Greg Haerr's new loadable font. No more #ifdef font-style, removed oldDaniel Stenberg2002-09-12