index
:
rockbox
2048sp5
duke3d
master
puzzles
puzzlesmanual
quake5
wolf3d
working
xracer
My Rockbox tree
Franklin Wei
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
firmware
/
font.c
(
follow
)
Commit message (
Expand
)
Author
Age
*
Initial commit for the Sony NWZ linux port
Amaury Pouly
2017-09-05
*
fonts: Fix regression(s) caused by c23ce62.
Thomas Martitz
2014-01-26
*
Fix red. Screw those last-minute changes :\
Thomas Martitz
2014-01-16
*
font: Fix crash due to uninitialized field.
Thomas Martitz
2014-01-16
*
fonts: Do not unload completely on USB.
Thomas Martitz
2014-01-15
*
Do not include kernel.h in system.h.
Thomas Martitz
2014-01-05
*
Fix checks on buflib allocated handles (0 is not a valid handle value)
Bertrik Sikken
2012-06-10
*
Use buflib for the allocation of voice PCM resources.
Michael Sevakis
2012-05-02
*
Another round of making local functions static
Bertrik Sikken
2011-12-20
*
Fix FS#12423 : Rockbox access to /.rockbox/fonts after usb_enable(true). This...
Boris Gjenero
2011-12-06
*
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-27
*
Fix parameter order in font_load_in_memory(). FS#12395.
Fred Bauer
2011-11-20
*
FS#12293 Global default glyph setting in System > Limits > Glyphs To Cache. D...
Fred Bauer
2011-11-19
*
Redo r30826 (and hopefully not reintroduce font issues) which cleans up the f...
Jonathan Gordon
2011-11-08
*
Make local functions and variables static where possible
Bertrik Sikken
2011-11-03
*
Add functions font_set_ui() and font_get_ui(). The font returned by FONT_UI u...
Fred Bauer
2011-10-22
*
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-21
*
Faster cached font loading. FS#12333
Fred Bauer
2011-10-17
*
FS:12299 Font glyph cache is no longer saved. Each font will now have its own...
Fred Bauer
2011-10-16
*
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-14
*
Add two macros for char*-based pointer arithmetic and use it in font.c
Thomas Martitz
2011-10-07
*
Only alloc if necessary. Patch by Jonathan Gordon.
Björn Stenberg
2011-10-05
*
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-29
*
Do not move NULL pointers in buflibmove_callback(). Fixes some skin crashes w...
Fred Bauer
2011-09-27
*
glyph_bytes() should pad to an even number
Fred Bauer
2011-09-26
*
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-25
*
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-09-24
*
Anti-Aliased Fonts support.
Thomas Martitz
2011-03-05
*
iPod Classic CE-ATA Support (Part 1 of 4: Cacheline align some statically all...
Michael Sparmann
2011-02-27
*
Clean up multiple definitions of RAM size. Remove -DMEM (make) and MEM (code)...
Andree Buschmann
2011-02-02
*
Get rid of get_user_file_path and do the path handling in wrappers for open()...
Thomas Martitz
2010-12-06
*
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-27
*
Accept FS#11567 by Fred Bauer - better memory management for the skin fonts
Jonathan Gordon
2010-08-25
*
Read glyph cache in disk order to speed up loading - FS#11168 by Fred Bauer
Frank Gevaerts
2010-08-23
*
Rockbox as an application: add get_user_file_path().
Thomas Martitz
2010-08-01
*
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-23
*
Allow UI fonts to be unloaded (needed for FS#11428)
Michael Sparmann
2010-06-21
*
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-05-06
[next]