summaryrefslogtreecommitdiffstats
path: root/firmware/font.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-11New port: AIGO EROS Q / EROS KSolomon Peachy1-1/+1
2017-09-05Initial commit for the Sony NWZ linux portAmaury Pouly1-1/+1
2014-01-26fonts: Fix regression(s) caused by c23ce62.Thomas Martitz1-17/+12
2014-01-16Fix red. Screw those last-minute changes :\Thomas Martitz1-1/+1
2014-01-16font: Fix crash due to uninitialized field.Thomas Martitz1-1/+2
2014-01-15fonts: Do not unload completely on USB.Thomas Martitz1-12/+104
2014-01-05Do not include kernel.h in system.h.Thomas Martitz1-4/+6
2012-06-10Fix checks on buflib allocated handles (0 is not a valid handle value)Bertrik Sikken1-1/+1
2012-05-02Use buflib for the allocation of voice PCM resources.Michael Sevakis1-1/+1
2011-12-20Another round of making local functions staticBertrik Sikken1-1/+1
2011-12-06Fix FS#12423 : Rockbox access to /.rockbox/fonts after usb_enable(true). This...Boris Gjenero1-5/+0
2011-11-27Guard font functions against invalid font ids. These arguably should never be...Frank Gevaerts1-2/+4
2011-11-27Actually make glyph_cache_save static instead of just claiming it should beFrank Gevaerts1-1/+1
2011-11-27glyph_cache_save should be staticFrank Gevaerts1-0/+2
2011-11-20Fix parameter order in font_load_in_memory(). FS#12395.Fred Bauer1-2/+2
2011-11-19FS#12293 Global default glyph setting in System > Limits > Glyphs To Cache. D...Fred Bauer1-253/+202
2011-11-08Redo r30826 (and hopefully not reintroduce font issues) which cleans up the f...Jonathan Gordon1-56/+19
2011-11-03Make local functions and variables static where possibleBertrik Sikken1-2/+1
2011-10-22Add functions font_set_ui() and font_get_ui(). The font returned by FONT_UI u...Fred Bauer1-19/+56
2011-10-21Add empty font_lock() for bootloaders to fix builds.Dominik Riebeling1-0/+6
2011-10-21Provide font_lock(). Font_get_bits() or ..width() may have to read glyph cach...Fred Bauer1-0/+10
2011-10-17Faster cached font loading. FS#12333Fred Bauer1-5/+35
2011-10-16FS:12299 Font glyph cache is no longer saved. Each font will now have its own...Fred Bauer1-49/+106
2011-10-14Fix yellowFred Bauer1-5/+3
2011-10-14Remove font_reset() which tried to fetch font *pfs from uninitiaized buflib_a...Fred Bauer1-21/+7
2011-10-14Don't make font available via buflib_allocations[] until fully loadedFred Bauer1-16/+18
2011-10-07Add two macros for char*-based pointer arithmetic and use it in font.cThomas Martitz1-16/+13
2011-10-05Only alloc if necessary. Patch by Jonathan Gordon.Björn Stenberg1-4/+7
2011-09-29Don't leak file descriptor.Thomas Martitz1-0/+1
2011-09-29font_load(): Reduce font memory allocation to the font's file size if less th...Fred Bauer1-1/+8
2011-09-27Do not move NULL pointers in buflibmove_callback(). Fixes some skin crashes w...Fred Bauer1-4/+8
2011-09-26glyph_bytes() should pad to an even numberFred Bauer1-3/+6
2011-09-25Fix typos. Should have test compiled at least once :\Thomas Martitz1-1/+1
2011-09-25Fonts/buflib: The lru cache base poitner needs to be updated as well in the m...Thomas Martitz1-0/+1
2011-09-24Allow fonts to use smaller buffers than the default size. use font_load_ex() ...Jonathan Gordon1-9/+40
2011-09-24FS#12273 - use buflib for font storage. thanks to the testers :)Jonathan Gordon1-97/+189
2011-03-05Anti-Aliased Fonts support.Thomas Martitz1-12/+19
2011-02-27iPod Classic CE-ATA Support (Part 1 of 4: Cacheline align some statically all...Michael Sparmann1-2/+3
2011-02-02Clean up multiple definitions of RAM size. Remove -DMEM (make) and MEM (code)...Andree Buschmann1-1/+1
2010-12-06Get rid of get_user_file_path and do the path handling in wrappers for open()...Thomas Martitz1-8/+2
2010-08-27change get_glyph_size() to font_glyphs_to_bufsize(). fixes a bug when font gl...Fred Bauer1-4/+8
2010-08-27close file when cached font load failsFred Bauer1-0/+4
2010-08-27limit font_cache preloading to cache capacityFred Bauer1-1/+1
2010-08-25Accept FS#11567 by Fred Bauer - better memory management for the skin fontsJonathan Gordon1-0/+29
2010-08-23Read glyph cache in disk order to speed up loading - FS#11168 by Fred BauerFrank Gevaerts1-7/+55
2010-08-01Rockbox as an application: add get_user_file_path().Thomas Martitz1-9/+11
2010-06-23revert r27027,27028, 27071 - need to find a correct way to close font fd's. 2...Jonathan Gordon1-5/+2
2010-06-23redo r27027 to hopefully fix data aborts when loading a themeJonathan Gordon1-1/+4
2010-06-21Allow UI fonts to be unloaded (needed for FS#11428)Michael Sparmann1-1/+1
2010-05-06Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...Thomas Martitz1-1/+1