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