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
2021-04-10
misc: Only include rbpaths.h and string-extra.h in places that need it
Solomon Peachy
2021-02-27
Rename symbols of FiiO M3K Linux-based port
Aidan MacDonald
2020-10-11
New port: AIGO EROS Q / EROS K
Solomon Peachy
2017-09-05
Initial commit for the Sony NWZ linux port
Amaury Pouly
2014-01-26
fonts: Fix regression(s) caused by c23ce62.
Thomas Martitz
2014-01-16
Fix red. Screw those last-minute changes :\
Thomas Martitz
2014-01-16
font: Fix crash due to uninitialized field.
Thomas Martitz
2014-01-15
fonts: Do not unload completely on USB.
Thomas Martitz
2014-01-05
Do not include kernel.h in system.h.
Thomas Martitz
2012-06-10
Fix checks on buflib allocated handles (0 is not a valid handle value)
Bertrik Sikken
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
[next]