index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
firmware
/
font.c
Age
Commit message (
Expand
)
Author
2012-05-02
Use buflib for the allocation of voice PCM resources.
Michael Sevakis
2011-12-20
Another round of making local functions static
Bertrik Sikken
2011-12-06
Fix FS#12423 : Rockbox access to /.rockbox/fonts after usb_enable(true). This...
Boris Gjenero
2011-11-27
Guard font functions against invalid font ids. These arguably should never be...
Frank Gevaerts
2011-11-27
Actually make glyph_cache_save static instead of just claiming it should be
Frank Gevaerts
2011-11-27
glyph_cache_save should be static
Frank Gevaerts
2011-11-20
Fix parameter order in font_load_in_memory(). FS#12395.
Fred Bauer
2011-11-19
FS#12293 Global default glyph setting in System > Limits > Glyphs To Cache. D...
Fred Bauer
2011-11-08
Redo r30826 (and hopefully not reintroduce font issues) which cleans up the f...
Jonathan Gordon
2011-11-03
Make local functions and variables static where possible
Bertrik Sikken
2011-10-22
Add functions font_set_ui() and font_get_ui(). The font returned by FONT_UI u...
Fred Bauer
2011-10-21
Add empty font_lock() for bootloaders to fix builds.
Dominik Riebeling
2011-10-21
Provide font_lock(). Font_get_bits() or ..width() may have to read glyph cach...
Fred Bauer
2011-10-17
Faster cached font loading. FS#12333
Fred Bauer
2011-10-16
FS:12299 Font glyph cache is no longer saved. Each font will now have its own...
Fred Bauer
2011-10-14
Fix yellow
Fred Bauer
2011-10-14
Remove font_reset() which tried to fetch font *pfs from uninitiaized buflib_a...
Fred Bauer
2011-10-14
Don't make font available via buflib_allocations[] until fully loaded
Fred Bauer
2011-10-07
Add two macros for char*-based pointer arithmetic and use it in font.c
Thomas Martitz
2011-10-05
Only alloc if necessary. Patch by Jonathan Gordon.
Björn Stenberg
2011-09-29
Don't leak file descriptor.
Thomas Martitz
2011-09-29
font_load(): Reduce font memory allocation to the font's file size if less th...
Fred Bauer
2011-09-27
Do not move NULL pointers in buflibmove_callback(). Fixes some skin crashes w...
Fred Bauer
2011-09-26
glyph_bytes() should pad to an even number
Fred Bauer
2011-09-25
Fix typos. Should have test compiled at least once :\
Thomas Martitz
2011-09-25
Fonts/buflib: The lru cache base poitner needs to be updated as well in the m...
Thomas Martitz
2011-09-24
Allow fonts to use smaller buffers than the default size. use font_load_ex() ...
Jonathan Gordon
2011-09-24
FS#12273 - use buflib for font storage. thanks to the testers :)
Jonathan Gordon
2011-03-05
Anti-Aliased Fonts support.
Thomas Martitz
2011-02-27
iPod Classic CE-ATA Support (Part 1 of 4: Cacheline align some statically all...
Michael Sparmann
2011-02-02
Clean up multiple definitions of RAM size. Remove -DMEM (make) and MEM (code)...
Andree Buschmann
2010-12-06
Get rid of get_user_file_path and do the path handling in wrappers for open()...
Thomas Martitz
2010-08-27
change get_glyph_size() to font_glyphs_to_bufsize(). fixes a bug when font gl...
Fred Bauer
2010-08-27
close file when cached font load fails
Fred Bauer
2010-08-27
limit font_cache preloading to cache capacity
Fred Bauer
2010-08-25
Accept FS#11567 by Fred Bauer - better memory management for the skin fonts
Jonathan Gordon
2010-08-23
Read glyph cache in disk order to speed up loading - FS#11168 by Fred Bauer
Frank Gevaerts
2010-08-01
Rockbox as an application: add get_user_file_path().
Thomas Martitz
2010-06-23
revert r27027,27028, 27071 - need to find a correct way to close font fd's. 2...
Jonathan Gordon
2010-06-23
redo r27027 to hopefully fix data aborts when loading a theme
Jonathan Gordon
2010-06-21
Allow UI fonts to be unloaded (needed for FS#11428)
Michael Sparmann
2010-05-06
Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...
Thomas Martitz
2010-05-06
Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrap...
Thomas Martitz
2010-02-26
font.c: correct checking cache_fd. remove some trailing spaces.
Teruaki Kawashima
2010-02-21
remote multifont fixes. it shoud be working again (blame AlexP! he made me br...
Jonathan Gordon
2010-02-14
FS#10984 - multifont! 2 major additions:
Jonathan Gordon
2010-01-03
Fix further tabs
Andree Buschmann
2009-12-13
fix typo causing red
Nils Wallménius
2009-12-13
Font improvements: Fix bug that caused some fonts to be rendered garbled on c...
Nils Wallménius
2009-11-24
FS#10720 - Support for displaying diacritic characters
Tomer Shalev
[next]