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
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
2008-09-23
Disable the whole loadable font code including font caching for bootloaders/ ...
Jens Arnold
2008-08-29
Add wpseditor, the Google Summer of Code 2008 project of Rostislav Chekan. Cl...
Frank Gevaerts
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-04-20
Killed unnecessary global variables by making them static.
Bertrik Sikken
2007-10-02
Fix 64 bit simulator warning.
Jens Arnold
2007-06-30
Fix yellow
Nils Wallménius
2007-06-30
Change unsigned long to uint32_t and long to int32_t to fix a crash in
Nils Wallménius
2007-04-13
Simplify the readshort/readlong/readstr functions - move the bounds checking ...
Dave Chapman
2007-02-01
Removed 'mode' parameter from creat(). It wasn't pure posix anyway, it was ig...
Jens Arnold
2006-05-30
Use correct file mode when creating files. Fixes task 5452
Dan Everton
2006-04-24
Use filesize instead of lseek to find the size of a file. Reduces disk access...
Frank Dischner
2006-03-22
font caching fixes by Frank Dischner
Marcoen Hirschberg
2006-03-02
Fixed more pointer size vs. int size problems (64 bit sims)
Jens Arnold
2005-12-06
waiting is over: initial unicode commit
Marcoen Hirschberg
2005-04-19
moved lcd_getstringsize into font.c
Christian Gmeiner
2005-01-27
long policy
Jean-Philippe Bernardy
2005-01-22
long policy
Jean-Philippe Bernardy
2004-08-26
New font format (already rotated) saves code, space and time. On the downside...
Jörg Hohensohn
2004-08-16
Const policed pointer arguments to functions, part 1
Jens Arnold
2004-08-03
More const policeing step 3
Jens Arnold
2004-05-14
Some TAB characters slipped in...
Jens Arnold
2004-05-14
Fixed lcd_bitmap() to use the bitmap format generated by bmp2rb correctly. No...
Jens Arnold
2003-01-24
Remove use of rockbox-mode.el in local variables list.
Mats Lidell
2002-10-09
'Reset settings' now also resets wps, font and language (although you have to...
Björn Stenberg
2002-10-08
Added persistence of last .wps, .fnt and .lng file played in /.rockbox
Björn Stenberg
2002-09-20
New full ISO-8859-1 system font.
Björn Stenberg
2002-09-16
Daniel,
Eric Linenberg
2002-09-13
Greg Haerr's font patch 3:
Daniel Stenberg
2002-09-12
Greg Haerr's new loadable font. No more #ifdef font-style, removed old
Daniel Stenberg
[prev]